Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Object running
Message
From
10/12/2001 10:38:41
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Is Object running
Miscellaneous
Thread ID:
00592094
Message ID:
00592094
Views:
55
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
Randy Belcher
AFG Industries, Inc.
Next
Reply
Map
View

Click here to load this message in the networking platform