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 Chriss Miller 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. duffman82

    getURLSOURCE in visual basic express 2005

    i know i may not be in the right area but i cant find anywhere else to post about it does anyone have a code to do something like this. to take a URL and use internetreadfile to pull the source. i have a code for vb6 but it doesnt seem to work with the Dim sBuffer as String * BUFFER_LEN
  2. duffman82

    Process priority or pausing event loops

    cool thanks. im just makin some tools for myself so its nothing to hurry about. i had the project done already but want to experiment more with the threading part of it. thanks again
  3. duffman82

    Process priority or pausing event loops

    well one problem i have. it seems like threading in visual basic express 2005 is a bit different. trying to post data to an object from a thread process is different. listbox1.items.add ADDITEM control accessed from a thread other then the thread it was created on seems you have to post...
  4. duffman82

    Process priority or pausing event loops

    does anyone have a couple examples of threading. preferably forms rather then pasted text... im usin visual basic express 2005
  5. duffman82

    Process priority or pausing event loops

    well i see now i might need to use threading. ill look into that more.
  6. duffman82

    Process priority or pausing event loops

    i have a code that takes code from a textbox and line by line adds each line to a listbox, the problem i run into is that if your running the command it freezes the whole program until it is complete. i want to create a pause button on the form but the program thread priority is so high that...

Part and Inventory Search

Back
Top