uncheck - Rightclick -> View -> Show Desktop Icons
its magic!
uncheck - Rightclick -> View -> Show Desktop Icons
its magic!
Light travels faster than sound. That's why most people seem bright until you hear them speak.
[highlight=vb.net] Private Sub PostThread_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PostThread.Click
If I_Use_Search = False Then
MsgBox("Use search before posting new thread!", MsgBoxStyle.Critical, "Error!")
Else
Call CreateNewThread(Title, Post)
End If
End Sub[/highlight]