Skip to content

Examples

David Capello edited this page Feb 27, 2021 · 2 revisions

AnchorLayouts: Show you how the AnchorLayout works.

Screenshot


AutoCompletion: How to customize a ComboBox to add auto-completion.

Screenshot


Bixes: A new layout manager.

Screenshot


BouncingBalls: How to make a game-loop.

Screenshot


BoxLayouts: It shows you how the BoxLayout works.

Screenshot


Buttons: Basic button controls (Button, CheckBox, RadioButton, and ToggleButton).

Screenshot


ColoredButton: How to use the CustomButton class.

Screenshot


ComboBoxes: How to use the ComboBox widget.

Screenshot


Commands: How to handle Commands and the is-enabled state in MenuItems and ToolBars.

Screenshot


DataGrids: This could be a common widget of Vaca in the near future.

Screenshot


EditableListBox: A ListBox which you can edit its items.

Screenshot


Edits: Text fields.

Screenshot


EyeDropper: Gets colors from the screen.

Screenshot


FontMetrics: How to use the Font class.

Screenshot


FreeOfLayout: How to avoid to use the Layout manager.

Screenshot


Hashing: Calculates MD5 and SHA1 of dropped files. Uses ListView control and system image list.

Screenshot


HelloWorld: Show you a simple LinkLabel.

Screenshot


Images: Loads a bitmap from resources, and creates a image from scratch.

Screenshot


Labels: Different kinds of labels.

Screenshot


LikeScript: How to program without specializing Vaca classes.

Screenshot


Maths: How to use automatic double-buffering and hot-tracking elements.

Screenshot


MenuResource: How to load a menu from resources.

Screenshot


MiniExplorer: How to use the TreeView and system image list to make an explorer for Windows namespace.

Screenshot


Paths: Shows how to use the GraphicsPath, Pen, and Brush classes.

Screenshot


Primitives: Graphics primitives (line, rectangle, ellipse, arc, pie, chord).

Screenshot


ProgressBars: How to use progress bars using the pumpMessageQueue.

Screenshot


Regions: How to use the new Region class to handle HRGNs.

Screenshot


Scribble: A simple program to paint scribbles.

Screenshot


Sliders: Shows you how to use sliders, and how to make some fancy connections. A Slider is known on Windows as a Track Bar control.

Screenshot


Spinners: Shows you how to use SpinButtons and Spinners. Spinners are a combination between an Edit and a SpinButton widget. A SpinButton is known on Windows as a Up-Down control.

Screenshot


Sudoku: The Sudoku game.

Screenshot


SystemImageList: A ListView with big icons of the system image list.

Screenshot


Tabs: How to use a TabBase widget.

Screenshot


TextEditor: A basic MDI text editor (multiple-views, open/save, find/replace).

Screenshot


Threads: How to use a message queue per thread.

Screenshot


ToolBars: Show you how to use the defaults Vaca tool bars.

Screenshot


Trees: Shows you the Win32 Tree-View control with customized node's behavior.

Screenshot


Undo: How to use Commands and maintain a list of documents in a Menu.

Screenshot


WebCam: How to specialize the createHWND method.

Screenshot

Clone this wiki locally