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 |
Explain Doc/View architecture
Can you explaing the relashionship between document,frame and view ?
What is a critical section and how is it implemented?
What function is called by a document class to notify views that the document has been changed?
What is the base class for MFC
What?s the difference between Modal and Modeless Dialog?
What is the difference between Extension DLL and Regular DLL?
What is the use of CObject::Dump function ?
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
In VC++ How to transfer between one exe to another exe while running..
Have you ever used win32 APIs ?
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example