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 strongm 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. AFI247365

    How to open a view source and save it?

    everything except the X.status and A.responsebody. I have everything set up as you instructed but it keeps getting hung up on that theose two problems and having unknown System errors.
  2. AFI247365

    How to open a view source and save it?

    Everything seems to work accept that X.status and x.responseBody keep giving me system errors. any suggestions? here is my code so far. ------------------------------------------------------------ Dim WebBrowser As New InternetExplorer Dim X As XMLHTTP Dim A As ADODB.Stream Dim SaveLocation...
  3. AFI247365

    How to open a view source and save it?

    I have the XML object but I dont realy know how to use it. is there a site that i can got to to get some examples of how to use the object. THANX.
  4. AFI247365

    How to open a view source and save it?

    im running a loop over this program and need to have the text file closed because it has an error when I try the File copy method. Is there a way to close an open text file that is just open from the cache?
  5. 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...
  6. 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...
  7. 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
  8. 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?
  9. 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
  10. 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
  11. AFI247365

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

    how do i get from that page to the online help page so they can tell me how to fix this problem.
  12. 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.
  13. AFI247365

    Trial version of Interdev has expired, please install a retail verion"

    I also have the visual studio 6 and have the same error. I tried to find a defect in the regestry bue I did not want to mess with any thing. can you help me?

Part and Inventory Search

Back
Top