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 TouchToneTommy 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: zjlu2715
  • Content: Threads
  • Order by date
  1. zjlu2715

    Fax to a file on XP/

    Has anyone tried to use the fax utility on Windows XP to create a fax formated file in VB which then can be delivered & viewed? I tested with WordPad or NotePad, by click on the "Print to File" checkbox. When print starts, a window pops up asking for filename and then print to the...
  2. zjlu2715

    Change image size by modifying resolution

    Image processing seems to be a weak spot in VB. I need to display and print an image that is too large (generated with SavePicture and printed with PaintPicture). How do I compress the size by increase resolution? Also, are there free utilities that compress the image to .tif or .jpg to reduce...
  3. zjlu2715

    How to Control CD Drive operation?

    Is there any way one can control CD or CDRW drive such as Eject CD or eject CDR & leave data in original format and so on. I'd like to provide a function in my code to do what EasyCD Creator does where I can click on the icon in system tray to eject a CDR.
  4. zjlu2715

    How to TILE a small picture to entire image area

    I don't seem to find a TILE function in VB to repeat a small picture to make out for the entire background (such as building a form). Does anyone know how to do it in VB 6.0?
  5. zjlu2715

    How to pass key events from User Control to the Form it's in

    I made a ActiveX control that allow user to navigate through a list with arrow keys. On the test Form, I loaded an array of this control. I set the KeyPreview of the form, but it never gets the key events, the active control alway takes the keystrokes before the form preview them. Is there any...
  6. zjlu2715

    Detect start of another program

    Is there any way to sense the start of a new application in Win9x/XP/NT environment? Task manager can list applications started, any way to get from it?

Part and Inventory Search

Back
Top