P
Peter B Rasmussen
Please Help i am going mad
I am converting an application to a service using vb.net.
My problem is that i can't import the system.windows.forms.
What can i call instead?
In the code below ReturnValue is updated by a timer event.
Code:
Do
Application.DoEvents()
Loop Until (InStr(StrReturnValue, StrFindString) Or InStr(StrReturnValue,
"ERROR"))
Thanks in advance.
PBR
I am converting an application to a service using vb.net.
My problem is that i can't import the system.windows.forms.
What can i call instead?
In the code below ReturnValue is updated by a timer event.
Code:
Do
Application.DoEvents()
Loop Until (InStr(StrReturnValue, StrFindString) Or InStr(StrReturnValue,
"ERROR"))
Thanks in advance.
PBR