[Request] Titlebar of App -> PSM - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Request] Titlebar of App -> PSM (/showthread.php?tid=87620) [Request] Titlebar of App -> PSM by prashker on 12-06-2008 at 06:19 PM
RE: [Request] Titlebar of App -> PSM by matty on 12-06-2008 at 08:25 PM But what if it is a porn website you are viewing. You want the entire world to know about your midget porn fetish? RE: [Request] Titlebar of App -> PSM by prashker on 12-06-2008 at 10:44 PM
quote: FireFox was an example ...if I didn't want the world to know about my midget porn I wouldn't be requesting this RE: [Request] Titlebar of App -> PSM by TheSteve on 12-07-2008 at 01:07 AM
From where I see it, there are three ways to implement something like this: RE: [Request] Titlebar of App -> PSM by -dt- on 12-07-2008 at 03:48 AM
quote:we already know about his anime fetish ;p RE: [Request] Titlebar of App -> PSM by prashker on 12-07-2008 at 03:56 AM
quote:I mean for any application, FireFox was just an example. If I wanted it to show msnmsgr.exe's titlebar then it'd make my PSM "Windows Live Messenger Beta" ! RE: RE: [Request] Titlebar of App -> PSM by TheSteve on 12-07-2008 at 04:06 AM
quote:In that case, it's a just a matter of getting the window handle to your desired window by calling FindWindow, then call GetWindowText to get the actual text. RE: [Request] Titlebar of App -> PSM by matty on 12-14-2008 at 11:22 PM
code: Something like that. RE: [Request] Titlebar of App -> PSM by DeanoLaad on 12-15-2008 at 01:39 AM
code: Were am i going wrong?.. RE: [Request] Titlebar of App -> PSM by matty on 12-15-2008 at 01:54 AM FindWindowW's first parameter is the Window Class the second parameter is apart of the title so change 'iGoogle -' to be the second param. RE: [Request] Titlebar of App -> PSM by Spunky on 12-22-2008 at 03:29 AM This script displays all window titles in your PSM. It's based on Matty's code above, but edited... (it will also hide contact's emails when talking on WLM ) RE: [Request] Titlebar of App -> PSM by Felu on 12-22-2008 at 03:44 AM I don't think Sam wanted it to show the active window's title in your PSM... RE: [Request] Titlebar of App -> PSM by prashker on 12-22-2008 at 05:08 AM
That is cool, I'll probably just use that, but what I wanted is I just specify the .exe of the program....and if it's open then set your PSM to it ...however yours does the job just as well....maybe an ability to "exclude" programs, dunno...Whichever is easier RE: [Request] Titlebar of App -> PSM by Pinecone on 12-22-2008 at 07:24 AM
Is this what you wanted? It shows the name of the executable file that created the window that's currently in the foregound, however disallows showing all processes listed in the array named "Exclude". RE: [Request] Titlebar of App -> PSM by prashker on 12-22-2008 at 04:33 PM Rofl, thanks anyways RE: [Request] Titlebar of App -> PSM by matty on 12-22-2008 at 05:41 PM
What you need to do is have a config window that shows all the running processes and you can select which you want to show the title of. js code: Untested code as I am at work. RE: [Request] Titlebar of App -> PSM by MicroWay on 12-22-2008 at 10:34 PM
Hey guys, have you seen AppMon+ (on Database)???? |