Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Keep a DLL generated dialog on top Pin
Naveen23-May-07 1:41
Naveen23-May-07 1:41 
GeneralRe: Keep a DLL generated dialog on top Pin
fusion2344X23-May-07 5:18
fusion2344X23-May-07 5:18 
GeneralRe: Keep a DLL generated dialog on top [modified] Pin
Naveen23-May-07 14:10
Naveen23-May-07 14:10 
QuestionRe: Keep a DLL generated dialog on top Pin
David Crow23-May-07 4:04
David Crow23-May-07 4:04 
QuestionFolder Pin
josip cagalj22-May-07 21:34
josip cagalj22-May-07 21:34 
AnswerRe: Folder Pin
Hamid_RT22-May-07 21:58
Hamid_RT22-May-07 21:58 
Questionmenu change Pin
prithaa22-May-07 21:25
prithaa22-May-07 21:25 
AnswerRe: menu change Pin
Nelek22-May-07 23:28
protectorNelek22-May-07 23:28 
Hi,

from VC++ Help:

The CREATESTRUCT structure has the following form:

typedef struct tagCREATESTRUCT {
LPVOID lpCreateParams;
HANDLE hInstance;
HMENU hMenu;
HWND hwndParent;
int cy;
int cx;
int y;
int x;
LONG style;
LPCSTR lpszName;
LPCSTR lpszClass;
DWORD dwExStyle;
} CREATESTRUCT;

The CREATESTRUCT structure defines the initialization parameters passed to the window procedure of an application.

Members

lpCreateParams: Points to data to be used to create the window.

hInstance: Identifies the module-instance handle of the module that owns the new window.

hMenu: Identifies the menu to be used by the new window. If a child window, contains the integer ID.

Maybe is there?

Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

AnswerRe: menu change Pin
Anurag Gandhi23-May-07 0:06
professionalAnurag Gandhi23-May-07 0:06 
Question__loctotime_t function in Win32 Pin
bouli22-May-07 21:17
bouli22-May-07 21:17 
AnswerRe: __loctotime_t function in Win32 Pin
Hamid_RT22-May-07 21:34
Hamid_RT22-May-07 21:34 
AnswerRe: __loctotime_t function in Win32 Pin
_AnsHUMAN_ 22-May-07 22:43
_AnsHUMAN_ 22-May-07 22:43 
GeneralRe: __loctotime_t function in Win32 Pin
bouli22-May-07 22:46
bouli22-May-07 22:46 
QuestionRe: __loctotime_t function in Win32 Pin
David Crow23-May-07 4:11
David Crow23-May-07 4:11 
AnswerRe: __loctotime_t function in Win32 Pin
bouli23-May-07 4:13
bouli23-May-07 4:13 
QuestionSocket Connection problem in Windows XP System from VC++ Pin
ledallam22-May-07 21:14
ledallam22-May-07 21:14 
AnswerRe: Socket Connection problem in Windows XP System from VC++ Pin
KarstenK22-May-07 21:19
mveKarstenK22-May-07 21:19 
GeneralRe: Socket Connection problem in Windows XP System from VC++ Pin
ledallam22-May-07 21:31
ledallam22-May-07 21:31 
AnswerRe: Socket Connection problem in Windows XP System from VC++ [modified] Pin
Mark Salsbery23-May-07 6:22
Mark Salsbery23-May-07 6:22 
QuestionXML Parsing Pin
g_sandipan22-May-07 21:03
g_sandipan22-May-07 21:03 
AnswerRe: XML Parsing (another point of view) Pin
Joan M23-May-07 0:13
professionalJoan M23-May-07 0:13 
GeneralRe: XML Parsing (another point of view) Pin
g_sandipan23-May-07 1:43
g_sandipan23-May-07 1:43 
AnswerRe: XML Parsing Pin
James R. Twine23-May-07 3:51
James R. Twine23-May-07 3:51 
QuestionCOM+ Dll Registration Failed!! Pin
Rane22-May-07 20:32
Rane22-May-07 20:32 
AnswerRe: COM+ Dll Registration Failed!! Pin
Hans Dietrich22-May-07 21:05
mentorHans Dietrich22-May-07 21:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.