|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: window controls
Did you do that like this:
HWND hwndText = GetDlgItem( hDlg, IDC_STATIC_TEXT );
SetWindowText( hwndText, _T("Some Vendor") );
-----Original Message-----
From: gameprogrammer-owner@gameprogrammer.com
[mailto:gameprogrammer-owner@gameprogrammer.com]On Behalf Of Fulbert
Boussaton
Sent: Monday, January 03, 2000 3:12 AM
To: gameprogrammer@gameprogrammer.com
Subject: Re: window controls
Here is an exemple, with two static for the vendor and renderer strings, and
one multi-line edit-box for the extensions, but you can make some textout
operations in a custom window too. I think these are the simplest ways...
Hope this helps.
Fulbert Boussaton (The file isn't too large?)
=================================================================
The GameProgrammer.Com mailing list is for the open discussion
of any topic related to the art, science, and business of
programming games. This list is especially tolerant of beginners.
We were all beginners once
To SUBSCRIBE or UNSUBSCRIBE please visit:
http://gameprogrammer.com/mailinglist.html
|
|