Hello Przemek

Is it possible that above functions be extended
to accept few parameters ( only important for windows creation ) as follows:

HWND CreateWindowEx(          
    DWORD dwExStyle,                 nExStyle
    LPCTSTR lpClassName,
    LPCTSTR lpWindowName,
    DWORD dwStyle,                    nStyle
    int x,                                    nX
    int y,                                    nY
    int nWidth,                            nWidth
    int nHeight,                           nHeight
    HWND hWndParent,                pGTParent
    HMENU hMenu,          
    HINSTANCE hInstance,
    LPVOID lpParam
);

and                                         iCmdShow


And CreateWindowEx() function uses those parameters.

Default GT loaded first time may use defaults we are using at present.
But it will be nice if these can be provided from outside when executing 
the application, though not so important. Only <iCmdShow> substitution is
important, rather very important.

One option I can suggest is to compile GTWVT with some define,
-DHB_NOSTARTUPWINDOW.

Regards
Pritpal Bedi

-- 
View this message in context: 
http://www.nabble.com/hb_gtReload%28%29---hb_gtCreate%28%29-tp20197288p20197288.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to