-
Detecting explorer.exe
how can i detect if the heart of windows, explorer.exe, is running or not?
im producing a shell for windows and wish to make sure it does not run if
explorer.exe is running.
thanks in advanced,
Robert Fredricks
-
Re: Detecting explorer.exe
Not quite understand what exactly isn't running for you, but the following sample will produce 4 instances of a Windows Explorer.
Private Sub Form_Load()
'=======================
Shell "explorer.exe", vbNormalFocus
Shell "explorer.exe", vbNormalFocus
Shell "explorer.exe", vbNormalFocus
Shell "explorer.exe", vbNormalFocus
End Sub
Roy
"Robert Fredricks" <webmaster@planetarymapping.com> wrote in message news:3d910451$1@10.1.10.29...
>
> how can i detect if the heart of windows, explorer.exe, is running or not?
> im producing a shell for windows and wish to make sure it does not run if
> explorer.exe is running.
> thanks in advanced,
> Robert Fredricks
-
Re: Detecting explorer.exe
Me, I understood what you asked,
I would go through the Tasks list and see each name if there is some explorer.exe
running.
I don't have in mind how you may get the tasks list but I've already found
it easily on the Net.
HTP
Xavier Perséguers
"Robert Fredricks" <webmaster@planetarymapping.com> wrote:
>
>how can i detect if the heart of windows, explorer.exe, is running or not?
> im producing a shell for windows and wish to make sure it does not run
if
>explorer.exe is running.
>thanks in advanced,
>Robert Fredricks
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks