Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
GeneralRe: RichTextBox printing??? Pin
Ed.Poore12-Mar-06 8:25
Ed.Poore12-Mar-06 8:25 
GeneralRe: RichTextBox printing??? Pin
nogola13-Mar-06 4:38
nogola13-Mar-06 4:38 
GeneralRe: RichTextBox printing??? Pin
Ed.Poore13-Mar-06 5:56
Ed.Poore13-Mar-06 5:56 
GeneralRe: RichTextBox printing??? Pin
nogola13-Mar-06 6:23
nogola13-Mar-06 6:23 
GeneralRe: RichTextBox printing??? Pin
Ed.Poore13-Mar-06 6:27
Ed.Poore13-Mar-06 6:27 
GeneralRe: RichTextBox printing??? Pin
nogola13-Mar-06 8:10
nogola13-Mar-06 8:10 
Questiondouble v. Double? Pin
prrusa12-Mar-06 5:56
prrusa12-Mar-06 5:56 
AnswerRe: double v. Double? Pin
Stanciu Vlad12-Mar-06 6:12
Stanciu Vlad12-Mar-06 6:12 
Actualy they both are the same thing. The base class is System.Double whitch is mapped (for many reasons) into the double type. This case is encountered at every standard variable type.

Would you prefer to write in your code
System.Double myDouble = new System.Double(10);
Or is easier like this ?
double myDouble = 10;
Smile | :)

protected internal static readonly ... and I wish the list could continue ...

GeneralRe: double v. Double? Pin
prrusa12-Mar-06 6:25
prrusa12-Mar-06 6:25 
GeneralRe: double v. Double? Pin
Jon Sagara12-Mar-06 7:41
Jon Sagara12-Mar-06 7:41 
AnswerRe: double v. Double? Pin
Ed.Poore12-Mar-06 7:44
Ed.Poore12-Mar-06 7:44 
GeneralRe: double v. Double? Pin
Guffa12-Mar-06 10:40
Guffa12-Mar-06 10:40 
GeneralRe: double v. Double? Pin
Ed.Poore12-Mar-06 11:09
Ed.Poore12-Mar-06 11:09 
GeneralRe: double v. Double? Pin
turbochimp12-Mar-06 19:43
turbochimp12-Mar-06 19:43 
Questionsplash screen Pin
Vineet Rajan12-Mar-06 5:19
Vineet Rajan12-Mar-06 5:19 
AnswerRe: splash screen Pin
Colin Angus Mackay12-Mar-06 5:39
Colin Angus Mackay12-Mar-06 5:39 
QuestionHow I Can Design this Form ? Pin
mm31012-Mar-06 4:52
mm31012-Mar-06 4:52 
AnswerRe: How I Can Design this Form ? Pin
Ed.Poore12-Mar-06 4:59
Ed.Poore12-Mar-06 4:59 
GeneralRe: How I Can Design this Form ? Pin
mm31012-Mar-06 8:59
mm31012-Mar-06 8:59 
GeneralRe: How I Can Design this Form ? Pin
Luis Alonso Ramos12-Mar-06 17:35
Luis Alonso Ramos12-Mar-06 17:35 
QuestionIIS Access denies Pin
mohdmeraj12-Mar-06 3:46
mohdmeraj12-Mar-06 3:46 
AnswerRe: IIS Access denies Pin
Dave Kreskowiak12-Mar-06 16:28
mveDave Kreskowiak12-Mar-06 16:28 
AnswerRe: IIS Access denies Pin
Luis Alonso Ramos12-Mar-06 17:38
Luis Alonso Ramos12-Mar-06 17:38 
QuestionGZipStream, CryptoStream and NetworkStream interaction Pin
Marc Clifton12-Mar-06 2:59
mvaMarc Clifton12-Mar-06 2:59 
AnswerRe: GZipStream, CryptoStream and NetworkStream interaction Pin
Ed.Poore12-Mar-06 4:54
Ed.Poore12-Mar-06 4:54 

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.