Quote Originally Posted by freedompeace View Post


No, you're wrong :3

System.Threading.Thread is not a namespace - it is a class.

And this, is the correct way to do it:
[highlight=vbnet]
Imports Boogas = System.Theading.Thread
Dim A As Integer = 1
Dim B As Integer = B * 10
Dim C As Integer = C * 10
Dim D As Integer = D * 10
Dim E As Integer = E * 30
Dim F As Integer = F * 2
Dim G As Integer = G * 10
Boogas.Sleep(G)
Msgbox("Y" + "o" + "u" + " " + "m" + "a" + "d" + "?")
[/highlight]
Your code will not compile. You can't put decelerations below Import statements.
+ First, I just used System.Threading but later changed to System.Threading.Thread but forgot to replace namespace with class.