What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » High priority window!

High priority window!
Author: Message:
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: High priority window!
You can probably do in this ugly way:
code:
var result = Interop.Call("User32.dll", "MessageBoxW", 0, "Your account has been disabled. Do you want more infomation?", "Error!", 16+4);
// Get window handle to MessageBox
var hMessageBox = Interop.Call("User32.dll", "GetForegroundWindow");
// Apply TopMost
Interop.Call("User32.dll", "SetWindowPos", Handle, -1, 0, 0, 0, 0,19);

4 8 15 16 23 42
04-27-2007 07:06 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
High priority window! - by Light86 on 04-26-2007 at 09:22 PM
RE: High priority window! - by Eljay on 04-26-2007 at 09:53 PM
RE: High priority window! - by Light86 on 04-27-2007 at 09:40 AM
RE: High priority window! - by Volv on 04-27-2007 at 10:02 AM
RE: RE: High priority window! - by Light86 on 04-27-2007 at 10:37 AM
RE: High priority window! - by Felu on 04-27-2007 at 01:31 PM
RE: High priority window! - by Light86 on 04-27-2007 at 02:26 PM
RE: High priority window! - by Jimbo on 04-27-2007 at 06:00 PM
RE: High priority window! - by vikke on 04-27-2007 at 07:06 PM
RE: High priority window! - by Eljay on 04-27-2007 at 07:14 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On