Platforms to show: All Mac Windows Linux Cross-Platform

/Win/Taskbar State


Required plugins for this example: MBS Win Plugin

You find this example project in your Plugins Download as a Xojo project file within the examples folder: /Win/Taskbar State

This example is the version from Mon, 29th Apr 2012.

Project "Taskbar State.xojo_binary_project"
Class App Inherits Application
Const kEditClear = "&Löschen"
Const kFileQuit = "Beenden"
Const kFileQuitShortcut = ""
End Class
Class Window1 Inherits Window
Control CheckAutoHide Inherits CheckBox
ControlInstance CheckAutoHide Inherits CheckBox
End Control
Control CheckAlwaysOnTop Inherits CheckBox
ControlInstance CheckAlwaysOnTop Inherits CheckBox
End Control
Control SetButton Inherits PushButton
ControlInstance SetButton Inherits PushButton
EventHandler Sub Action() w.AlwaysOnTop = checkAlwaysOnTop.Value w.AutoHide = checkAutoHide.Value End EventHandler
End Control
EventHandler Sub Open() w = new WindowsTaskbarStateMBS CheckAlwaysOnTop.Value = w.AlwaysOnTop CheckAutoHide.Value = w.AutoHide End EventHandler
Property w As WindowsTaskbarStateMBS
End Class
MenuBar MenuBar1
MenuItem FileMenu = "&Ablage"
MenuItem FileQuit = "#App.kFileQuit"
MenuItem EditMenu = "&Bearbeiten"
MenuItem EditUndo = "&Rückgängig"
MenuItem UntitledMenu1 = "-"
MenuItem EditCut = "&Ausschneiden"
MenuItem EditCopy = "&Kopieren"
MenuItem EditPaste = "&Einfügen"
MenuItem EditClear = "#App.kEditClear"
MenuItem UntitledMenu0 = "-"
MenuItem EditSelectAll = "&Alles auswählen"
End MenuBar
End Project

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...