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 SkipVought 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. andylo

    Need to get rid of decimals (Single)

    The function "Cint()" is to convert variable to integer. Andy
  2. andylo

    Man, how to drag and drop??!!

    Arr... got it... and I got it working. Anyway, thanks pal ^_^ Andy
  3. andylo

    Reordering Items in a listbox

    Do you have knwoledge on ListBox.SelectedItem & ListBox.SelectedIndex? The concept is, create a dummy variable. Once your user selected an item in the list and press the up or down button, the program store the selected item into the dummy variable, like this tmpDummy = ListBox.SelectedItem...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. andylo

    Calling Private Function

    I know putting it as Public will solve the problem. But the problem is I can't!
  9. andylo

    Opinions please on VB.NET vs. Cold Fusion & Others........

    To your situation, I reckon you are better off using ColdFusion rather than ASP.NET/VB.NET. I'm a programmer working on both environment at the moment, although I found CF is a bit hard to debug, but it is actually easier to program and configurate, a lot smaller application size, faster and...
  10. 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
  11. 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...
  12. 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