|
-
Oct 10th, 2002, 04:09 AM
#1
Thread Starter
Lively Member
Is Explorer Open?
How do you find out if explorer is open using API's?
I've tried using GetObject but I want to avoid using this because I'd need to install an ActiveX on the machine I'm installing to, which I don't want to do.
Thanks in advance
Lucy
My Spidey senses are tingling!
-
Oct 10th, 2002, 05:56 AM
#2
Retired VBF Adm1nistrator
Windows Explorer or Internet Explorer ?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Oct 10th, 2002, 06:29 AM
#3
Fanatic Member
Originally posted by plenderj
Windows Explorer or Internet Explorer ?
Well, doesn't matter. 
VB Code:
'Add a [b]REFERENCE[/b] to Microsoft Internet Control, [b]NOT[/b]
'Add components
Dim Sws As New ShDocVW.ShellWindows
If Sws.Count Then MsgBox "An explorer window is running."
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Oct 10th, 2002, 06:33 AM
#4
Retired VBF Adm1nistrator
Originally posted by jian2587
VB Code:
'Add a [b]REFERENCE<b>Well, doesn't matter. <img src="images/smilies/smile.gif" border="0" alt="" title="Smilie" class="inlineimg" />
</b> to Microsoft Internet Control, [b]NOT[/b]
'Add components
Dim Sws As New ShDocVW.ShellWindows
If Sws.Count Then MsgBox "An explorer window is running."
[/B]
Yes... er... I was about to say that....
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
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
|