Re: Win32lib window question.
- Posted by "Thomas Parslow (PatRat)" <patrat at INAME.COM> Jun 12, 2000
- 466 views
Use SetWindowPos --CODE--- constant USER32 = open_dll("user32.dll") constant fncSetWindowPos = ,C_ULONG,C_ULONG}) --END CODE-- Thomas Parslow (PatRat) ICQ #:26359483 Rat Software http://www.ratsoft.freeserve.co.uk/ Get paid to surf the web! http://members.tripod.co.uk/paid2surf/ ----- Original Message ----- From: Mark Brown <mabrown at senet.com.au> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Sunday, June 11, 2000 2:38 PM Subject: Win32lib window question. Hi everyone, I'm working on a program using win32lib that has a window that I want to always be at the front of all other windows. I looked in the Windows API help and in Win32lib docs etc but couldn't find a solution. Is there a windows style or something? Thanks in advance Mark