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 bkrike 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: andylo
  • Content: Threads
  • Order by date
  1. andylo

    How to drag and drop in listview?

    Hi guys, I'm using VB.NET. I have a simple application. Just a form, and a ListView. I have a procedure in the form, it read's all the files in my specificed local drive, and show the files name, size and created day. It works perfectly. Now, I want add a drag and drop functionality in this...
  2. andylo

    How to drag and drop in listview?

    Hi guys, I'm using VB.NET. I have a simple application. Just a form, and a ListView. I have a procedure in the form, it read's all the files in my specificed local drive, and show the files name, size and created day. It works perfectly. Now, I want add a drag and drop functionality in this...
  3. andylo

    Man, how to drag and drop??!!

    Hi guys, I'm using VB.NET. I have a simple application. Just a form, and a ListView. I have a procedure in the form, it read's all the files in my specificed local drive, and show the files name, size and created day. It works perfectly. Now, I want add a drag and drop functionality in this...
  4. andylo

    Easy question...

    Hi, This one should be easy for you guys but something I would never thought of, and that's why I don't know how to do it. I have a form, with 10 input textbox field, from top to bottom. TabIndex from 1 - 10 from top to bottom as well. And now, I want it to "focus" into textbox...
  5. andylo

    Calling Private Function

    Hi, Say I have 2 forms, A and B. Now, I'm in Form B... can I call a a private function in form A and let it do all the change in form A? If I can't do that, but I'm really in need to call the Form A function while focusing in Form B, what can I do? Thanks in advance. Andy
  6. andylo

    Set my IE's proxy setting

    Hi, Is it possible to change/set my Internet Explorer proxy setting in VB.NET application? For example, change the proxy server IP. If so, do I call and add the MS Web Browser into my toolbox, and add the object on my form to do it, or I'm totally wrong, there are something else I should take...
  7. andylo

    How to Upload file in VB application

    Hi all, Can anyone tell me how to upload a file into web server using VB.NET application, not ASP or other things. jsut VB application. Suppose I have a created a form, a textbox and a command button. textbox allow user to enter file name and once the user click the button, it will upload the...

Part and Inventory Search

Back
Top