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 |
Tell me the different controls in MFC ?
What is the difference between GetMessage and PeekMessage ?
what do you mean by psychic window?
How to find the mouse entering an image?..while entering need to display next image...
What are the differences between MFC Exception macros and C++ exception keywords?
How to handle command line arguements from simple MFC application ?
how many types of classes are ther,what are that
What is the difference between Extension DLL and Regular DLL?
What function is used to retrieve the currently selected index in a list box?
How to convert a CString variable to char* or LPTSTR?
what is message loop how mfc does it internally?
What is the use of CCmdTarget ?