Click here to Skip to main content
15,896,111 members
Home / Discussions / C#
   

C#

 
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 
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 
One might think that it would work like C, but it doesn't. In C# all the data types are defined with an exact size. The int data type is an alias for the System.Int32 data type, so it will always be 32 bits regardless of the system.

MSDN: C# built-in types[^]

---
b { font-weight: normal; }

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 
GeneralRe: GZipStream, CryptoStream and NetworkStream interaction Pin
Marc Clifton12-Mar-06 7:14
mvaMarc Clifton12-Mar-06 7:14 
GeneralRe: GZipStream, CryptoStream and NetworkStream interaction Pin
Ed.Poore12-Mar-06 7:40
Ed.Poore12-Mar-06 7:40 
GeneralRe: GZipStream, CryptoStream and NetworkStream interaction Pin
Marc Clifton12-Mar-06 7:44
mvaMarc Clifton12-Mar-06 7:44 
GeneralRe: GZipStream, CryptoStream and NetworkStream interaction Pin
Ed.Poore12-Mar-06 7:51
Ed.Poore12-Mar-06 7:51 

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.