Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hazg
  • Order by date
  1. hazg

    Perl and Outlook Calendars?

    Hello all, I'm writing a script to extract some calendar data from Outlook 2000 and present it in a .csv format. The extraction code so far is thus... use Win32::OLE; use Win32::OLE::Const 'Microsoft Outlook'; use Win32::OLE::Variant; my $outlook = Win32::OLE->new('Outlook.Application') or...
  2. hazg

    Problem exiting while loop with Term::ReadKey

    Hello, I have a problem! As part of a larger script I am printing out data sent through a socket connection from another pc into the command prompt. While the text is being displayed on screen I want the user to be able to exit this part of the program, ideally with a single key press (say...
  3. hazg

    Rotate a jpeg 180 degrees

    Hi, Thanks for your posts - I managed to get Image::Magick working in the end after re-installng perl on my PC. I figured I couldn't install any new libraries because of a previous version i had. Thanks
  4. hazg

    Rotate a jpeg 180 degrees

    Using 5.6 on Windows does anyone know how to rotate a jpeg? The Image Magick library won't install. Thanks
  5. hazg

    Writing to an additional window

    On a windows platform I am writing a script which requires 2 command prompt interfaces. The first holds the menu system and I want to be able to display data in another. Is there a way of dynamically opening another command prompt/shell and writing data to it. Many thanks
  6. hazg

    Get file size in Perl

    Hello, I was wondering if there was a way of getting the size of a file in Perl (i.e. 40kb). I am getting the file and saving it to its directory via the mirror command. Cheers
  7. hazg

    Dynamic update of HTML text field

    Thanks a lot! I have sorted it now!
  8. hazg

    Disable text box without grey

    Thanks a lot! I have sorted it now!
  9. hazg

    Disable text box without grey

    Hello, Is there a way of disabling a textbox so it cannot be changed without the text being grayed out???? Heres what ive got: <input type=text disabled id=desc size=60> Thanks
  10. hazg

    Dynamic update of HTML text field

    Hello, I am looking to update a html textfield from javascript. The script produces a slideshow of images which can be viewed via next/previous buttons or a automatically via a time delay. I want a description to be placed above each corresponding image that will change whenever the image does...

Part and Inventory Search

Back
Top