Mail Archives: djgpp/1998/08/30/18:25:38
--------------DD5E20C2ABFA46EFD56C0F2B
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
hi..
I'm Henrique (Henry) from Brazil..
thx for creating djgpp!
my problem is a minor one...
I am not able to find descriptions through internet for
some functions like:
hwnd = CreateWindow(szAppname, szAppname1,
WS_OVERLAPPEDWINDOW & ~WS_MAXIMIZEBOX,
200,
170,
600,
680,
NULL, NULL, hInstance, NULL);
I was only able to determine this:
hwnd = CreateWindow(szAppname, szAppname,
WS_OVERLAPPEDWINDOW & ~WS_MAXIMIZEBOX,
initial x position of window into desktop,
initial y position of window into desktop,
initial wight of window,
initial height of window,
NULL, NULL, hInstance, NULL);
I'm still looking for refence guides, books anything describing these
things...
I ask for any information you know like urls or books
thx :-)
--------------DD5E20C2ABFA46EFD56C0F2B
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<HTML>
hi..
<BR>I'm Henrique (Henry) from Brazil..
<BR>thx for creating djgpp!
<P>my problem is a minor one...
<BR>I am not able to find descriptions through internet for
<BR>some functions like:
<P>
hwnd = CreateWindow(szAppname, szAppname1,
<BR>
WS_OVERLAPPEDWINDOW & ~WS_MAXIMIZEBOX,
<BR>
200,
<BR>
170,
<BR>
600,
<BR>
680,
<BR>
NULL, NULL, hInstance, NULL);
<P>I was only able to determine this:
<P> hwnd = CreateWindow(szAppname,
szAppname,
<BR>
WS_OVERLAPPEDWINDOW & ~WS_MAXIMIZEBOX,
<BR> <B>
initial x position of window into desktop,</B>
<BR><B>
initial y position of window into desktop,</B>
<BR><B>
initial wight of window,</B>
<BR><B>
initial height of window,</B>
<BR>
NULL, NULL, hInstance, NULL);
<P>I'm still looking for refence guides, books anything describing these
things...
<BR>I ask for any information you know like urls or books
<P>thx :-)
<BR>
<BR> </HTML>
--------------DD5E20C2ABFA46EFD56C0F2B--
- Raw text -