Click here to Skip to main content
15,914,410 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC-Dialog based: Is ther something like "OnShow" ?? Pin
forjer5-Dec-03 2:49
forjer5-Dec-03 2:49 
GeneralApplication/MFC C++ with graphics interaction Pin
Dennis_lyb4-Dec-03 21:41
Dennis_lyb4-Dec-03 21:41 
GeneralCFileDialog save as Pin
letymau4-Dec-03 20:57
letymau4-Dec-03 20:57 
GeneralRe: CFileDialog save as Pin
Mike Dimmick4-Dec-03 23:47
Mike Dimmick4-Dec-03 23:47 
GeneralRe: CFileDialog save as Pin
letymau5-Dec-03 1:59
letymau5-Dec-03 1:59 
Generalto change drawing size of SDI formview Pin
coda_x4-Dec-03 20:45
coda_x4-Dec-03 20:45 
GeneralUuidCreateSequential() does not work Pin
Smita Duraphe4-Dec-03 20:03
Smita Duraphe4-Dec-03 20:03 
GeneralRe: UuidCreateSequential() does not work Pin
Mike Dimmick4-Dec-03 23:53
Mike Dimmick4-Dec-03 23:53 
You're probably trying to compile using the header files included with Visual C++ 6.0. This function didn't exist then. You'll need to get the current version of the SDK from Platform SDK Update[^]. You may need to update the directories in Tools > Options > Directories once the SDK has installed (I can't remember if this is done automatically).

This API was added in Windows 2000; if you call this function in your code, and try to run your application on Windows NT 4.0, it will not load.
QuestionAnyone here want to earn some money by writing a few small programs fhat i need for my introductary C++ class? Pin
badsocvol4-Dec-03 18:03
sussbadsocvol4-Dec-03 18:03 
AnswerRe: Anyone here want to earn some money by writing a few small programs fhat i need for my introductary C++ class? Pin
Prakash Nadar4-Dec-03 18:59
Prakash Nadar4-Dec-03 18:59 
AnswerRe: Anyone here want to earn some money by writing a few small programs fhat i need for my introductary C++ class? Pin
фил4-Dec-03 21:05
фил4-Dec-03 21:05 
AnswerRe: Anyone here want to earn some money by writing a few small programs fhat i need for my introductary C++ class? Pin
Abebe4-Dec-03 21:24
Abebe4-Dec-03 21:24 
AnswerRe: Anyone here want to earn some money by writing a few small programs fhat i need for my introductary C++ class? Pin
Roger Wright4-Dec-03 22:10
professionalRoger Wright4-Dec-03 22:10 
GeneralRe: Anyone here want to earn some money by writing a few small programs fhat i need for my introductary C++ class? Pin
KaЯl5-Dec-03 2:04
KaЯl5-Dec-03 2:04 
GeneralRe: Anyone here want to earn some money by writing a few small programs fhat i need for my introductary C++ class? Pin
Roger Wright5-Dec-03 4:58
professionalRoger Wright5-Dec-03 4:58 
GeneralRe: Anyone here want to earn some money by writing a few small programs fhat i need for my introductary C++ class? Pin
Jörgen Sigvardsson6-Dec-03 2:10
Jörgen Sigvardsson6-Dec-03 2:10 
GeneralThe synchronization issue on sending and receiving data via UDP Multicast... Pin
JoeZhang4-Dec-03 16:33
JoeZhang4-Dec-03 16:33 
GeneralRe: The synchronization issue on sending and receiving data via UDP Multicast... Pin
Roger Wright4-Dec-03 18:05
professionalRoger Wright4-Dec-03 18:05 
GeneralRe: The synchronization issue on sending and receiving data via UDP Multicast... Pin
Johnny ²4-Dec-03 21:35
Johnny ²4-Dec-03 21:35 
GeneralRe: The synchronization issue on sending and receiving data via UDP Multicast... Pin
JoeZhang4-Dec-03 22:04
JoeZhang4-Dec-03 22:04 
GeneralRe: The synchronization issue on sending and receiving data via UDP Multicast... Pin
Mike Dimmick4-Dec-03 23:55
Mike Dimmick4-Dec-03 23:55 
GeneralMultithreaded QuickSort Pin
Robert Buldoc4-Dec-03 16:29
Robert Buldoc4-Dec-03 16:29 
GeneralRe: Multithreaded QuickSort Pin
Xiangyang Liu 刘向阳8-Dec-03 1:13
Xiangyang Liu 刘向阳8-Dec-03 1:13 
QuestionThe Trouble with List Controls(CListCtrl)?? Pin
MissingLinkError4-Dec-03 16:23
MissingLinkError4-Dec-03 16:23 
AnswerRe: The Trouble with List Controls(CListCtrl)?? Pin
Abin4-Dec-03 20:18
Abin4-Dec-03 20:18 

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.