From: caracois AT br DOT homeshopping DOT com DOT br
Message-ID: <35E9D039.45FE5B2D@homeshopping.com.br>
Date: Sun, 30 Aug 1998 19:20:41 -0300
MIME-Version: 1.0
To: djgpp AT delorie DOT com
Subject: reference guide for windows programming rsxntdj
Content-Type: multipart/alternative; boundary="------------DD5E20C2ABFA46EFD56C0F2B"
Precedence: bulk
--------------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
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--