[perl-win32-gui-users] Grid/AxWindows/Scintilla/DIBitmap

2005-11-02 Thread Jeremy White
Hi, All these modules are now in the Win32-GUI source repository: http://cvs.sourceforge.net/viewcvs.py/perl-win32-gui/ Cheers, jez.

Re: [win32gui] [perl-win32-gui-users] Toolbar style contants

2005-11-02 Thread Chris Wearn
Looking at the Microsoft website, it mentions that VC6 compiler is no longer supported and that the CURRENT platform SDK is NOT compatible with VC6. The last SDK that works with VC6 is the SDK released February 2003. This I downloaded from the MSDN site (subscribers section), and installed it,

Re: [win32gui] [perl-win32-gui-users] Extened windows style

2005-11-02 Thread Robert May
[EMAIL PROTECTED] wrote: I'm trying to create a window that will show up on the right side of my screen and always be visible. $MainWin = new Win32::GUI::Window( -name = MainWin, -pos = [1240,0], -size = [40,990], -maxsize = [40,990], -minsize =

Re: [perl-win32-gui-users] Toolbar style contants

2005-11-02 Thread Robert May
Chris Wearn wrote: What version of the Platform SDK are you using Rob? Win2003 sp1, downloaded in June of this year. I do remember having to play with removing a few of the new SDK tools (nmake for example) as the new ones don't play well with W98, but I'm afraid that I don't have any notes

Re: [win32gui] [perl-win32-gui-users] Extened windows style

2005-11-02 Thread Jason P.
Robert May wrote: The problem I'm having is that when I maximize the window of any other application it has part of it hidden by this window, usually the scroll bar. Is there an option to set so that anytime I maximize another window it will take up the entire screen minus this window? I'm