I need my
application to make itself the frontmost application. How do I do that?


If you are scared to mess with declares and Mac only you can use this code:

  Dim A As AppleEvent
  A = NewAppleEvent("misc","actv","")
  If Not A.Send then
    // error
  end if

or even better if you have the MBS plugin:

app.FrontmostMBS = true
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to