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

Pages: (38): « First « 30 31 32 33 [ 34 ] 35 36 37 38 » Last »
3 votes - 3.67 average   Messenger Plus! Live Enhancer
Author: Message:
TazDevil
Full Member
***

Avatar
sleep(0);

Posts: 359
Reputation: 11
40 / Male / Flag
Joined: May 2004
O.P. RE: Messenger Plus! Live Enhancer
Proper c++ code would be...

code:
bool IsCompositionEnabled()
{
    HMODULE library = ::LoadLibrary(L"dwmapi.dll");
    bool result = false;

    if (0 != library)
    {
        if (0 != ::GetProcAddress(library, "DwmIsCompositionEnabled"))
        {
            BOOL enabled = FALSE;
            result = SUCCEEDED(DwmIsCompositionEnabled(&enabled)) && enabled;
        }
        VERIFY(::FreeLibrary(library));
    }
    return result;
}

which will take into account Windows XP that do not have this library installed as it is Vista, and Win 7 applicable only.

Anyway i just wanted to know if this is the correct API...

This post was edited on 02-23-2009 at 06:22 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
02-23-2009 06:21 PM
Profile PM Web Find Quote Report
lindi
New Member
*


Posts: 7
Joined: Feb 2009
RE: Messenger Plus! Live Enhancer
Thank you, I found it, but something goes wrong, now I see 2 conversations open with the same contact and I only can see one of them but it continues flashing. = (
02-23-2009 06:32 PM
Profile E-Mail PM Find Quote Report
TazDevil
Full Member
***

Avatar
sleep(0);

Posts: 359
Reputation: 11
40 / Male / Flag
Joined: May 2004
O.P. RE: Messenger Plus! Live Enhancer
quote:
Originally posted by lindi
Thank you, I found it, but something goes wrong, now I see 2 conversations open with the same contact and I only can see one of them but it continues flashing. = (
can you post a screen shot ?

after you take a screen shot and save it, close messenger completely (eg sign-out, exit messenger and then restart the messenger application from the start menu)
and see if it still happens after that.

what are your system specs ?
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
02-23-2009 06:37 PM
Profile PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Messenger Plus! Live Enhancer
* matty never said he knew c# either :P

I know VB and JScript :P
02-23-2009 06:56 PM
Profile E-Mail PM Find Quote Report
lindi
New Member
*


Posts: 7
Joined: Feb 2009
RE: RE: Messenger Plus! Live Enhancer
quote:
Originally posted by TazDevil
quote:
Originally posted by lindi
Thank you, I found it, but something goes wrong, now I see 2 conversations open with the same contact and I only can see one of them but it continues flashing. = (
can you post a screen shot ?

after you take a screen shot and save it, close messenger completely (eg sign-out, exit messenger and then restart the messenger application from the start menu)
and see if it still happens after that.

what are your system specs ?

I have Windows XP, I closed MSN completely and now it doesn't open 2 windows with the same contact, just one, but it still flashing


.doc File Attachment: Enhancer.doc (94.5 KB)
This file has been downloaded 166 time(s).
02-23-2009 07:03 PM
Profile E-Mail PM Find Quote Report
TazDevil
Full Member
***

Avatar
sleep(0);

Posts: 359
Reputation: 11
40 / Male / Flag
Joined: May 2004
O.P. RE: RE: Messenger Plus! Live Enhancer
quote:
Originally posted by matty
* matty never said he knew c# either :P


I know VB and JScript :P
:P no problemas

ok here is v3.0.23.81

It will make the check discussed above and act accordingly

This post was edited on 02-23-2009 at 08:42 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
02-23-2009 07:14 PM
Profile PM Web Find Quote Report
TazDevil
Full Member
***

Avatar
sleep(0);

Posts: 359
Reputation: 11
40 / Male / Flag
Joined: May 2004
O.P. RE: Messenger Plus! Live Enhancer
quote:
Originally posted by lindi
quote:
Originally posted by TazDevil
quote:
Originally posted by lindi
Thank you, I found it, but something goes wrong, now I see 2 conversations open with the same contact and I only can see one of them but it continues flashing. = (
can you post a screen shot ?

after you take a screen shot and save it, close messenger completely (eg sign-out, exit messenger and then restart the messenger application from the start menu)
and see if it still happens after that.

what are your system specs ?

I have Windows XP, I closed MSN completely and now it doesn't open 2 windows with the same contact, just one, but it still flashing
Well lindi, read the wording carefully and decide yourself whether the checkbox should be checked or not...

* TazDevil considers whether the wording is trivial or not...
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
02-23-2009 07:18 PM
Profile PM Web Find Quote Report
lindi
New Member
*


Posts: 7
Joined: Feb 2009
RE: Messenger Plus! Live Enhancer
OH MY GOD!!!!! HAHAHA....SORRY!!!!!!!!! YOU ARE THE BEST!!!

THANK YOU VERY MUCH!!!
02-23-2009 07:32 PM
Profile E-Mail PM Find Quote Report
TazDevil
Full Member
***

Avatar
sleep(0);

Posts: 359
Reputation: 11
40 / Male / Flag
Joined: May 2004
O.P. RE: Messenger Plus! Live Enhancer
quote:
Originally posted by lindi
OH MY GOD!!!!! HAHAHA....SORRY!!!!!!!!! YOU ARE THE BEST!!!

THANK YOU VERY MUCH!!!
i am glad its working

Can someone with vista, test Enhancer v3.0.23.81 with and without Aero enabled, with the contact list in restored and maximized modes ?
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
02-23-2009 07:47 PM
Profile PM Web Find Quote Report
SuperSonic
Junior Member
**

Avatar

Posts: 32
30 / Male / Flag
Joined: Sep 2008
RE: Messenger Plus! Live Enhancer
Once again, I get the error saying not a messenger plus! script =/
[Image: Lann094.png]
02-23-2009 08:33 PM
Profile PM Find Quote Report
Pages: (38): « First « 30 31 32 33 [ 34 ] 35 36 37 38 » Last »
« 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