RE: more window help
Hi George,
Hard to say what the problem might be without more info. A stand alone
program like this one:
----------
include win32lib.ew
constant
Win = create(Window,"test",0,10,10,500,500,{WS_CAPTION,WS_POPUP})
WinMain(Win,Normal)
----------
On XP using Win32Lib 0.59.1 with Eu 2.4 does show up on the task bar...
However, without a WS_SYSMENU I must use task manager to close it.
How are you opening the window? Maybe making it modal will help keep it
out front?
-- Brian
George Walters wrote:
>
>
> I launch a program from an EU menu program (one I wrote) and the 2nd
> program
> creates a window in which to run and display stuff in the status bar as
> it
> runs . The problem I have is that if I session away (click to another
> program on the task bar), I can never get back to the window. It does
> not
> show up on the task bar... here's the window.. what have I done
> wrong....
>
> display = create(Window,pgmNm & " - " & pgmTitle,
> 0,sx,sy,sw,sh,{WS_CAPTION,WS_POPUP})
>
> george
>
>
|
Not Categorized, Please Help
|
|