[perl-win32-gui-users] Meesagebox Icon on the titlebar

2006-04-12 Thread kortyzon
Hi there! I've just a little question about the messagebox's icon on the titlebar. When I display a messagebox, this one don t have the main window's icon on the titlebar. I made some tests but in all cases, I still don't have the good icon (i just have the default icon, a white rectangle..). Th

[perl-win32-gui-users] Auto focus on a listview or textfield

2006-04-11 Thread kortyzon
Hi ! I want to make an auto focus on a listview or a textfield when i make it appears. Like that, the user don t have to click on it to make mouse scrolling. Can somebody help me?? Thanks and have a good day! ps: sorry for my poor english, i'm french student learning english :D

Re: [win32gui] Re: [perl-win32-gui-users] How to do "While MouseDown, Move Window" ?

2005-10-13 Thread kortyzon
2005/10/12, Robert May <[EMAIL PROTECTED]>: > Jason P. wrote: > > kortyzon wrote: > > > >> I'm a french win32 gui user and i search how to move the window > >> whitout the dragbar. > >> > > you will need 3 things. > > > > m

[perl-win32-gui-users] How to do "While MouseDown, Move Window" ?

2005-10-12 Thread kortyzon
Hello ! I'm a french win32 gui user and i search how to move the window whitout the dragbar. I think it's posible to do this with system : While MouseDown event (for example on a label), move the window at the cursor position. But i don't know how to make it! Can somebody help me? Thanks!