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 |
Does the application have more than one object? If Yes, Briefly explain.
List out the parameters of WinMain Function.
If there is more than 100 control in a window how we can change the Taborder of a controls
If application hangs while SendMessage is waiting for the result, how you handle it?
1)How to create ToolTip in MFC?
How to convert a CString variable to char* or LPTSTR?
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
1) How do you Destroy a Dialog Box ?
What is serialization ?which function is responsible for serializing data ?
How to handle command line arguements from simple MFC application ?
What is the use of UpdateData funciton ?
how does the UIThread and worker thread communicates and handle events