- Original Message -
From: "Robert May" <[EMAIL PROTECTED]>
To: "pcourterelle" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, July 11, 2007 2:29 PM
Subject: Re: [perl-win32-gui-users] combobox
On 04/07/07, pcourterelle <[EMAIL PROTECTED]> wrote:
Rob, thanks for that...that drove me nuts
On 11/07/07, Robert May <[EMAIL PROTECTED]> wrote:
On 11/07/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I have a small program which can be minimized to the tray.
> Now I want to have an accelerator which fires to minimize the program to the
> tray => this works fine.
> But now I want to r
On 11/07/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I have a small program which can be minimized to the tray.
Now I want to have an accelerator which fires to minimize the program to the
tray => this works fine.
But now I want to restore the window with an accelerator anytime.
It should wo
On 04/07/07, pcourterelle <[EMAIL PROTECTED]> wrote:
Rob, thanks for that...that drove me nuts for a while...what does
SetTopIndex() do if it does ensure the value of the index is visible in the
Listbox? The info says:
SetTopIndex
SetTopIndex(INDEX)
Ensure that a particular item is visible in th
hi,
I have a small program which can be minimized to the tray.
Now I want to have an accelerator which fires to minimize the program to the
tray => this works fine.
But know I want to restore the window with an accelerator anytime.
It should work if I'm writing a text or in internet explorer or
You need to add -tabstop => 1, to the options for any control that you
want to be able to select with tab.
On 7/11/07, Maxmelbin Neson (RBIN/EMT1) <[EMAIL PROTECTED]> wrote:
Hello ,
How do I use DialogUI method to make my Window take "Tabs" etc ….
use Win32::GUI;
use Win32::GUI::GridLayou
Hello ,
How do I use DialogUI method to make my Window take "Tabs" etc
use Win32::GUI;
use Win32::GUI::GridLayout;
$main = Win32::GUI::DialogBox->new(-name => 'Main',
-text => 'Perl Win32 GUI',
-width => 550,
7 matches
Mail list logo