Have you ever used win32 APIs ?
Answers were Sorted based on User's Feedback
Answer / abhijit
SendMessage()
PostMessage()
PostQuitMessage()
GetExitCodeThread()
GetExitCodeProcess()
the above mentioned APIs are the most widely used functions
Also..
for shared memory you have to use the Win32 API
CreateFileMapping()
for launching a new process
CreateProcess() ... dont think an MFC equivalent is there
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / zero zero...
Some more API...
Getmessage()
PostPeekMessage()
CreateWindow()
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kamal
GetPrivateProfileString()
WritePrivateProfileString()
The above function is windows application function
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jaswanth
MFC are more Efficient than these Applications.
| Is This Answer Correct ? | 0 Yes | 3 No |
1) How do you Destroy a Dialog Box ?
What MFC base classes provide support for ActiveX controls?
What is CSingleDocTemplate?
What is the difference between the SDI and MDI
What is LoadLibrary function returns?
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
What is serialization ?which function is responsible for serializing data ?
Whats is DDX & DDV in MFC?
1)To Remove WS_MINIMIZEBOX in a Frame ?
what is message loop how mfc does it internally?
1)set the Title for The File DialogBox, in MFC?