Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to prohibit User to start 2nd time the executable
Message
 
To
11/01/2002 04:02:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00603363
Message ID:
00603415
Views:
28
>Hello again
>
>Sorry for your time.
>
>I make a very simple example in a test project with a main.prg with the following code :
>
>
>_Screen.Caption = "xxx"
>Local lnWinHandle
>Declare Integer FindWindow In Win32API Integer, String
>
>lnWinHandle = FindWindow(0, "xxx")
>=Messagebox(str(lnWinhandle))
>If lnWinHandle <> 0
> =Messagebox( "You already Started application", 16 )
> Cancel
>Endif
>
>=Messagebox( "You are in the applicatrion")
>
>
>
>It always return me lnWinHandle > 0
>
>Thanks again
>Petros

Petros,

Try setting this instances screen caption after the check as you are looking for another existing screen with that title.

I think that currently you are getting the handle to the window you are just starting.

HTH
Caroline
Previous
Reply
Map
View

Click here to load this message in the networking platform