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. nomaam

    Stack overflow problem -- Help needed

    How would i dispose of them?
  2. nomaam

    Stack overflow problem -- Help needed

    Hello: I am working with VB.NET in a windows form. I am trying to write a program that loops through several FTP connections. Here is the snippet of code that I am having problems with: --- Code: --- Dim listRequest As FtpWebRequest 'FTP request Dim listResponse As FtpWebResponse 'FTP...
  3. nomaam

    Working with FTP's?

    I am using VB.NET 2002 and am working i a windows form. I am trying to figure out the most effective way of connecting to a FTP server and obtaining all file names, file paths, and file sizes on the server. Could someone suggest some reasources related to this? I am unable to find any. Thanks.
  4. nomaam

    Crawling a search engine?

    I am using VB.NET 2002 and am working in a windows form I am trying to "Crawl" or index a search engine that has a database of just files, not websites. When you perform a search your results will be links to files to download. What i would like to do is create a program to index all files...
  5. nomaam

    -= Help with Cookies ???

    I am working with VB.NET in a windows form. I am useing an internet explorer web consol within my form. How would i go about clearing the stored cookies of that web consol from within my form? thanks.
  6. nomaam

    ?* Closeing IE Dialog Boxes *? Help Needed !?!?

    I am useing VB.NET, and am working in a windows form. my form uses Internet Explorer, and dialog boxes, download boxes, security warnings, and so on popup. this is a problem since my program is working automatically. How can i prevent dialog boxes of any kind from opening in Internet...
  7. nomaam

    . closeing a child window .

    i am useing VB.NET, and am working in a windows form. my form interacts with Internet Explorer, and i would like only the main IE window to be open. i know how to terminate a process, but how can i close child windows that IE produces? such as message boxes, security warnings, popups, and...
  8. nomaam

    . SendMessage Help Needed .

    i am useing VB.NET, and am working in a windows form. could someone show me or direct me to a simple example where from a form, sendmessage is used to send keystrokes to Internet Explorer. The keys will be sent to the textbox that is auto selected when the page is loaded or set into focus...
  9. nomaam

    Set Focus - Help

    I am useing VB.NET, and am working in a windows form. how would i keep focus of an Internet Explorer window? right now i'm useing this: AppActivate("Google - Microsoft Internet Explorer") This works, but other programs are able to "steal" the window focus afterwards. is it possible to force...
  10. nomaam

    ?? Conversion Help ??

    Here is an example in VB, could someone show me how this can be done in VB.NET in a windows form? ============================================================ I'll use this page in Experts Exchange as an example. Click Ctrl+T and choose "Microsoft Internet Controls", then add the control to...
  11. nomaam

    -= Class Name Help =-

    How can i find out the class name of a text box within internet explorer? I am following a tutorial and this is the step i am having problems with: --------------------------------------------------------- lpsz1 refers to the classname of the current window you are trying to find. So in our...
  12. nomaam

    Send Keys - Help

    sorry if i am not clear, i will try to explian more fully: right now, all my program does is play back a set of recorded mouse coordinates, and a series of mouse clicks. while the mouse movments are being played back, the mouse clicks on certian fields within a webpage. then keys are sent out...
  13. nomaam

    Send Keys - Help

    Is that the only possible solution of your task. If you like to fill a input text box on a IE form with some data there is much simpler ways." i am open to any suggestion. please tell me of your ideas. "What bobisto said, plus there is the little problem of bringing that field into focus...
  14. nomaam

    Send Keys - Help

    my VB.NET program opens Internet Explorer and fills out a form in a webpage by sending keys to it after the field has been highlighted by the mouse. the problem is the keys are not being sent all the time. sometimes it sends them, sometimes just some of the keys, and sometimes none of the...
  15. nomaam

    Send Keys - Help

    i am useing VB.Net, and i am trying to send key strokes to the system. this is what i'm useing: System.Windows.Forms.SendKeys.Send("j") i have also tried: System.Windows.Forms.SendKeys.SendWait("j") the problem i'm having is that some of the keys i want to send dont' actually get sent...
  16. nomaam

    ??? How To - Control IE Using VB.NET ???

    Is it possible to limit the number of open Internet Explorer windows? My VB.NET program will be using IE, and I would like to ensure that only one IE window can be open. This will be done to prevent pop-up windows from interfering with its work. I know there are free pop-up blocking programs...
  17. nomaam

    Send Keys Help!?!?!?!?

    i am useing: System.Windows.Forms.SendKeys.Send("hello") but alot of the times it doesn't print the whole string. i.e. it prints "hel" or something like that. i have no idea why it is doing this, but sometimes it prints the whole thing and some times it doesn't... also i tried sending out...
  18. nomaam

    MouseButtons help

    any ideas???
  19. nomaam

    MouseButtons help

    how do i call MouseButtons.Left ? i know how to record if a user clicks the mouse, but how do i call a mouse click? thanks.
  20. nomaam

    Mouse Click in VB.NET

    also, could you show me a small example where i call mouse click to simulate a users mouseclick. thanks, sorry if these questions sound really simple.

Part and Inventory Search

Back
Top