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 Wanet Telecoms Ltd 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: *

  1. estatefacts

    I loaded IE WebBrowser 7 and now the VB6 WebBrowser is not available

    I loaded IE WebBrowser 7 and now the VB6 WebBrowser is not available. I get this message in the form log: Line 53: Class SHDocVwCtl.WebBrowser of control WebBrowser1 was not a loaded control class. What's up? Thanks
  2. estatefacts

    Printing Text in a Circle Right then WRONG! Help pls.

    Hello, I got the following code off of another website. It is used to print text into a circle (and it is very nice however I wish I could figure out how to keep the orientation of the letters up in the top half of the circle and the same in the bottom half so that both sets will have an...
  3. estatefacts

    Using a TIFF file like a BMP file

    Hello, I am trying to figure out how to load a TIFF file into an Image object so that I can print it out using VB6. I already know how to do this with a BMP file. I have read several threads that refer to downloading and using the imageeditor (I may not have spelled this correctly) and I have...
  4. estatefacts

    How Do I distribute VB 6.0 executable programs to non-VB users?

    How Do I distribute VB 6.0 executable programs to non-VB users? I have VB 6.0 and I know how to make a program executable. I have tried using the wizard but I guess I just don't understand how to use this properly. I keep geting files missing errors when I try to run the program on another...
  5. estatefacts

    Email - Is there a way to make an email send itself out

    I have imported (copied and pasted) to an email message a fill-in text form from a web page. The reset button works perfectly (clears all text on the form) but the submit button (send out the completed form to a mailbox address) does nothing. Is there a way to get this to work? Thanks!
  6. estatefacts

    Email - Is there a way to make an email send itself out

    I have imported (copied and pasted) to an email message a fill-in text form from a web page. The reset button works perfectly (clears all text on the form) but the submit button (send out the completed form to a mailbox address) does nothing. Is there a way to get this to work? Thanks!
  7. estatefacts

    Dual Printer Orientation

    There must be a way to print both portrait and landscape on the same page! Any suggestions? Thanks
  8. estatefacts

    Dual Printer Orientations on the Same Page

    I am trying to write a segment of code that will allow me to print both vertically and horizontially on the same page. When I include the code: Printer.Orientation = vbPRORLandscape <=== Debug Error here Printer.CurrentX = 5040 Printer.FontItalic = True Printer.Print &quot;Best Method&quot...

Part and Inventory Search

Back
Top