What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » script: sBCaption (Start Button Caption)

Pages: (3): « First [ 1 ] 2 3 » Last »
script: sBCaption (Start Button Caption)
Author: Message:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
O.P. Cool  script: sBCaption (Start Button Caption)
title: sBCaption (Start Button Caption)
short desc: it's changues the start button caption
full desc: it's changues the start button caption
your name:  sBCaption by . f e l i p E
version number: 1.0
.plsc file:  http://www.afelipe.flyserver.biz/scripts/?id=sBCaption.plsc
language:  English

This post was edited on 01-24-2008 at 01:23 AM by felipEx.
08-22-2006 02:13 AM
Profile E-Mail PM Find Quote Report
KnRd_WC
Junior Member
**

Avatar
Florian PAQUET

Posts: 74
Reputation: 1
34 / Male / Flag
Joined: Aug 2006
RE: script: sBCaption (Start Button Caption)
Nice ! ;)

Another example, which can be useful, to set transparency ;) :

code:
Transparency=100 // 0=Invisible, 255=Opaque
Hwnd=Interop.Call("User32.dll","FindWindowW","Shell_TrayWnd",0); // Taskbar
// StartMenu : Hwnd=Interop.Call("User32.dll","FindWindowW","DV2ControlHost",0);
Interop.Call("User32.dll","SetWindowLongW",Hwnd,-20,524288);
Interop.Call("User32.dll","SetLayeredWindowAttributes",Hwnd,0,Transparency,2);
// Disable Transparency : Interop.Call("User32.dll","SetWindowLongW",Hwnd,-20,0);


This post was edited on 08-22-2006 at 03:03 AM by KnRd_WC.
08-22-2006 02:52 AM
Profile PM Web Find Quote Report
Yil2201
Junior Member
**

Avatar
MsgPlus! Live Lover

Posts: 60
32 / Male / –
Joined: Jun 2006
RE: script: sBCaption (Start Button Caption)
Can't download the file it seems to not exist :o ?

This post was edited on 08-22-2006 at 08:02 AM by Yil2201.
[Image: sign.png]
08-22-2006 08:02 AM
Profile E-Mail PM Web Find Quote Report
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
O.P. RE: script: sBCaption (Start Button Caption)
sorry :D

hosting problems (N)

Attachment:  :)

.plsc File Attachment: sBCaption.plsc (11.86 KB)
This file has been downloaded 246 time(s).
08-22-2006 08:05 AM
Profile E-Mail PM Find Quote Report
Yil2201
Junior Member
**

Avatar
MsgPlus! Live Lover

Posts: 60
32 / Male / –
Joined: Jun 2006
RE: script: sBCaption (Start Button Caption)
Cool, thanks, look at my PM :P
[Image: sign.png]
08-22-2006 08:13 AM
Profile E-Mail PM Web Find Quote Report
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
O.P. RE: script: sBCaption (Start Button Caption)
new release (sBCaption v1.1)

features:

it manipulates the task bar, including the start button, tasks area, clock and systray

start button:
hide,show,enable,disable and change caption

clock:
hide, show

tasks:
hide, show, enable, disable

taskbar
hide,show,enable,disable, transparency

systray:
enable, disable

Download

.plsc File Attachment: sBCaption11.plsc (12.94 KB)
This file has been downloaded 210 time(s).
08-22-2006 09:21 PM
Profile E-Mail PM Find Quote Report
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
O.P. RE: script: sBCaption (Start Button Caption)
Yil2201, look at my PM :P
08-22-2006 09:22 PM
Profile E-Mail PM Find Quote Report
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
O.P. RE: script: sBCaption (Start Button Caption)
sBCaption v1.1   screenshot ;)

[Image: taskbar.PNG]
08-26-2006 09:33 PM
Profile E-Mail PM Find Quote Report
P4R4D0x
Junior Member
**


Posts: 71
Joined: Mar 2006
RE: script: sBCaption (Start Button Caption)
how come mine keeps changing back to start?

This post was edited on 08-27-2006 at 05:39 AM by P4R4D0x.
08-27-2006 05:38 AM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: script: sBCaption (Start Button Caption)
I think thats something done by Windows every so often. I have used a program to do this before and the same thing happened
<Eljay> "Problems encountered: shit blew up" :zippy:
08-27-2006 09:40 AM
Profile PM Find Quote Report
Pages: (3): « First [ 1 ] 2 3 » 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