DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Robert Fredricks Guest

    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

  2. #2
    Roy Guest

    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




  3. #3
    Xavier Perséguers Guest

    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



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links