Click here to Skip to main content
16,011,170 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataView override? Pin
Rocky Moore12-May-03 0:29
Rocky Moore12-May-03 0:29 
GeneralBest way to declare a protected set prop for read-only prop Pin
J. Dunlap10-May-03 19:10
J. Dunlap10-May-03 19:10 
GeneralRe: Best way to declare a protected set prop for read-only prop Pin
leppie11-May-03 4:28
leppie11-May-03 4:28 
GeneralRe: Best way to declare a protected set prop for read-only prop Pin
J. Dunlap11-May-03 8:27
J. Dunlap11-May-03 8:27 
GeneralWhere can I find the C# language API. Pin
KBeutler10-May-03 11:30
KBeutler10-May-03 11:30 
GeneralRe: Where can I find the C# language API. Pin
David Stone10-May-03 12:38
sitebuilderDavid Stone10-May-03 12:38 
GeneralHard disk number Pin
BoudewijnEctor10-May-03 9:33
BoudewijnEctor10-May-03 9:33 
GeneralRe: Hard disk number Pin
jhaga11-May-03 6:07
professionaljhaga11-May-03 6:07 
I have used this sometime:

char VolumeName[200]="";
char FileSystem[50]=""; //FAT, FAT32, NTFS, CDFS, ...DWORD VolumeSerialNumber=0;
DWORD MaxFileName=0;
DWORD dwFileSystem=0;
GetVolumeInformation("c:\\", VolumeName, sizeof(VolumeName), &VolumeSerialNumber, &MaxFileName, &dwFileSystem, FileSystem, sizeof(FileSystem));
CString VolumeSerialNum;VolumeSerialNum.Format("%X",VolumeSerialNumber);VolumeSerialNum= VolumeSerialNum.Left(4) + CString("-") + VolumeSerialNum.Right(4);

jhaga

CodeProject House, Paul Watson wrote:
...and the roar of John Simmons own personal Nascar parked in the garage. Meg flitting about taking photos.Chris having an heated arguement with Colin Davies and .S.Rod. over egian values. Nish manically typing *censur*. Duncan racing around after his pet *c.* Michael Martin and Bryce loudly yelling *c.* C.G. having a fit as Roger Wright loads up *c.* . Anna waving *c.* and Deb scoffing chocolates in the corner.
..Good heavens!

GeneralRe: Hard disk number Pin
BoudewijnEctor12-May-03 10:35
BoudewijnEctor12-May-03 10:35 
GeneralRe: Hard disk number Pin
Bo Hunter12-May-03 14:09
Bo Hunter12-May-03 14:09 
GeneralAccessing File Properties "Summary "Tab Info Pin
Grant11110-May-03 9:13
Grant11110-May-03 9:13 
GeneralRe: Accessing File Properties "Summary "Tab Info Pin
Stephane Rodriguez.10-May-03 19:26
Stephane Rodriguez.10-May-03 19:26 
GeneralAutoScroll ruin GDI Pin
israeli10-May-03 7:25
israeli10-May-03 7:25 
GeneralRe: AutoScroll ruin GDI Pin
leppie11-May-03 4:32
leppie11-May-03 4:32 
GeneralRe: AutoScroll ruin GDI Pin
Wesner Moise11-May-03 8:58
Wesner Moise11-May-03 8:58 
General.NET decompilers Pin
Stephane Rodriguez.10-May-03 5:00
Stephane Rodriguez.10-May-03 5:00 
GeneralRe: .NET decompilers Pin
David Stone10-May-03 5:10
sitebuilderDavid Stone10-May-03 5:10 
GeneralRe: .NET decompilers Pin
leppie10-May-03 6:48
leppie10-May-03 6:48 
GeneralRe: .NET decompilers Pin
Nick Parker11-May-03 4:13
protectorNick Parker11-May-03 4:13 
GeneralRe: .NET decompilers Pin
Stephane Rodriguez.11-May-03 4:40
Stephane Rodriguez.11-May-03 4:40 
GeneralRe: .NET decompilers Pin
Nick Parker11-May-03 17:02
protectorNick Parker11-May-03 17:02 
GeneralDelegate Problem Pin
Steve Severance10-May-03 4:05
Steve Severance10-May-03 4:05 
GeneralRe: Delegate Problem Pin
leppie10-May-03 6:56
leppie10-May-03 6:56 
QuestionWhere can I find installutil.exe ? Pin
nahumtakum10-May-03 3:29
nahumtakum10-May-03 3:29 
AnswerRe: Where can I find installutil.exe ? Pin
Heinz R. Vahlbruch10-May-03 7:27
Heinz R. Vahlbruch10-May-03 7:27 

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.