Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
GeneralRe: Label Multiline.. Pin
SeeSharp28-Feb-08 19:47
SeeSharp28-Feb-08 19:47 
GeneralSave and Retrieve DataSet information Pin
rdahlin27-Feb-08 18:25
rdahlin27-Feb-08 18:25 
GeneralRe: Save and Retrieve DataSet information Pin
Christian Graus27-Feb-08 19:44
protectorChristian Graus27-Feb-08 19:44 
GeneralRe: Save and Retrieve DataSet information Pin
Soumini Ramakrishnan28-Feb-08 19:54
Soumini Ramakrishnan28-Feb-08 19:54 
QuestionHow to determine if system is x86 or x64? Pin
Winkles27-Feb-08 18:18
Winkles27-Feb-08 18:18 
AnswerRe: How to determine if system is x86 or x64? Pin
Not Active27-Feb-08 19:18
mentorNot Active27-Feb-08 19:18 
GeneralRe: How to determine if system is x86 or x64? Pin
Winkles28-Feb-08 10:48
Winkles28-Feb-08 10:48 
AnswerRe: How to determine if system is x86 or x64? Pin
Arjun Marwaha27-Feb-08 19:52
Arjun Marwaha27-Feb-08 19:52 
Hello,

Perform an IntPtr.Size (static method). IntPtr is designed to be an integer whose size is platform specific, it will be 8 if you are on a 64-bit machine and 4 if you are on a 32-bit machine.

Regards,
Dave

Dave Traister
Software Engineer
ComponentOne LLC
www.ComponentOne.com

GeneralRe: How to determine if system is x86 or x64? Pin
Winkles28-Feb-08 10:50
Winkles28-Feb-08 10:50 
AnswerRe: How to determine if system is x86 or x64? Pin
Ravi Bhavnani28-Feb-08 19:15
professionalRavi Bhavnani28-Feb-08 19:15 
GeneralRe: How to determine if system is x86 or x64? Pin
Winkles28-Feb-08 19:48
Winkles28-Feb-08 19:48 
Questionhow to create folder using .net c# Pin
sugunavathysubramanian27-Feb-08 18:01
sugunavathysubramanian27-Feb-08 18:01 
AnswerRe: how to create folder using .net c# Pin
Christian Graus27-Feb-08 18:03
protectorChristian Graus27-Feb-08 18:03 
AnswerRe: how to create folder using .net c# Pin
sathish s27-Feb-08 22:44
sathish s27-Feb-08 22:44 
QuestionRichTextBox control Undo Pin
nilam247727-Feb-08 17:54
nilam247727-Feb-08 17:54 
GeneralControl key Enter on datagrid Pin
dungbt27-Feb-08 17:52
dungbt27-Feb-08 17:52 
GeneralRe: Control key Enter on datagrid Pin
Christian Graus27-Feb-08 18:02
protectorChristian Graus27-Feb-08 18:02 
GeneralRe: Control key Enter on datagrid Pin
dungbt27-Feb-08 19:41
dungbt27-Feb-08 19:41 
GeneralRe: Control key Enter on datagrid Pin
Christian Graus27-Feb-08 19:46
protectorChristian Graus27-Feb-08 19:46 
GeneralRe: Control key Enter on datagrid Pin
dungbt27-Feb-08 20:05
dungbt27-Feb-08 20:05 
GeneralRe: Control key Enter on datagrid Pin
Christian Graus27-Feb-08 20:11
protectorChristian Graus27-Feb-08 20:11 
GeneralWorking on two C-Sharp projects. Pin
CodingLover27-Feb-08 17:46
CodingLover27-Feb-08 17:46 
GeneralRe: Working on two C-Sharp projects. Pin
Christian Graus27-Feb-08 18:05
protectorChristian Graus27-Feb-08 18:05 
GeneralRe: Working on two C-Sharp projects. Pin
CodingLover27-Feb-08 18:22
CodingLover27-Feb-08 18:22 
GeneralRe: Working on two C-Sharp projects. Pin
Christian Graus27-Feb-08 18:48
protectorChristian Graus27-Feb-08 18:48 

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.