List out the parameters of WinMain Function.
Answers were Sorted based on User's Feedback
Answer / kasi
int CALLBACK WinMain(
__in HINSTANCE hInstance,
__in HINSTANCE hPrevInstance,
__in LPSTR lpCmdLine,
__in int nCmdShow
);
| Is This Answer Correct ? | 22 Yes | 5 No |
1)How to change the size of a button at run time ?
1)how to Display the File Dialog Box, in MFC ?
Tell me the different controls in MFC ?
What function is used to retrieve the currently selected index in a list box?
What is #progma and where it is used?
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer
What is the difference between workrer thread and UI thread
What function is used to disable a control at runtime?
Does the application have more than one object? If Yes, Briefly explain.
How we can findout Memoryleaks, In what way it can be avoided
How can update edit control data of an executing application from other application?
What is the command routing in MFC framework?