Messenger Plus! Live Enhancer |
Author: |
Message: |
TazDevil
Full Member
sleep(0);
Posts: 359 Reputation: 11
41 / /
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 |
|
|
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 |
|
|
TazDevil
Full Member
sleep(0);
Posts: 359 Reputation: 11
41 / /
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 |
|
|
matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: Messenger Plus! Live Enhancer
* matty never said he knew c# either
I know VB and JScript
|
|
02-23-2009 06:56 PM |
|
|
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
Attachment: Enhancer.doc (94.5 KB)
This file has been downloaded 183 time(s).
|
|
02-23-2009 07:03 PM |
|
|
TazDevil
Full Member
sleep(0);
Posts: 359 Reputation: 11
41 / /
Joined: May 2004
|
O.P. RE: RE: Messenger Plus! Live Enhancer
quote: Originally posted by matty
* matty never said he knew c# either
I know VB and JScript
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 |
|
|
TazDevil
Full Member
sleep(0);
Posts: 359 Reputation: 11
41 / /
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 |
|
|
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 |
|
|
TazDevil
Full Member
sleep(0);
Posts: 359 Reputation: 11
41 / /
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 |
|
|
SuperSonic
Junior Member
Posts: 32
30 / /
Joined: Sep 2008
|
RE: Messenger Plus! Live Enhancer
Once again, I get the error saying not a messenger plus! script =/
|
|
02-23-2009 08:33 PM |
|
|
Pages: (38):
« First
«
30
31
32
33
[ 34 ]
35
36
37
38
»
Last »
|
|