Window Manager Plugin (Dock, Autohide) |
Author: |
Message: |
TazDevil
Full Member
sleep(0);
Posts: 359 Reputation: 11
41 / /
Joined: May 2004
|
O.P. RE: Auto-hide feature for Plus! (on the makes)
just thought something for polygamy, but tell me first of all, the tray bar icon works for both instances of messenger or just for 1 ?
just to see if my speculations as valid...
Window Manager is discontinued, for WLM try the new,
Enhancer for contact list docking, auto-hide, hide taskbar button, remove button flashing and remember keyboard layout in conversation windows
|
|
05-01-2005 06:06 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: Auto-hide feature for Plus! (on the makes)
Out of interest, how are you getting the window handle of the main window? If you use the get_HWND() part of the API, and typecast the result so you can use an HWND struct instead of a long, that would solve the whole polygamy issue.
|
|
05-01-2005 08:23 PM |
|
|
Andre
Junior Member
Posts: 66 Reputation: 2
34 / / –
Joined: May 2004
|
RE: Auto-hide feature for Plus! (on the makes)
Umm, I believe its your plugin that adds the little up/down arrow onto the contact list (well just above it) when you use it, MSN goes full screen and the only way to close it as far as I know is via task manager. On top of this, the only way to get MSN back to how it was before (non fullscreen) is to uninstall your plugin!
|
|
05-01-2005 08:43 PM |
|
|
Zephyr
Senior Member
monster.rat
Posts: 950 Reputation: 26
35 / /
Joined: Jan 2005
|
RE: Auto-hide feature for Plus! (on the makes)
The little up/down arrow, if we're thinking of the same thing, is part of the MSN Messenger program. It shows or hides the frame around the contact list and the title bar.
If you have a bug with the plugin, state what versions you are using and hopefully TazDevil can fix it.
|
|
05-01-2005 09:05 PM |
|
|
TazDevil
Full Member
sleep(0);
Posts: 359 Reputation: 11
41 / /
Joined: May 2004
|
O.P. RE: Auto-hide feature for Plus! (on the makes)
well yes i am using get_HWND() to get the contact list window, but the messages from the tray area are sent to another hidden window as you know and i think the only way to to differenciate between two processes of msn to to compare with GetWindowThreadProcessId(), iam i right here ? and that is to control the tray bar ....
so because i am not very good at this each COM object belongs to the individual process of msn right ?
also i am trying to make a command /xwmsend to send the dll to the contact window that the command was called, but i cannot get the first parameter contact name right.
edit to andre...
i think you are using an old version, i think i fixed the fullscreen problem, well a workaround is to press ALT to show the menu and titlebar to restore or close msn messenger if the window is skinned
edit to raceprouk
nice tutorial by the way, ToastGalore was helpfull to produce the toast ... finally. to bad thou toasts only work in Intitialize and ParseCommand, this limits their functionality.
This post was edited on 05-01-2005 at 09:49 PM by TazDevil.
Window Manager is discontinued, for WLM try the new,
Enhancer for contact list docking, auto-hide, hide taskbar button, remove button flashing and remember keyboard layout in conversation windows
|
|
05-01-2005 09:43 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: Auto-hide feature for Plus! (on the makes)
Each COM object belongs to a single process. In polygamy, each instance of Messenger will have it's own IMessenger3 interface.
And toasts only work in the thread Initialise was called in.
|
|
05-01-2005 10:02 PM |
|
|
TazDevil
Full Member
sleep(0);
Posts: 359 Reputation: 11
41 / /
Joined: May 2004
|
O.P. RE: Auto-hide feature for Plus! (on the makes)
thanks,
indeed but not all functions in an app load in the sames thread ?, (is it different if i complie a single-threaded dll instead of a multi-threaded) ?
what about the send file, how can i get the conduct info of the window producing the command...
PLUGIN_PARAM - has the iConversationWnd IDispatch, so how do i get the userinfo ...@%^@%^ arggggg
Window Manager is discontinued, for WLM try the new,
Enhancer for contact list docking, auto-hide, hide taskbar button, remove button flashing and remember keyboard layout in conversation windows
|
|
05-01-2005 10:11 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: Auto-hide feature for Plus! (on the makes)
Without knowing your code, I can't say anything about the threading for the plugin.
As for the user info, who's info are you looking for exactly?
Edit: If you like, I could help you with this plugin. Depends if you want to let others see your code of course.
This post was edited on 05-02-2005 at 11:36 AM by RaceProUK.
|
|
05-02-2005 11:35 AM |
|
|
Andre
Junior Member
Posts: 66 Reputation: 2
34 / / –
Joined: May 2004
|
RE: Auto-hide feature for Plus! (on the makes)
I was using the version on Page 3 of this thread thats in a .rar
Strange, with a "normal" (By normal I mean MSN with Plus, StuffPlug-NG, Mess Patch and a few other plugins) I don't have the little arrowy thing but when I have this plugin it appears.
MSN Messenger 7.0.813
Messenger Plus! 3.52
StuffPlug 2.2.119
Mess Patch for MSN Messenger 7.0.813
This post was edited on 05-02-2005 at 02:49 PM by Andre.
|
|
05-02-2005 02:11 PM |
|
|
Zephyr
Senior Member
monster.rat
Posts: 950 Reputation: 26
35 / /
Joined: Jan 2005
|
RE: Auto-hide feature for Plus! (on the makes)
quote: Originally posted by Andre
I was using the version on Page 3 of this thread thats in a .rar
Strange, with a "normal" (By normal I mean MSN with Plus, StuffPlug-NG, Mess Patch and a few other plugins) I don't have the little arrowy thing but when I have this plugin it appears.
MSN Messenger 7.0.814
Messenger Plus! 3.52
StuffPlug 2.2.119
Mess Patch for MSN MEssenger 7.0.814
Could you say what little arrow appears exactly, what it looks like and what it does.
Also when you say MSN Messenger 7.0.814, do you mean MSN Messenger 7.0.81 3?
|
|
05-02-2005 02:19 PM |
|
|
Pages: (24):
« First
«
1
2
3
[ 4 ]
5
6
7
8
»
Last »
|
|