Hi,

this works for me:

  ' Do I need to unhide the app
  
  // get front process
  dim c as new ProcessMBS
  c.GetFrontProcess
  
  // get our process
  dim p as new ProcessMBS
  p.GetCurrentProcess
  
  // change process
  call p.TransformToForegroundApplication
  
  // let the system switch
  
  // switch to our app
  p.FrontProcess = True
  DelayMBS 0.1
  c.FrontProcess = true
  DelayMBS 0.1
  p.FrontProcess = True
  
So maybe it's just the timing?

Greetings
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to