What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Always On Top

Always On Top
Author: Message:
KnRd_WC
Junior Member
**

Avatar
Florian PAQUET

Posts: 74
Reputation: 1
35 / Male / Flag
Joined: Aug 2006
RE: Always On Top
Hi SpunkyLoveMuff !

code:
// Top :
Interop.Call("User32.dll","SetWindowPos",WndHandle,-1,0,0,0,0,19);
//Reset :
Interop.Call("User32.dll","SetWindowPos",WndHandle,-2,0,0,0,0,19);

You can use too, in your XML file :
code:
<Window><Attributes><TopMost>true</TopMost></Attributes></Window>

;)
08-26-2006 10:28 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Always On Top - by Spunky on 08-26-2006 at 09:13 AM
RE: Always On Top - by KnRd_WC on 08-26-2006 at 10:28 AM
RE: Always On Top - by Spunky on 08-26-2006 at 10:28 AM


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