Platforms to show: All Mac Windows Linux Cross-Platform

/Win/WindowsFolderChange


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/WindowsFolderChange

This example is the version from Sun, 17th Mar 2012.

Project "WindowsFolderChange.xojo_binary_project"
FileTypes
Filetype text
End FileTypes
Class MainWindow Inherits Window
Control List Inherits Listbox
ControlInstance List Inherits Listbox
End Control
EventHandler Sub Open() w=new MyWindowsFolderChangeMBS(SpecialFolder.Desktop, true, w.ChangeFile+w.ChangeDir) End EventHandler
Property Protected w As mywindowsFolderChangeMBS
End Class
MenuBar MenuBar1
MenuItem UntitledMenu1 = ""
MenuItem FileMenu = "&File"
MenuItem FileQuit = "Quit"
MenuItem EditMenu = "&Edit"
MenuItem EditUndo = "&Undo"
MenuItem UntitledMenu0 = "-"
MenuItem EditCut = "Cu&t"
MenuItem EditCopy = "&Copy"
MenuItem EditPaste = "&Paste"
MenuItem EditClear = "Clear"
End MenuBar
Class App Inherits Application
End Class
Class MyWindowsFolderChangeMBS Inherits WindowsFolderChangeMBS
EventHandler Sub Changed() MainWindow.List.AddRow "Changed" End EventHandler
End Class
End Project

See also:

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


The biggest plugin in space...