What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: ShowWindow does not work in Windows 7
thanks for the help and explanation (= but I was intrigued, even if I disable the grouping of windows in tabs, the first code I posted here, did not work. =S
RicardO.sysScripting12-19-2011 at 04:18 PM
RE: ShowWindow does not work in Windows 7
Thank you friend, changing value the variable GA_PARENT to 2, it worked \o/
RicardO.sysScripting12-19-2011 at 03:59 PM
RE: ShowWindow does not work in Windows 7
the window is stuck and will not display anything, it's just the mold and does not disappear
RicardO.sysScripting12-19-2011 at 03:46 PM
RE: ShowWindow does not work in Windows 7
[code=js]function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind) { Interop.Call("User32.dll", "ShowWindow", ChatWnd.Handle, 0); }[/code] I've tried a few variations and nothing. the window gets to hang for a few 10s, but afte...
RicardO.sysScripting12-19-2011 at 03:31 PM
RE: ShowWindow does not work in Windows 7
does not appear any error in the debugger ... can it be for some of the system security policy ? or also something about the conversations are in tab instead of separate windows ?
RicardO.sysScripting12-19-2011 at 02:48 PM
ShowWindow does not work in Windows 7
I have a script that works perfectly in Windows XP, but does not work in Windows 7. Here's the problem with the code. [code]Interop.Call("User32.dll", "ShowWindow", ChatWnd.Handle, 0);[/code] I'm using the event [code]OnEvent_ChatWndReceiveMess...
RicardO.sysScripting12-18-2011 at 12:14 AM
[Hide Excerpts]