Change Window Title
Re: Change Window Title
I don't know plugins like that, but it can be easily done.
-
- Posts: 128
- Joined: Sun Nov 28, 2010 7:01 pm
Re: Change Window Title
LOLLLLLLLL, sorry Sergey!!!!!
One kiss! (friendly!)

One kiss! (friendly!)

Re: Change Window Title
Misc Plugin as I showed you before can change any windows title.
below would change Notepad Untitled - Notepad into Cool huh?
download/file.php?id=4133
and Sysmetrics Plugin can make any other window Transparent
however Sysmetrics is detected as a virus ( False Positive )
Zip includes demos - what you need is Transparency-OtherWindows.mbd
To Sergey is it possible add this Transparency ( other windows ) to Smallplugin ( to avoid false positive )
need it in DMFX for above reasons
Cheers
below would change Notepad Untitled - Notepad into Cool huh?
Code: Select all
NewName$ = 'Cool huh?'
** NewName$ is the title you want it to be changed to...
PluginSet("MiscPlugIn","NewName$")
PluginRun("MiscPlugIn","Filename")
Title$ = 'Untitled - Notepad'
** Title$ is the title of the Window to change
PluginSet("MiscPlugIn","Title$")
PluginRun("MiscPlugIn","Caption")
and Sysmetrics Plugin can make any other window Transparent
however Sysmetrics is detected as a virus ( False Positive )
Code: Select all
** name of window to make transparent ( here is blank document in Notepad ) Semi Transparent at 225
Windowname$ = 'Untitled - Notepad'
** transparency Opacity level is 0 to 255
PluginSet("Sysmetrics","225")
PluginSet("Sysmetrics","Windowname$")
PluginRun("Sysmetrics","TransparencyWindow")
To Sergey is it possible add this Transparency ( other windows ) to Smallplugin ( to avoid false positive )
need it in DMFX for above reasons

Cheers
DMFX Player v3.0.9.7 Released 02/03/2016
Re: Change Window Title
Sure.Delboy wrote:is it possible add this Transparency ( other windows )
Re: Change Window Title
dgilmour wrote:Sure.Delboy wrote:is it possible add this Transparency ( other windows )

Cheers
DMFX Player v3.0.9.7 Released 02/03/2016
Re: Change Window Title
Good One Sirs...seriously I like it when two of you work to find solutions to a problem because there is always a way out!!!
Thanks it worked!
Thanks it worked!
Re: Change Window Title
Of courseCodeHouse wrote:Good One Sirs...seriously I like it when two of you work to find solutions to a problem because there is always a way out!!!
Thanks it worked!

and thanks for comment.
Cheers
DMFX Player v3.0.9.7 Released 02/03/2016
Small Plugin Transparency
dgilmour wrote:Sure.Delboy wrote:is it possible add this Transparency ( other windows )
Dgilmour--was this feature added in your most recent release of Small Plugin? Thanks JimmyC
Re: Change Window Title
It was added but not released yet. I only sent new version to Delboy.
Re: Change Window Title
Dgilmour---thanks for the update. I am sure Delboy will be a great 'beta' tester and it will be flawless when released. Hope all is well with you and your family....take care. JimmyCdgilmour wrote:It was added but not released yet. I only sent new version to Delboy.