Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP to close mIRC sessions
Message
From
02/05/2000 00:36:39
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
VFP to close mIRC sessions
Miscellaneous
Thread ID:
00364973
Message ID:
00364973
Views:
72
Ed Raugh gave me the following instructions which work fine to close Internet Explorer sessions:

oShell = CREATEOBJ('Shell.Application')
FOR Each oIEWin in oShell.Windows
oIEWin.Quit()
ENDFOR

Could you pls. tell me the instructions to close mIRC sessions?
Thanks a lot for your help,
Regards,
Reply
Map
View

Click here to load this message in the networking platform