AW: Forms for local perl scripts?

2005-07-27 Thread Dietmar Fiehn, Dr.
-Ursprüngliche Nachricht- Von: Scott Overstreet [mailto:[EMAIL PROTECTED] Gesendet: Do 28.07.2005 06:06 An: perl-win32-users@listserv.ActiveState.com Cc: Betreff: Forms for local perl scripts? All,

Forms for local perl scripts?

2005-07-27 Thread Scott Overstreet
All,       I run alot of administrative perl scripts at work.  (newbie question coming up>) I am trying to find a way to have a decent looking (local) form to input data into a (local) perl script.  I don't have access to a webserver for CGI's...nor do I want to put some of these scripts on a w

Re: creating a combo box

2005-07-27 Thread Robert May
Hi, There are 3 different types of combobox - see MSDN for details: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/comboboxes/comboboxes.asp Two of the types include the selected item in an edit control, whose default behaviour is to use home/end to m

FW: text-to-speech

2005-07-27 Thread Chris
> Octavian Rasnita wrote: >> Programming is not harder than for a sighted, but debugging with the >> perl debugger... is very hard because Active Perl debugger is not (or >> better said very hard) accessible for screen readers. > What about the console debugger - does that work ok ? > You would

RE: Problem with NetResource::CancelConnection

2005-07-27 Thread Gianvittorio Negri
Hi Chris. Sorry for my english, probably it is the cause of your doubts, anyway you have centered the the core of the question, establishing and deleting windows null session. I've looked about Win32::Lanman and it seems to address my needs. many many tank's for help. regards -O

creating a combo box

2005-07-27 Thread Octavian Rasnita
Hi, I have created a combo box using the code below, but I cannot move the cursor to select the first or the last element from the combo box using the home and end keys. What can I do to be able to do this? Thank you. $Win->AddCombobox( -name => 'Markets', -left => 60, -top => 10, -width => 120,

Re: DBD-mysql module

2005-07-27 Thread Foo Ji-Haw
Hello Scott, Is 3.0002 the thread-safe version of the dbd? Scott Campbell wrote: ActiveState, is it possible for you to update your DBD-mysql module to the latest (available via PPM)? Currently you have 2.9008, while 3.0002 is the latest. If anyone desires the latest, Randy Kobes has it at