[quote=497375:@Michel Bujardet]Sorry to resurrect an old thread like this, but I precisely need to bring a Mac app to the front, and could not find any valid, recent link in github.
The one I found is dated 2017.
I will appreciate a link to the most recent version of MacOSLib, possibly 64 bit.
Unless Christian as some MBS magic to bring a Mac app to the front ?[/quote]
This will bring the current process (your app) to the front using the MBS plugins.
[code] Dim processObj As ProcessMBS
processObj = New ProcessMBS
processObj.GetCurrentProcess
processObj.SetFrontProcessWithOptions(0)[/code]