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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Gytre

  1. Gytre

    Webbrowser1 use as ftp ulpload file

    Thank YOU, I was away a little...Code works it's GREAT! Now im trying to adapt it for my app, it'll be hard but i think at the end it will gonna work.THANK YOU :)!!!
  2. Gytre

    Webbrowser1 use as ftp ulpload file

    Sorry for my englsih. I know it hard to understand what is on my mind... But you mention what: "b) the solution uses the Shell as well, because that's how the webbrowser does FTP drag'n'drop/copy'n'paste - but you insist that you don't want to use the shell" Can you write sample how to...
  3. Gytre

    Webbrowser1 use as ftp ulpload file

    I dond know how to form question by another way...I think its simple to understand how its formed now.... copy file to clipboadr when webbrowser1.navigate "ftp://abra:abra@ftp.myftp.com" webbrowser1.setfocus and when sendkey "^v" how to make this sample work in : Private Sub Form_Load()...
  4. Gytre

    Webbrowser1 use as ftp ulpload file

    BECAUSE I WANT SO. if YOU can, so help me! I wrote...i didn need YOU to tell me - why isnt working some function of inet in my pc, i didn want to use winsoc and shell. I please YOU to write a sample if YOU know how-write.But if didnt YOU cant help me...Any way THANK YOU for intresting and YOUR...
  5. Gytre

    Webbrowser1 use as ftp ulpload file

    I write one more time: main idea is that i need c:\text.txt file copy/upload to ftp and i can only use ie/webbrowser1. we can simulate sendkey ^V or..... ? send direct command frew IE(put..dir) ??
  6. Gytre

    Webbrowser1 use as ftp ulpload file

    Sorry badly understand english, but to question "why i need" I can answer: i have installed IE7 like lot of people know there is some problems with it(restricts lot of functions and so on...inet1. didnt work), like i said i want to make vb app auto upload file to ftp using only IE or...
  7. Gytre

    Webbrowser1 use as ftp ulpload file

    Please some profesional programmer HELP!
  8. Gytre

    Webbrowser1 use as ftp ulpload file

    Soory ...im new here, i wantet to post to "Win API (Microsoft)". Sorry for my english... my question is how to send file.txt to ftp server using only IE/WebBrowser ? (Same procedure as inet1.Execute ("ftp://www.microsoft.com", "PUT localfile remotefile" only WITH IE/Web NOT inet and other...
  9. Gytre

    Webbrowser1 use as ftp ulpload file

    please HELP! Does anyone knows how to upload file frew Webbrowser or IE? Dim IE As Object Set IE = CreateObject("InternetExplorer.Application") ClipboardCopyFiles "C:\text.txt" ' need to copy text file and sent it to ftp IE.Navigate2 "ftp://loginasnl@ftp.my.com" ClipboardPasteFiles("/text.txt")...
  10. Gytre

    FTP file upload frew IE in VB 6 Please Help

    I need some how to upload file to ftp frew IE. It can be simulate copy/paste for example copy c:\text.txt navigate ftp paste file somehow with IE.ExecWB OLECMDID_PASTE, OLECMDEXECOPT_PROMPTUSER or somehow send command to ftp frew IE PUT,GET....
  11. Gytre

    FTP file upload frew IE in VB 6 Please Help

    Please HELP....im new to VB...i use vb6 and i need a sample how to upload file frew Internet explorer to FTP (NOT winnet,winsok,shell....) Dim IE As Object Set IE = CreateObject("InternetExplorer.Application") ClipboardCopyFiles "C:\text.txt" ' need to copy text file and sent it to ftp...

Part and Inventory Search

Back
Top