Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Object running
Message
From
10/12/2001 12:18:30
 
 
To
10/12/2001 10:38:41
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00592094
Message ID:
00592193
Views:
14
>Hello all, I am trying to determine if MapPoint 2002 is still running. In FoxPro I would use the following lines of code.
>
>IF VARTYPE("oMapApp.Visible") <> "L"
> MESSAGEBOX("MapPoint is not running!")
>ENDIF
>
>In VB.NET I tried :
>
>If TypeOf oMapApp.Visible Is Boolean Then
> ...
>End If
>
>But that code gives me an error when MapPoint is not running. What is the proper syntax in VB or VB.NET. Thanks for the help.
>
>Randy Belcher

VarType() existed in VB6, I don't know if it's still present in VB.Net. The same call would work in VB6, but you would check for a return value of 11 (vbBoolean). IOW it returns an integer instead of a string as in VFP.
HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform