Added: 2 years ago
From: jnbjabnk
Views: 13,822
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (22)

Sign In or Sign Up now to post a comment!
  • I'm still wondering how Basic can be called a programming language.

  • How would I use this with a timer?

  • very good tutorial .... works for me with VB2010 is very good and current

  • turn the god damn mouse clicks off!

  • this is really a BAD programming tutorial

    when using multi-threading - one thing that you should always consider is its "THREAD SAFE" and by disabling the CheckForIllegalCrossTh­readCal­ls- YOU ARE effectively making the whole thread unsafe and USELESS

    microsoft msdn has a good example of Thread Safe method - i suggest you read them before you post some tutorial here.

  • 1) it's Control.CheckForIllegalCrossTh­readCalls = False not me.CheckForIllegalCrossThreadC­alls = False

    2) you don't need to to refresh the entire for. You can use Label1.Refresh for Me.Refresh

    3) u r a noob!

  • Comment removed

  • Finally. Some one who is willing to make some good multithreading tutorial videos. Thanks a zillion!

  • lol @ 8:13

  • CheckForIllegalCrossThreadCall­s = false

    Can cause the creation of deadlock in real time usage. so there is another method to implement the code.

  • TIP: An easier way to write this code, without the System.Threading.Thread is to type: Imports System.Threading above Public Class Form1. This lets the program/compiler know that you want to use a thread. So then you can just type Thread.Sleep(100) instead of System.Threading.Thread.Sleep(­100).

  • Great tutorial, thank you!

    I was wondering how can i pause or restart a thread, suspend doesn't work.

  • sorry for the random question but i dont have any idea what this can be used for... Can you tell me or not?

  • you can build your own timer, or if you want to use the thread.sleep command, this will make so your application doesn't freeze

  • Cool Your Cow Clicking Every Second CLICK CLICK CLICK 3*

  • Sorry :D

  • nice? when u gonna do anti-leak system?:P

  • I don't know :D

  • I made one for our company.. cant give the source .. so complicated and worked hard on it

  • Forget my last comment, i can help :D

  • Finally a good tutorial, well you other tutorials are good, but this is really useful :p.

  • Your*

  • Thanks ;D

  • NP lol.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more