5 Dec
2007
5 Dec
'07
3:44 a.m.
On Dec 4, 2007, at 18:26, Peter O'Gorman wrote:
Pretty sure that Ben posted code to do that:
+ ProcessSerialNumber psn = { 0, kCurrentProcess }; + fprintf(stderr, "Calling TransformProcessType\n"); + TransformProcessType(&psn, kProcessTransformToForegroundApplication); + SetFrontProcess(&psn);
Thanks. I thought I saw that before but for the life of me couldn't find the email. I'm glad someone is more on the ball than me. Thanks, Jeremy