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: *

  • Users: AFI247365
  • Content: Threads
  • Order by date
  1. AFI247365

    How to open a view source and save it as a .txt?

    I've been working on this one for some time now and have run ito a brick wall. This is my code so far: Dim WebBrowser As New InternetExplorer Private Sub Command1_Click() Dim n, pathname n = 1 Const navOpenInNewWindow = 1 WebBrowser.Visible = False WebBrowser.Navigate...
  2. AFI247365

    How to open a view source and save it?

    I've been working on this one for some time now and have run ito a brick wall. This is my code so far: Dim WebBrowser As New InternetExplorer Private Sub Command1_Click() Dim n, pathname n = 1 Const navOpenInNewWindow = 1 WebBrowser.Visible = False Do While Not n = 15 WebBrowser.Navigate...
  3. AFI247365

    How to open and get the return address from outlook

    How do i select an email and get the return address by using an outlook macro? P.S. what is a good outlook vba tutorial or reference? thanx
  4. AFI247365

    Combining word documents

    I have many .rtf's that I wish to combine into one big file. Is there a way to join all of these files?
  5. AFI247365

    VB compiler

    I have the vb6 working model and want to know if there is a compiler add-in that i can get so that I can make .exe files. Thanx
  6. AFI247365

    no color in Visual interdev

    my dad recently perchased the upgrade to vid 6.0 professional edition. I installed it on my computer and it works fine but when he installed it in his laptop it wont show any of the colors.can you help AFI247365
  7. AFI247365

    error in visual Interdev 6.0 says "trial end buy retail product" ?

    I have the retail version but i get this same error. I have reinstalled three times but still no luck. I tried to find a default in the registry but did not want to mess with any thing. is there a way to fix this? thanx.

Part and Inventory Search

Back
Top