Click here to Skip to main content
15,916,683 members
Home / Discussions / C#
   

C#

 
GeneralIt 's working now Pin
hongheo765-Mar-04 6:56
hongheo765-Mar-04 6:56 
Questionhow to move bar like MSMessenger Pin
yu-yu4-Mar-04 17:48
yu-yu4-Mar-04 17:48 
AnswerRe: how to move bar like MSMessenger Pin
John Fisher5-Mar-04 8:48
John Fisher5-Mar-04 8:48 
GeneralRe: how to move bar like MSMessenger Pin
yu-yu5-Mar-04 11:59
yu-yu5-Mar-04 11:59 
Questiongetting disc space ?? Pin
azusakt4-Mar-04 15:13
azusakt4-Mar-04 15:13 
AnswerRe: getting disc space ?? Pin
Roman Rodov4-Mar-04 18:41
Roman Rodov4-Mar-04 18:41 
GeneralRe: getting disc space ?? Pin
azusakt4-Mar-04 19:32
azusakt4-Mar-04 19:32 
GeneralRe: getting disc space ?? Pin
Roman Rodov4-Mar-04 23:41
Roman Rodov4-Mar-04 23:41 
you need to add the reference to System.Management.dll
Right click on "References" in Solution Explorer choose "Add Reference" and find the dll in the list. I don't see why you would want to use the unmanaged way as it is less elegant then the .NET way but you need to use GetLogicalDriveStrings function from kernel32.dll and GetDiskFreeSpaceEx function also from kernel32.dll. Look these up on MSDN.
GeneralDataGrid Checkbox Event capture Pin
Ruchi Gupta4-Mar-04 14:27
Ruchi Gupta4-Mar-04 14:27 
GeneralRe: DataGrid Checkbox Event capture Pin
Heath Stewart5-Mar-04 3:32
protectorHeath Stewart5-Mar-04 3:32 
GeneralRe: DataGrid Checkbox Event capture Pin
Heath Stewart5-Mar-04 5:38
protectorHeath Stewart5-Mar-04 5:38 
GeneralRe: DataGrid Checkbox Event capture Pin
Ruchi Gupta5-Mar-04 6:15
Ruchi Gupta5-Mar-04 6:15 
GeneralWeb based paint tool Pin
AWebDude4-Mar-04 8:43
AWebDude4-Mar-04 8:43 
GeneralRe: Web based paint tool Pin
Mazdak4-Mar-04 8:49
Mazdak4-Mar-04 8:49 
GeneralRe: Web based paint tool Pin
Dave Kreskowiak4-Mar-04 9:05
mveDave Kreskowiak4-Mar-04 9:05 
GeneralRe: Web based paint tool - WinForm Pin
AWebDude4-Mar-04 9:25
AWebDude4-Mar-04 9:25 
GeneralRe: Web based paint tool - WinForm Pin
Mazdak4-Mar-04 9:39
Mazdak4-Mar-04 9:39 
GeneralRe: Web based paint tool - WinForm Pin
Dave Kreskowiak4-Mar-04 10:24
mveDave Kreskowiak4-Mar-04 10:24 
GeneralRe: Web based paint tool - WinForm Pin
OmegaSupreme4-Mar-04 10:24
OmegaSupreme4-Mar-04 10:24 
GeneralRe: Web based paint tool Pin
Heath Stewart4-Mar-04 10:28
protectorHeath Stewart4-Mar-04 10:28 
GeneralRe: Web based paint tool Pin
partyganger4-Mar-04 20:54
partyganger4-Mar-04 20:54 
QuestionHow to deal with lengthy tasks Pin
hongheo764-Mar-04 7:52
hongheo764-Mar-04 7:52 
AnswerRe: How to deal with lengthy tasks Pin
Mazdak4-Mar-04 8:08
Mazdak4-Mar-04 8:08 
GeneralRe: How to deal with lengthy tasks Pin
Werdna4-Mar-04 8:39
Werdna4-Mar-04 8:39 
GeneralRe: How to deal with lengthy tasks Pin
Mazdak4-Mar-04 8:43
Mazdak4-Mar-04 8:43 

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.