I guess this is what you want to do
VB Code:
Private Enum State Dormant = 1 Listening = 2 Connecting = 3 Connected = 4 End Enum Sub Status(intState As State) 'your code here End Sub
|
Results 1 to 7 of 7
Thread: Sub ProblemsThreaded View
|
Click Here to Expand Forum to Full Width |