Click here to Skip to main content
15,913,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFCs Pin
toxcct28-Jan-04 2:56
toxcct28-Jan-04 2:56 
Generalcrc checksum program for cd Pin
johnjsm28-Jan-04 2:42
johnjsm28-Jan-04 2:42 
GeneralRe: crc checksum program for cd Pin
Roger Wright28-Jan-04 3:33
professionalRoger Wright28-Jan-04 3:33 
GeneralI just have problem to open inside !!! Pin
Mehdi_Hosseinpour28-Jan-04 2:40
Mehdi_Hosseinpour28-Jan-04 2:40 
GeneralRe: I just have problem to open inside !!! Pin
David Crow28-Jan-04 2:44
David Crow28-Jan-04 2:44 
GeneralRe: I just have problem to open inside !!! Pin
toxcct28-Jan-04 2:52
toxcct28-Jan-04 2:52 
Generalemulating a hard disk Pin
Möhre28-Jan-04 2:40
Möhre28-Jan-04 2:40 
GeneralRe: emulating a hard disk Pin
Diddy28-Jan-04 4:13
Diddy28-Jan-04 4:13 
If you want a 'real' disk, then yes, you are into device driver land. You could just the DefineDosDevice function to define a disk from a folder (thats how subst.exe does it), and then use QueryDosDevice to find out what the folder that drive maps to is .

So say if you had drive y: substed to C:\temp, at the moment you are telling findfirstchangenotifaction to watch C:\temp, you could use QueryDosDevice to programmatically find out which folder y: maps to, so you would have somthing like:

FindFirstChangeNotification(MapDriveToFolder("Y:"), ....)

where MapDriveToFolder is a helper function that calls QueryDosDevice and returns the folder the drive maps to.
GeneralRe: emulating a hard disk Pin
Möhre29-Jan-04 2:01
Möhre29-Jan-04 2:01 
GeneralRe: emulating a hard disk Pin
Diddy29-Jan-04 3:50
Diddy29-Jan-04 3:50 
QuestionHow to male some window - be over some other windows ? Pin
vgrigor28-Jan-04 2:11
vgrigor28-Jan-04 2:11 
AnswerRe: How to male some window - be over some other windows ? Pin
l a u r e n28-Jan-04 8:24
l a u r e n28-Jan-04 8:24 
GeneralEN_SELCHANGE Notification handling Pin
Muhammad Ahmed28-Jan-04 2:04
Muhammad Ahmed28-Jan-04 2:04 
GeneralRe: EN_SELCHANGE Notification handling Pin
David Crow28-Jan-04 2:42
David Crow28-Jan-04 2:42 
GeneralRe: EN_SELCHANGE Notification handling Pin
Muhammad Ahmed28-Jan-04 3:02
Muhammad Ahmed28-Jan-04 3:02 
GeneralWin32 - ActiveX question Pin
Scozturk28-Jan-04 2:00
professionalScozturk28-Jan-04 2:00 
GeneralRe: Win32 - ActiveX question Pin
Mike Dimmick28-Jan-04 2:30
Mike Dimmick28-Jan-04 2:30 
GeneralIP Address Pin
AnsGe28-Jan-04 1:36
AnsGe28-Jan-04 1:36 
GeneralRe: IP Address Pin
SJolly28-Jan-04 1:51
SJolly28-Jan-04 1:51 
GeneralRe: IP Address Pin
Anonymous29-Jan-04 0:24
Anonymous29-Jan-04 0:24 
GeneralRe: IP Address Pin
SJolly29-Jan-04 0:40
SJolly29-Jan-04 0:40 
GeneralCPU Usage Pin
YanivNahum28-Jan-04 1:29
YanivNahum28-Jan-04 1:29 
GeneralRe: CPU Usage Pin
David Crow28-Jan-04 2:47
David Crow28-Jan-04 2:47 
QuestionHow we can convert string to number or number to string? Pin
Mehdi_Hosseinpour28-Jan-04 1:03
Mehdi_Hosseinpour28-Jan-04 1:03 
AnswerRe: How we can convert string to number or number to string? Pin
YanivNahum28-Jan-04 1:27
YanivNahum28-Jan-04 1: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.