Re: WinClass question for Al
- Posted by Al Getz <Xaxo at aol.com> Nov 30, 2005
- 512 views
don cole wrote: > > don cole wrote: > > > > Al Getz wrote: > > > > > > don cole wrote: > > > > > > > > > > > > How do you minimize a window with WinClass.ew? > > > > > > > > Don Cole > > > > A Bug is an un-documented feature. > > > > A Feature is a documented Bug. > > > > > > Hi there Don, > > > > > > I've never needed to do this, but i guess it would be: > > > > > > object void > > > void=ShowWindow(GetHandle(WindowID),SW_MINIMIZE) > > I using void=ShowWindow(MainApWindow,SW_MINIMIZE) rather than GetHandle. > > By the way did you read the post about the interview and oop being made as > > complicated as posible. > > Don Cole > A Bug is an un-documented feature. > A Feature is a documented Bug. Hi there Don, Well, if MainAppWindow is a window 'handle' then void=ShowWindow(MainApWindow,SW_MINIMIZE) will work ok, but if MainAppWindow is a window 'id' then void=ShowWindow(GetHandle(MainApWindow),SW_MINIMIZE) will be required in order to get the window minimized. What post was that about oop? I'll surely read it...sounds interesting although already it sounds like the misconceptions about oop but i wont say anything until i've read it :) Take care, Al And, good luck with your Euphoria programming! My bumper sticker: "I brake for LED's"