K
Kenneth Windish
Hi,
Using VB6 the following code checks for the application running:
stra = CStr(App.EXEName)
If App.PrevInstance Then
'App = App.UnattendedApp
AppActivate ("MyApplication")
Y = ShowWindow(MyApplication.hwnd, 10)
'App.UnattendedAp
End
End If
What are the evequivalants for the compactframe work?
TIA
Ken
Using VB6 the following code checks for the application running:
stra = CStr(App.EXEName)
If App.PrevInstance Then
'App = App.UnattendedApp
AppActivate ("MyApplication")
Y = ShowWindow(MyApplication.hwnd, 10)
'App.UnattendedAp
End
End If
What are the evequivalants for the compactframe work?
TIA
Ken