Re: [perl-win32-gui-users] How to get the OS version

2011-06-16 Thread Cruickshanks, Darin
Hi, Check out the environment variable $ENV{PROCESSOR_ARCHITECTURE} I think it's x86 for 32 bit and AMD64 for 64 bit. Thanks, Darin Darin Cruickshanks Lab Support Manager, Computing Service University of Essex 01206 873585 From: Vijay Maurya

[perl-win32-gui-users] Destroying a window

2003-11-20 Thread Cruickshanks, Darin
All, How do you destroy a window in Win32::Gui? I read about a Destroy() method but this doesn't seem to help. In the past I have just hidden any windows that I wanted to remove but I now nee to destroy one completely. Darin Darin Cruickshanks

RE: [perl-win32-gui-users] Need some minor cleanup help and a note on radio buttons

2003-07-23 Thread Cruickshanks, Darin
Dennis, Closing a Window using the little X will fire off an Window_Terminate event where Window is the name of the Window that was closed. Darin Darin Cruickshanks Labs Manager, Computing Service University of Essex [EMAIL PROTECTED]

[perl-win32-gui-users] Killing process

2003-06-03 Thread Cruickshanks, Darin
All, Does anyone know of a way (using Perl and not some other 3rd party app), to kill off a running process, given only the name of the process and not the PID. Cheers, Darin Darin Cruickshanks Labs Manager, Computing Service University of

RE: [perl-win32-gui-users] Messagebox

2003-05-02 Thread Cruickshanks, Darin
I'm unsure which buttons you want to appear on the message box, but making a guess from the text, this would display a message box with Ok and Cancel buttons and $result would contain a 1 if the Ok button was clicked and a 2 if the Cancel button was clicked - $result = Win32::MsgBox(Please fill

[perl-win32-gui-users] TreeView nodes

2003-05-02 Thread Cruickshanks, Darin
All, Does anyone have any code snippets or remember from memory?! how to use the -expand function to expand a node in a treeview? I've read the docs but am getting nowhere. Cheers, Darin Darin Cruickshanks Labs Manager, Computing Service

[perl-win32-gui-users] Microsoft Access database connection string

2003-05-02 Thread Cruickshanks, Darin
All, Can anyone tell me what needs to be in an on-the-fly (without creating a DSN) connection string to a Microsoft Access database? Cheers, Darin Darin Cruickshanks Labs Manager, Computing Service University of Essex [EMAIL PROTECTED] 01206

[perl-win32-gui-users] Keeping track of child windows

2003-04-30 Thread Cruickshanks, Darin
:[EMAIL PROTECTED] Sent: 25 April 2003 13:02 To: Cruickshanks, Darin; Perl-Win32-Gui-Users Subject: RE: [perl-win32-gui-users] Perl and printing There may be a better way, but here are two possible ways: ### THIS WILL BRING UP THE SAME

RE: [perl-win32-gui-users] Keeping track of child windows

2003-04-30 Thread Cruickshanks, Darin
S Garside [EMAIL PROTECTED] -Original Message- From: Cruickshanks, Darin [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2003 8:43 AM To: Perl-Win32-Gui-Users Subject: [perl-win32-gui-users

[perl-win32-gui-users] Perl and printing

2003-04-24 Thread Cruickshanks, Darin
All, I have a Perl application that uses Win32::GUI to provide a nice front end for a database, what I would really like to do is provide a print feature with the ability to print to a network printer through the gui. Does anyone know of any way to do this? Cheers, Darin

[perl-win32-gui-users] Silly question

2003-04-22 Thread Cruickshanks, Darin
This seems like it will have an obvious answer but I really cant see it in the documentation?!? How do you 'kill off' any child windows that may have been created? Cheers, Darin Darin Cruickshanks Labs Manager, Computing Service University of

[perl-win32-gui-users] StatusBar question

2003-04-16 Thread Cruickshanks, Darin
: Luigino Masarati [mailto:[EMAIL PROTECTED] Sent: 15 April 2003 13:27 To: Cruickshanks, Darin Cc: perl-win32-gui-users@lists.sourceforge.net Subject: Re: [perl-win32-gui-users] Strange mouse behaviour I have seen the same behaviour so, as a workaround, I change back the cursor to NORMAL calling

[perl-win32-gui-users] Strange mouse behaviour

2003-04-15 Thread Cruickshanks, Darin
This one is not terribly important, but is annoying! Whenever I start one of my GUI programs, the mouse cursor changes to an hour glass until you click on something or move it over an object. And sometimes it might stay as the text input mouse cursor when clicking on a file menu. This can be

[perl-win32-gui-users] Tabbing and Accelerator problems

2003-04-14 Thread Cruickshanks, Darin
All, I'm fairly new to Win32-GUI and am having some problems with events and with tabbing between text fields. The problem with the tabbing is that I cant get it to work at all, I have read the documentation that is available but I must be missing something. Anyone got any ideas? Also I would

RE: [perl-win32-gui-users] Tabbing and Accelerator problems

2003-04-14 Thread Cruickshanks, Darin
To: Cruickshanks, Darin; Perl-Win32-GUI Mailinglist Subject: Re: [perl-win32-gui-users] Tabbing and Accelerator problems Hello, On Monday, April 14, 2003 3:30 PM, Cruickshanks, Darin [EMAIL PROTECTED] wrote: ... The problem with the tabbing is that I cant get it to work at all, I have read the documentation