Re: WinClass question for Al
- Posted by don cole <doncole at pacbell.net> Nov 30, 2005
- 514 views
Al Getz wrote: > > 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" It took a while to find it. http://www.listfilter.com/cgi-bin/esearch.exu?fromMonth=6&fromYear=1&toMonth=B&toYear=A&postedBy=&keywords=+Stroustrup%3A Don Cole A Bug is an un-documented feature. A Feature is a documented Bug.