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 |
how can u change button shape at run time
How to convert a CString variable to char* or LPTSTR?
What is Multithreading
1)At run-time, you can change the icon by calling the LoadIcon() function?
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
is there any class which is not derived from Cobject
Explain the flow of SDI application?
What function is used to retrieve the currently selected index in a list box?
What four types of properties are supported by an ActiveX control?
what is message Testing ?
What function is used to disable a control at runtime?
Differ GetMessage, PostMessage & PeakMessage?