Click here to Skip to main content
15,900,725 members
Home / Discussions / C#
   

C#

 
Questionis there anyway to set the Length of the Paper Size to be Dynamic when printing. Pin
anto Bangalore28-Jan-09 18:48
anto Bangalore28-Jan-09 18:48 
NewsRe: is there anyway to set the Length of the Paper Size to be Dynamic when printing. Pin
Eddy Vluggen29-Jan-09 1:11
professionalEddy Vluggen29-Jan-09 1:11 
GeneralRe: is there anyway to set the Length of the Paper Size to be Dynamic when printing. Pin
anto Bangalore29-Jan-09 14:49
anto Bangalore29-Jan-09 14:49 
GeneralRe: is there anyway to set the Length of the Paper Size to be Dynamic when printing. Pin
Member 22638934-Mar-09 18:43
Member 22638934-Mar-09 18:43 
QuestionTab problem Pin
Member 236391628-Jan-09 18:44
Member 236391628-Jan-09 18:44 
Questiontrim problems Pin
asugix28-Jan-09 18:42
asugix28-Jan-09 18:42 
AnswerRe: trim problems Pin
User 665828-Jan-09 19:31
User 665828-Jan-09 19:31 
AnswerRe: trim problems Pin
Guffa28-Jan-09 20:04
Guffa28-Jan-09 20:04 
It's impossible to definitely say what you are doing wrong without actually seeing the code.

My guess is that you think that the method changes the string that it's applied on, when it actually returns a new string with the modified value:

s.Trim() // creates a trimmed string and throws it away

s = s.Trim() // creates a trimmed string and assigns it to the variable

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: trim problems Pin
asugix3-Feb-09 19:36
asugix3-Feb-09 19:36 
QuestionTCP-IP Pin
Mr.Khan,Firoz28-Jan-09 18:29
Mr.Khan,Firoz28-Jan-09 18:29 
AnswerRe: TCP-IP Pin
SeMartens28-Jan-09 21:27
SeMartens28-Jan-09 21:27 
QuestionCahcing Open Source for C# Pin
Member 587250028-Jan-09 18:02
Member 587250028-Jan-09 18:02 
QuestionPublic Queue in Remote Machine in the same domain and network Pin
M. J. Jaya Chitra28-Jan-09 17:50
M. J. Jaya Chitra28-Jan-09 17:50 
Questiondifference between listbox.selecteditem and listbox.selectedvalue Pin
shining28-Jan-09 17:10
shining28-Jan-09 17:10 
AnswerRe: difference between listbox.selecteditem and listbox.selectedvalue Pin
Ravi Bhavnani28-Jan-09 17:36
professionalRavi Bhavnani28-Jan-09 17:36 
QuestionC# to C++ Interop issues Pin
AnnDunbar28-Jan-09 11:20
AnnDunbar28-Jan-09 11:20 
AnswerRe: C# to C++ Interop issues [modified] Pin
Luc Pattyn28-Jan-09 11:30
sitebuilderLuc Pattyn28-Jan-09 11:30 
QuestionConvert .flv to .WMV/.WMA/.MPEG file using C#? Pin
pankazmittal28-Jan-09 11:00
pankazmittal28-Jan-09 11:00 
AnswerRe: Convert .flv to .WMV/.WMA/.MPEG file using C#? Pin
Thomas Stockwell28-Jan-09 11:59
professionalThomas Stockwell28-Jan-09 11:59 
QuestionNewbie Question Pin
kruegersck28-Jan-09 10:19
kruegersck28-Jan-09 10:19 
AnswerRe: Newbie Question Pin
DaveyM6928-Jan-09 10:40
professionalDaveyM6928-Jan-09 10:40 
QuestionSendmessage to MSN Live window [modified] Pin
Schoolmelk28-Jan-09 8:33
Schoolmelk28-Jan-09 8:33 
AnswerRe: Sendmessage to MSN Live window Pin
Ravi Bhavnani28-Jan-09 17:39
professionalRavi Bhavnani28-Jan-09 17:39 
GeneralRe: Sendmessage to MSN Live window Pin
Schoolmelk28-Jan-09 19:50
Schoolmelk28-Jan-09 19:50 
GeneralRe: Sendmessage to MSN Live window Pin
Ravi Bhavnani29-Jan-09 2:38
professionalRavi Bhavnani29-Jan-09 2:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.