It is currently March 28th, 2024, 9:59 am

Plugin QuickBang - lots of bangs collected (in beta)

Share and get help with Plugins and Addons
Post Reply
cfixd
Posts: 31
Joined: September 1st, 2014, 1:38 am

Plugin QuickBang - lots of bangs collected (in beta)

Post by cfixd »

To tell the truth:I'm poor in English,so hoping you know what I mean... :p

I'm learning programming for windows while writting plugins for rainmeter this summer holiday, and here's one of the plugin I've written.Some codes are searched from internet and I rewrite them.

Does anyone know how to link a .idl file? I've used a stupid way to realize NextWallpaper.

And I found the mediakey plugin hasn't use a hardware scan code,causing some programs can't receive the WM_HOTKEY message when media key is send.I don't know whether it's a bug and I just added the changed version to this plugin.

Example skin:(Right Click the (i)icon on top right to view the Introductions in English)
1.png

I'm not sure whether it will be needed so I just write the basic introductions.
Measure Options:

InfoType= (Default:None)
None :Return 0
IsFullScreen:The number value returns whether the current actived program fills the full screen (main monitor only).
ActiveProcess:The string value return the name of the current actived program,and the number value is IsFullScreen.

Showlog= (Default:0)
1 :Show zhe workarea and screenarea infomation in the log on refresh.

Bangs:

Monitoroff
NextTrack
PrevTrack
Stop
PlayPause
VolumeMute
VolumeDown
VolumeUp
HideDesktopIcon
HideDesktopIcon+
+to write the registry key
ShowDesktopIcon
ShowDesktopIcon+
ToggleDesktopIcon
ToggleDesktopIcon+
HideTaskbar
HideTaskbar+
+to hide the start botton
ShowTaskbar
ShowTaskbar+
ToggleTaskbar
ToggleTaskbar+
HideStartButton
ShowStartButton
ToggleStartButton
StartMenu
ShowFile
show/hide files and system files in the explorer
you have to press the F5 key to refresh, ShowFile_Refresh may be better
ShowFile_Refresh
NextWallpaper
for win7 and later,it's the desktop slideshow
ToggleDesktop
MinimizeAll
RestoreAll
SwitchWindow
for win7 and later, 3D window
LockKeyboard
useless for ctrl+alt+del
UnLockKeyboard
Logoff
Lock
Sleep
Hibernate
Restart
Restart_Quick
may cause unsaved files lost
Restart_Normal
the slowest way
Poweroff
PoweroffQuick
PoweroffNormal
Shutdown
Shutdown_Normal
Shutdown_Quick
Shutdown_Hibernate
for win8 and later,not tested
SetTaskbarAlpha_ (0-255)
SetWorkArea_Full
set the workarea of the main monitor
SetWorkArea_Default
SetWorkArea_ (left, top, right, bottom)


Here's the example skin(with plugin) and the source code.I've delete a .wav file in skin for it's too big.
QuickBang_0.9.2.3E.rmskin
(125.49 KiB) Downloaded 478 times
PluginQuickBang_SourceCode_0.9.2.3.zip
(9.69 KiB) Downloaded 238 times
drakulaboy
Posts: 165
Joined: June 29th, 2014, 8:35 pm

Re: Plugin QuickBang - lots of bangs collected (in beta)

Post by drakulaboy »

nice example, thank you!
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: Plugin QuickBang - lots of bangs collected (in beta)

Post by StArL0rd84 »

Nice!
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Plugin QuickBang - lots of bangs collected (in beta)

Post by jsmorley »

Do we really need to gravedig a 3 year old thread? ;-)
User avatar
tjhrulz
Developer
Posts: 267
Joined: October 13th, 2016, 1:28 am
Location: Earth
Contact:

Re: Plugin QuickBang - lots of bangs collected (in beta)

Post by tjhrulz »

jsmorley wrote:Do we really need to gravedig a 3 year old thread? ;-)
bump ;-)
Post Reply