Search results for query: *

  • Users: suchiate
  • Content: Threads
  • Order by date
  1. S

    Windows Form Threading

    hey, i am writing an application that runs multiple window forms as objects and i would like to run them in different threads.. may i know how i can do that? right now i am using the following code: GrabThread(0) = New Thread(AddressOf New frm1().Show) GrabThread(0).Start() the windows...
  2. S

    How do I dispose my own class objects?

    Hey all, I have written some classes and uses various objects to access the methods in my class.. can anyone tell me how to dispose my objects or write a dispose function? Thanks alot.
  3. S

    How to create a multiple colored progress bar?

    Hey guys, I want to create a progress bar which can have multiple colors, e.g. values 0-50 (green), 50-80 (yellow) 80-100 (red). Does anyone have any examples or ideas to do this? Thanks.
  4. S

    How to display webcam output

    Guys, im working on a project right now which requires displaying what the webcam is actually capturing in the application.. but im a beginner in vb.net, does anyone have any samples to help me out? i have found c#.net's webcam capture, but im not familiar with c#.. thanks alot!
Back
Top