RE: [perl-win32-gui] Need Help from Winamp Users

2000-11-09 Thread Steven Manross
Title: RE: [perl-win32-gui] Need Help from Winamp Users Just ignore the flashing RED GIFs (sexani5.gif) if you are offended by this type of stuff... Thanks for the link to their API...  Very useful stuff... :) Steven -Original Message- From: Todd McLaughlin [mailto:[EMAIL PROTE

RE: [perl-win32-gui] hashes/anonymous arrays

2000-10-27 Thread Steven Manross
Title: RE: [perl-win32-gui] hashes/anonymous arrays Suggestion... check for special character combinations like "wa" or "ya" to compress the 2 letters together when using "block font". Nice script.. Steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

RE: [perl-win32-gui] Rightclick menu

2000-03-06 Thread Steven Manross
Title: RE: [perl-win32-gui] Rightclick menu I'll send you an INF for an App that I use ('Explore From Here' from the NT Res Kit). I would imagine that it would give you what you are looking for.. It looks like 2 reg entries in HKEY_CLASSES_ROOT (with properly placed hooks to your app)..

RE: [perl-win32-gui] How do I update the contents of a textfield?

2000-02-13 Thread Steven Manross
Title: RE: [perl-win32-gui] How do I update the contents of a textfield?     $sample->Text("You clicked process."); Case-Sensitive... Steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, February 11, 2000 1:08 PM To: [EMAIL PROTECTED] Sub

RE: [perl-win32-gui] TabStrips, OFN and Out of memory! - Callback Called Exit.

2000-02-08 Thread Steven Manross
Title: RE: [perl-win32-gui] TabStrips, OFN and Out of memory! - Callback Called Exit. The issue turned out to be the -filter on the GetOpenFileName Routine and this seems to have been documented some months ago...  Though I don't know how to fix this (other than taking the filter out ..  for

[perl-win32-gui] TabStrips, OFN and Out of memory! - Callback Called Exit.

2000-02-07 Thread Steven Manross
Title: TabStrips, OFN and Out of memory! - Callback Called Exit. I'm not sure what is going on, but... When I click on a subroutine that Opens the Determine_File_Name routine (below), everything looks good for the first 2 of 3 tabstrips...  The third tabstrip has ~10 checkboxes (3 of which

[perl-win32-gui] Open Desktop Applications

1999-11-30 Thread Steven Manross
Title: Open Desktop Applications Is there a way to get the open application information of a remote system much like the example below does? Thanks, Steven #taken from winlist.pl by Aldo $desktop = GUI::GetDesktopWindow(); $window = GUI::GetWindow($desktop, GW_CHILD); while($window) {   

RE: [perl-win32-gui] GB update ;-)

1999-11-02 Thread Steven Manross
Title: RE: [perl-win32-gui] GB update ;-) where would I find these files?? lab_prop.pl but_prop.pl bor_prop.pl -Original Message- From: Aldo "dada" Calpini [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 02, 1999 8:34 AM To: [EMAIL PROTECTED] Subject: [perl-win32-gui] GB updat

RE: [perl-win32-gui] ListView

1999-10-14 Thread Steven Manross
Title: RE: [perl-win32-gui] ListView my bad..  sorry...   Steven -Original Message-From: Eric C. Hansen [mailto:[EMAIL PROTECTED]]Sent: Thursday, October 14, 1999 11:25 AMTo: [EMAIL PROTECTED]Subject: RE: [perl-win32-gui] ListView Unfortunately TreeViews and Lis

RE: [perl-win32-gui] ListView

1999-10-14 Thread Steven Manross
Title: RE: [perl-win32-gui] ListView %itemdata = $TV->GetItem($TV->SelectedItem); $field=$itemdata{-text}; print "Selected Item: $field\n"; Pull Aldo's sample files from Jenda's site and take a look at treeview.pl or pmx.pl There's a lot of working samples to look at... http://jenda.kryn

[perl-win32-gui] Build 425 & HitTest

1999-10-13 Thread Steven Manross
Title: Build 425 & HitTest First off, I am very thankful for this module, Aldo's time spent on this module and of course your time (listserv members).. After having said that, I am creating something like PMX.PL (found with the samples from http://jenda.krynicky.cz/perl/Win32-GUI-samples.zip