Click here to Skip to main content
15,923,389 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPins Notification Pin
urid30-Jul-03 21:50
urid30-Jul-03 21:50 
QuestionHow to create an hyperlink on the desktop of my MDI application Pin
dlocarnini30-Jul-03 21:25
dlocarnini30-Jul-03 21:25 
AnswerRe: How to create an hyperlink on the desktop of my MDI application Pin
Rage31-Jul-03 0:18
professionalRage31-Jul-03 0:18 
GeneralRe: How to create an hyperlink on the desktop of my MDI application Pin
Anonymous1-Aug-03 6:39
Anonymous1-Aug-03 6:39 
Generalstarting DirectX Pin
Mazdak30-Jul-03 21:07
Mazdak30-Jul-03 21:07 
GeneralRe: starting DirectX Pin
Roger CS30-Jul-03 21:42
Roger CS30-Jul-03 21:42 
GeneralRe: starting DirectX Pin
Mazdak31-Jul-03 0:16
Mazdak31-Jul-03 0:16 
GeneralA problem about DeviceIoControl Pin
FlyingDancer30-Jul-03 20:58
FlyingDancer30-Jul-03 20:58 
Here are some code about DeviceIoControl:
BTemp=DeviceIoControl
(
hDrive, // handle to device
IOCTL_STORAGE_CHECK_VERIFY, // dwIoControlCode operation
NULL, // lpInBuffer; must be NULL
0, // nInBufferSize; must be zero
NULL, // lpOutBuffer; must be NULL
0, // nOutBufferSize; must be zero
&BytesReturned, // number of bytes returned
NULL // OVERLAPPED structure
);
this function "DeviceIoControl" is to check whether the floppy disk has been changed(If the function succeeds, the return value is nonzero.If the function fails, the return value is zero.)
Something wrong happens here:
BTemp is a minus when I test on a wrong floppy device which does not work well while it is plus when on a work-well floppy device
does this mean that a returned minus value says the floppy device is error?

GeneralWebbrowser object problem!!! Pin
xxhimanshu30-Jul-03 20:47
xxhimanshu30-Jul-03 20:47 
Questionhow can I warn to make a choice for numeric edit box? Pin
Emre Zorlu30-Jul-03 20:41
Emre Zorlu30-Jul-03 20:41 
AnswerRe: how can I warn to make a choice for numeric edit box? Pin
Toni7830-Jul-03 20:54
Toni7830-Jul-03 20:54 
Generaldisable/enable toolbar buttons in a dialog Pin
Marissa18230-Jul-03 20:17
Marissa18230-Jul-03 20:17 
GeneralRe: disable/enable toolbar buttons in a dialog Pin
Toni7830-Jul-03 21:04
Toni7830-Jul-03 21:04 
GeneralRe: disable/enable toolbar buttons in a dialog Pin
Marissa18230-Jul-03 22:50
Marissa18230-Jul-03 22:50 
GeneralRe: disable/enable toolbar buttons in a dialog Pin
Marissa18230-Jul-03 22:54
Marissa18230-Jul-03 22:54 
QuestionHow to save Directory list for each project in VC++6.0? Pin
sonshiro30-Jul-03 18:30
sonshiro30-Jul-03 18:30 
AnswerRe: How to save Directory list for each project in VC++6.0? Pin
Frank K30-Jul-03 19:40
Frank K30-Jul-03 19:40 
QuestionHow to convert "CRichEditCtrl::GetSel index" to "CString(char*) index"? Pin
jajamal30-Jul-03 18:28
jajamal30-Jul-03 18:28 
QuestionODBC.. Filter ???? Pin
_skidrow_vn_30-Jul-03 18:08
_skidrow_vn_30-Jul-03 18:08 
AnswerRe: ODBC.. Filter ???? Pin
Toni7830-Jul-03 19:04
Toni7830-Jul-03 19:04 
GeneralRe: ODBC.. Filter ???? Pin
_skidrow_vn_31-Jul-03 6:11
_skidrow_vn_31-Jul-03 6:11 
GeneralRe: ODBC.. Filter ???? Pin
Toni7831-Jul-03 19:14
Toni7831-Jul-03 19:14 
GeneralDisable/Enable Toolbar buttons Pin
Anonymous30-Jul-03 17:16
Anonymous30-Jul-03 17:16 
GeneralRe: Disable/Enable Toolbar buttons Pin
Eugene Pustovoyt30-Jul-03 18:16
Eugene Pustovoyt30-Jul-03 18:16 
GeneralRe: Disable/Enable Toolbar buttons Pin
Marissa18230-Jul-03 18:50
Marissa18230-Jul-03 18:50 

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.