What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST] FullScreen Chat?

Pages: (4): « First « 1 2 3 [ 4 ] Last »
[REQUEST] FullScreen Chat?
Author: Message:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: [REQUEST] FullScreen Chat?
to remove menu  :)

code:
function OnEvent_ChatWndCreated(ChatWnd)
{
var Menu = Interop.Call("user32","GetMenu", ChatWnd.Handle);

for (var i = 0; i<450; i++)
{
Interop.Call("user32","RemoveMenu", Menu, i, i);
}
}


11-07-2006 07:42 PM
Profile E-Mail PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: [REQUEST] FullScreen Chat?
Am i hearing this right? someone is makeing a script that shows WLM over the top of fullscreen games, if that is what it is. Thats gunna be well good
11-07-2006 07:44 PM
Profile E-Mail PM Find Quote Report
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: [REQUEST] FullScreen Chat?
I'm trying, this removes the title bar, the menu bar, maximizes the window and hides the task bar to be able to see the chat window on fullscreen mode  ;)
11-07-2006 08:00 PM
Profile E-Mail PM Find Quote Report
Deco
Full Member
***


Posts: 188
Reputation: 4
41 / Male / Flag
Joined: Aug 2006
RE: [REQUEST] FullScreen Chat?
I think you got it wrong afelipE_scripts...

As far as I understood the initial request.. it was for a script that allowed you to see your msn messages while you are using a full screen game (or program).. not for a full screen chat window.

To acomplish what was asked I have been working for over a month of many different things like data injection, keyboard and mouse hooks... packet sniffing and whatnot. It's a lot of trouble and I'm certain it can't be done through scripts.

There's the Preview Box script but it steals focus from the game and won't show anything after the game is restored. There's the scroll box script but that one keeps flashing in and out of sight and I personally thought it didn't "look" right.

If you wanna join my project or if you are into vb.net or c++ let me know I'll make sure we open a topic somewhere on programming and we can share code.

Thanks!
11-07-2006 09:24 PM
Profile E-Mail PM Web Find Quote Report
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: [REQUEST] FullScreen Chat?
I don't understand the original idea, but... can i help you? :D
11-08-2006 03:49 AM
Profile E-Mail PM Find Quote Report
FootSoulJah
Junior Member
**


Posts: 29
Reputation: 1
Joined: Aug 2006
O.P. RE: [REQUEST] FullScreen Chat?
So... Any news on how this is going?
12-08-2006 10:17 PM
Profile E-Mail PM Find Quote Report
Pages: (4): « First « 1 2 3 [ 4 ] 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