Click here to Skip to main content
15,911,141 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWindow Background color Pin
yuvald9-Jan-04 8:39
yuvald9-Jan-04 8:39 
GeneralRe: Window Background color Pin
Michael Dunn9-Jan-04 17:09
sitebuilderMichael Dunn9-Jan-04 17:09 
GeneralRe: Window Background color Pin
yuvald9-Jan-04 22:23
yuvald9-Jan-04 22:23 
GeneralRe: Window Background color Pin
Jijo.Raj9-Jan-04 19:06
Jijo.Raj9-Jan-04 19:06 
GeneralRe: Window Background color Pin
yuvald9-Jan-04 22:17
yuvald9-Jan-04 22:17 
Generaladding a C file to a CPP proj Pin
ABean9-Jan-04 8:14
ABean9-Jan-04 8:14 
GeneralRe: adding a C file to a CPP proj Pin
Maximilien9-Jan-04 8:39
Maximilien9-Jan-04 8:39 
GeneralRe: adding a C file to a CPP proj Pin
ABean9-Jan-04 13:05
ABean9-Jan-04 13:05 
GeneralLooking for an IDE with source code!!! Pin
Jagadeesh VN9-Jan-04 7:50
Jagadeesh VN9-Jan-04 7:50 
GeneralRe: Looking for an IDE with source code!!! Pin
ABean9-Jan-04 8:08
ABean9-Jan-04 8:08 
GeneralRe: Looking for an IDE with source code!!! Pin
Jagadeesh VN9-Jan-04 8:16
Jagadeesh VN9-Jan-04 8:16 
GeneralDisable Mouse clicks inside rich edit control Pin
Anonymous9-Jan-04 7:44
Anonymous9-Jan-04 7:44 
GeneralRe: Disable Mouse clicks inside rich edit control Pin
David Crow9-Jan-04 7:47
David Crow9-Jan-04 7:47 
GeneralRe: Disable Mouse clicks inside rich edit control Pin
Michael Dunn9-Jan-04 17:13
sitebuilderMichael Dunn9-Jan-04 17:13 
GeneralPropertySheet question Pin
rpadrela9-Jan-04 7:22
rpadrela9-Jan-04 7:22 
GeneralRe: PropertySheet question Pin
rpadrela9-Jan-04 7:25
rpadrela9-Jan-04 7:25 
QuestionHow to update dialog box? Pin
yodlee999-Jan-04 6:50
yodlee999-Jan-04 6:50 
AnswerRe: How to update dialog box? Pin
David Crow9-Jan-04 7:50
David Crow9-Jan-04 7:50 
GeneralVirtual Function Question Pin
TFrancis9-Jan-04 6:28
TFrancis9-Jan-04 6:28 
GeneralRe: Virtual Function Question Pin
rpadrela9-Jan-04 7:34
rpadrela9-Jan-04 7:34 
GeneralRe: Virtual Function Question Pin
TFrancis9-Jan-04 7:56
TFrancis9-Jan-04 7:56 
QuestionHow to get disk geometry in Windows 98? Pin
Cyrus Dang9-Jan-04 6:27
Cyrus Dang9-Jan-04 6:27 
AnswerRe: How to get disk geometry in Windows 98? Pin
David Crow9-Jan-04 7:52
David Crow9-Jan-04 7:52 
GeneralRe: How to get disk geometry in Windows 98? Pin
Anonymous9-Jan-04 9:15
Anonymous9-Jan-04 9:15 
GeneralRe: How to get disk geometry in Windows 98? Pin
David Crow9-Jan-04 9:36
David Crow9-Jan-04 9:36 
You'll either need to iterate through each logical drive on the physical drive, adding the numbers for each, or create a virtual device driver to be used by CreateFile().

You might also try looking at the WMI Win32_DiskDrive class, specifically the TotalCylinders and TracksPerCylinder properties.


A rich person is not the one who has the most, but the one that needs the least.

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.