Prevent new application instances from loading
hi all,
Just a short question....
I have an application that has collections (sessions) of objects and I want every time that the user tries to load another instance of the application (clicks on the *.exe file) not to be able to do so, but on the contrary to bring on top the open instance and perform some action with that (create new session and add it to the collection).
I know how to check if there is another instance open and bring it on top, but I don't know how to perform some actions with this instance (run some of its code).
Any IDEAS?>>>
ThnX in advance!
Chris
This checks for same program...
VB Code:
If App.PrevInstance Then
'Display message
End 'Terminate the application
End If
Changing the font size of the menu
Hi All,
How can we change the font size of the menu?
TIA,
kalpana