http://GameProgrammer.Com

Programming

GP Mailing List
     Thread Index
     Date Index

ATXGPSIG List
     Thread Index
     Date Index

Google
>

Home

Wise2Food



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: window controls



What is the purpose? Tho display the content of one variable? In this case
you should prefer a static box... But if you wanna make a status window
(like the output window of Visual C++) you should use an multi-line
edit-box, in read-only mode.
Personnaly, I's  prefer Win32... :)

Fulbert Boussaton

----- Original Message -----
From: Idahosa I. Edokpayi <stealth_ninja@geocities.com>
To: Gameprogrammer <gameprogrammer@gameprogrammer.com>
Sent: Sunday, January 02, 2000 10:45 PM
Subject: window controls


> Does anybody have any suggestions as to what type of window control I
should
> use to display text on a dialog? It does not need to be selectable just
> display it so I don't need a combobox or listbox. I thought about using a
> static control but thought better of it since I don't know at compile time
> what the text is going to be. I just need to display it. If not is there a
> good way to set text on a static control?
>
> Idahosa Edokpayi
>
> =================================================================
> 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
>

=================================================================
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




  • References:
    • window controls
      • From: "Idahosa I. Edokpayi" <stealth_ninja@geocities.com>