Click here to Skip to main content
15,917,059 members
Home / Discussions / C#
   

C#

 
AnswerRe: ReportViewer... printing multiple documents.... Pin
Jacob Dixon1-May-09 14:45
Jacob Dixon1-May-09 14:45 
QuestionAdding formatted text to a richtextbox changes appearance of bullets Pin
Edward Hoad1-May-09 10:05
Edward Hoad1-May-09 10:05 
Questionenable a textbox in gridview using checkbox. Pin
magshine1-May-09 9:08
magshine1-May-09 9:08 
AnswerRe: enable a textbox in gridview using checkbox. Pin
Henry Minute1-May-09 12:11
Henry Minute1-May-09 12:11 
AnswerRe: enable a textbox in gridview using checkbox. Pin
magshine7-May-09 4:44
magshine7-May-09 4:44 
Questionconverting text to int Pin
Mehrdad from iran1-May-09 8:34
Mehrdad from iran1-May-09 8:34 
AnswerRe: converting text to int Pin
Genius.Boy1-May-09 8:44
Genius.Boy1-May-09 8:44 
GeneralRe: converting text to int Pin
Jimmanuel1-May-09 8:58
Jimmanuel1-May-09 8:58 
int i = (int)str;
won't compile and the function
Convert.ToInt()

doesn't exist. The Convert functions all have the number of bits in the name of the function for converting to ints (like Convert.ToInt32). Also, Convert.ToIntXX throws an exception if the string is formatted badly; alternatively int.TryParse will return a bool indicating success/failure.


Badger | [badger,badger,badger,badger...]

RantRe: converting text to int Pin
Member 10339071-May-09 10:04
Member 10339071-May-09 10:04 
AnswerRe: converting text to int Pin
Pete O'Hanlon1-May-09 10:43
mvePete O'Hanlon1-May-09 10:43 
AnswerRe: converting text to int Pin
PIEBALDconsult1-May-09 13:47
mvePIEBALDconsult1-May-09 13:47 
QuestionCustom code in a Dispose method Pin
Dan Neely1-May-09 8:34
Dan Neely1-May-09 8:34 
AnswerRe: Custom code in a Dispose method Pin
Henry Minute1-May-09 9:15
Henry Minute1-May-09 9:15 
QuestionHow to show picture from imagelist in original size Pin
Aljaz1111-May-09 7:28
Aljaz1111-May-09 7:28 
AnswerRe: How to show picture from imagelist in original size Pin
Jimmanuel1-May-09 8:33
Jimmanuel1-May-09 8:33 
GeneralRe: How to show picture from imagelist in original size Pin
Aljaz1111-May-09 10:40
Aljaz1111-May-09 10:40 
GeneralRe: How to show picture from imagelist in original size Pin
Jimmanuel1-May-09 11:16
Jimmanuel1-May-09 11:16 
GeneralRe: How to show picture from imagelist in original size Pin
Aljaz1111-May-09 11:34
Aljaz1111-May-09 11:34 
GeneralRe: How to show picture from imagelist in original size Pin
Jimmanuel1-May-09 12:05
Jimmanuel1-May-09 12:05 
GeneralRe: How to show picture from imagelist in original size Pin
Aljaz1111-May-09 12:12
Aljaz1111-May-09 12:12 
GeneralRe: How to show picture from imagelist in original size Pin
Jimmanuel1-May-09 14:07
Jimmanuel1-May-09 14:07 
GeneralRe: How to show picture from imagelist in original size Pin
Aljaz1111-May-09 14:23
Aljaz1111-May-09 14:23 
GeneralRe: How to show picture from imagelist in original size Pin
Jimmanuel1-May-09 14:49
Jimmanuel1-May-09 14:49 
QuestionWhich Castring Strategy Is Better? Pin
BlitzPackage1-May-09 7:28
BlitzPackage1-May-09 7:28 
AnswerRe: Which Castring Strategy Is Better? Pin
MidwestLimey1-May-09 8:02
professionalMidwestLimey1-May-09 8:02 

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.