What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » windows always on another windows

windows always on another windows
Author: Message:
Dennis Mike
Junior Member
**

Avatar

Posts: 59
Reputation: 2
33 / Male / –
Joined: Jan 2007
O.P. windows always on another windows
how can i do that a window be always on another window?

example the windows the MPInterfaceTester.

[Image: 67pos.jpg]

always the position of the windows is top on the another window
02-28-2007 05:28 AM
Profile PM Web Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: windows always on another windows
Place
code:
<TopMost>true</TopMost>
under the Attributes of the window or
code:
Interop.Call("User32.dll", "SetWindowPos", Handle, -1, 0, 0, 0, 0,19);
02-28-2007 05:46 AM
Profile E-Mail PM Web Find Quote Report
Dennis Mike
Junior Member
**

Avatar

Posts: 59
Reputation: 2
33 / Male / –
Joined: Jan 2007
O.P. RE: windows always on another windows
it is not indeed what I want.
need a windows always on another, no on top on all
watch Mpinterfacetester

This post was edited on 02-28-2007 at 05:54 AM by Dennis Mike.
02-28-2007 05:52 AM
Profile PM Web Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: windows always on another windows
Oh, use SetParent then :P
code:
Interop.Call("User32.dll", "SetParent", ChildWnd.Handle, ParentWnd.Handle);
02-28-2007 06:04 AM
Profile E-Mail PM Web Find Quote Report
Dennis Mike
Junior Member
**

Avatar

Posts: 59
Reputation: 2
33 / Male / –
Joined: Jan 2007
O.P. RE: windows always on another windows
it don't work
why?

watch

.plsc File Attachment: test.plsc (1.18 KB)
This file has been downloaded 154 time(s).
03-01-2007 01:58 AM
Profile PM Web Find Quote Report
Dennis Mike
Junior Member
**

Avatar

Posts: 59
Reputation: 2
33 / Male / –
Joined: Jan 2007
O.P. RE: windows always on another windows
felu could prove with a example?
03-01-2007 11:16 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


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