Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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.
GeneralRe: How to get disk geometry in Windows 98? Pin
Cyrus Dang12-Jan-04 5:23
Cyrus Dang12-Jan-04 5:23 
GeneralRe: How to get disk geometry in Windows 98? Pin
David Crow12-Jan-04 5:44
David Crow12-Jan-04 5:44 
GeneralRe: How to get disk geometry in Windows 98? Pin
Cyrus Dang12-Jan-04 5:58
Cyrus Dang12-Jan-04 5:58 
GeneralRe: How to get disk geometry in Windows 98? Pin
David Crow12-Jan-04 6:06
David Crow12-Jan-04 6:06 
GeneralRe: How to get disk geometry in Windows 98? Pin
Cyrus Dang12-Jan-04 6:12
Cyrus Dang12-Jan-04 6:12 
GeneralRe: How to get disk geometry in Windows 98? Pin
David Crow12-Jan-04 7:26
David Crow12-Jan-04 7:26 
GeneralRe: How to get disk geometry in Windows 98? Pin
Cyrus Dang12-Jan-04 11:24
Cyrus Dang12-Jan-04 11:24 
GeneralRe: How to get disk geometry in Windows 98? Pin
David Crow13-Jan-04 2:50
David Crow13-Jan-04 2:50 
GeneralSecured/encapsulated resources Pin
neburuv9-Jan-04 6:21
neburuv9-Jan-04 6:21 
QuestionHow can I get thread handle from thread Id Pin
Kelvin_U.V9-Jan-04 5:40
Kelvin_U.V9-Jan-04 5:40 
AnswerRe: How can I get thread handle from thread Id Pin
valikac9-Jan-04 6:07
valikac9-Jan-04 6:07 
Generalserialization problem in MFC extension dll Pin
Kangaroo9-Jan-04 5:14
Kangaroo9-Jan-04 5:14 
Questionany mouse or hooker detector ? build/download source code ? Pin
NetborDev9-Jan-04 5:13
NetborDev9-Jan-04 5:13 
AnswerRe: any mouse or hooker detector ? build/download source code ? Pin
David Crow9-Jan-04 5:30
David Crow9-Jan-04 5:30 
GeneralProblem with "extension dll" Pin
Optimus Chaos9-Jan-04 5:07
Optimus Chaos9-Jan-04 5:07 
GeneralVC SP5 PSDK FEb2003 Pin
pranavamhari9-Jan-04 4:41
pranavamhari9-Jan-04 4:41 
GeneralRe: VC SP5 PSDK FEb2003 Pin
David Crow9-Jan-04 5:38
David Crow9-Jan-04 5:38 

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.