Re: [WIN] Label text colors and window control...
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Jan 22, 2001
- 577 views
Levi, To move a window or other control: in Win32Lib 0.54 & I think 55, you can use: setRect ( control, left, top, width, height, repaint ) in 0.50, moveWindow( control, x, y, cx, cy, repaint ) Dan Moyer ----- Original Message ----- From: "LEVIATHAN" <leviathan at USWEST.NET> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Monday, January 22, 2001 12:47 AM Subject: [WIN] Label text colors and window control... > Heya all! > > I'm gonna start looking into creating a new GUI on the program i've > been working on, this time using irregular.ew and the example of > Euman's prog, however, before I do this, I need to ask a couple > questions... > > 1) I'm going to make this window without a caption bar, but another > control will be allowed to move the window around. Where do I start > to do this? > > 2) I want to be able to change label text colors. I looked around on > the MSDN library site, I didn't find anything to do this. Is it possible, > and if so, how do I get to change it? (Define the color of foreground > before I create my window, perhaps?) > > TIA, > > --"LEVIATHAN"