|
-
Sep 18th, 2002, 08:56 AM
#1
Thread Starter
Junior Member
ActiveX exe
Is there anyway to determine whether an activex exe was double-clicked or instanced by a CreateObject call?
If I choose Sub Main for startup and have a form.show in it I want to get around that.
Last edited by kjmcsd; Sep 18th, 2002 at 08:59 AM.
-
Sep 18th, 2002, 09:17 AM
#2
Thread Starter
Junior Member
I found it. You just have to put this code in sub main:
Sub Main()
If App.Startmode = 0 Then
Form1.show
End if
End sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|