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)At run-time, you can change the icon by calling the LoadIcon() function?
What is LoadLibrary function returns?
What is the use of OninitDialog ?
how to give colour for dialog button or static buuto?any one explain full code ?pls pls
What is primitive and non-primitive application?
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?
what message is sent to an application when the user presses the primary button?
1)How to change a text of a button as Dynamically?
How do I create a dialog box in mfc?
What is the size of class
what are the feauters of CObject
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?