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...
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.
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...
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.
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.