All Projects → gammasoft71 → Examples_Win32

gammasoft71 / Examples_Win32

Licence: MIT License
Shows how to use Win32 controls by programming code (c++17).

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to Examples Win32

Examples Gtkmm
Shows how to use Gtkmm controls by programming code (c++17).
Stars: ✭ 23 (+4.55%)
Mutual labels:  examples, checkbox, example, widgets, progressbar, radio-buttons, controls, textbox, trackbar
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (+72.73%)
Mutual labels:  examples, checkbox, example, widgets, progressbar, radio-buttons, controls, textbox, trackbar
Examples wxWidgets
Shows how to use wxWidgets controls only by programming code (c++17).
Stars: ✭ 116 (+427.27%)
Mutual labels:  examples, checkbox, progressbar, radio-buttons, controls, textbox, messagebox, trackbar
Examples FLTK
Shows how to use Fltk controls only by programming code (c++17).
Stars: ✭ 28 (+27.27%)
Mutual labels:  examples, progressbar, radio-buttons, textbox, trackbar, picturebox
LC-switch
Superlight vanilla javascript plugin improving forms look and functionality
Stars: ✭ 31 (+40.91%)
Mutual labels:  checkbox, radio-buttons
smart-webcomponents-community
Material & Bootstrap Web Components built with Smart
Stars: ✭ 30 (+36.36%)
Mutual labels:  checkbox, button
pretty-checkbox-react
A tiny react/preact wrapper around pretty-checkbox
Stars: ✭ 35 (+59.09%)
Mutual labels:  checkbox, radio-buttons
react-native-select-multiple
☑️ A customiseable FlatList that allows you to select multiple rows
Stars: ✭ 155 (+604.55%)
Mutual labels:  checkbox, label
Wordpress Plugin Boilerplate Tutorial
Tutorials and Examples for WordPress Plugin Boilerplate, a foundation for WordPress Plugin Development.
Stars: ✭ 232 (+954.55%)
Mutual labels:  examples, example
go-learning
My Golang training material for testing smaller Go concepts and ideas.
Stars: ✭ 27 (+22.73%)
Mutual labels:  examples, example
react-native-radio-buttons-group
Simple, best and easy to use radio buttons for react native apps.
Stars: ✭ 145 (+559.09%)
Mutual labels:  button, radio-buttons
react-inputs-validation
A react component for form inputs validation. Online demo examples
Stars: ✭ 48 (+118.18%)
Mutual labels:  checkbox, textbox
Krypton-Toolkit-Suite-Extended-NET-5.470
An extension to the Krypton Toolkit suite of controls for .NET framework 4.7
Stars: ✭ 51 (+131.82%)
Mutual labels:  controls, messagebox
awesome-web-styling
Awesome Web Styling with CSS Animation Effects ⭐️
Stars: ✭ 109 (+395.45%)
Mutual labels:  checkbox, button
Extended-Toolkit
A companion toolkit for the standard toolkit.
Stars: ✭ 83 (+277.27%)
Mutual labels:  controls, messagebox
db2-samples
Db2 application code, configuration samples, and other examples
Stars: ✭ 56 (+154.55%)
Mutual labels:  examples, example
Go Grpc Examples
This repo contains examples and implementations of different types of GRPC services and APIs using Golang.
Stars: ✭ 180 (+718.18%)
Mutual labels:  examples, example
Wasm By Example
Wasm By Example is a website with a set of hands-on introduction examples and tutorials for WebAssembly (Wasm)
Stars: ✭ 226 (+927.27%)
Mutual labels:  examples, example
LimitlessUI
Awesome C# UI library that highly reduced limits of your application looks
Stars: ✭ 41 (+86.36%)
Mutual labels:  progressbar, textbox
AMChoice
Radio Button and check box for iOS
Stars: ✭ 45 (+104.55%)
Mutual labels:  button, radio-buttons

Win32 Examples

Shows how to use Win32 api by proghramming code (c++17).

win32

System

Win32.System contains Win32 System examples.

Gui

Win32.Gui contains Win32 controls examples.

UnitTest

Win32.UnitTest contains Win32 UnitTest examples.

Download

git clone https://github.com/gammasoft71/Win32Examples Win32Examples

Generate and build

To build this project, open "Console" and type following lines:

mkdir build && cd build
cmake .. 
start Win32.Examples.sln

Select any project and type Ctrl+F5 to build and run it.

Remarks

This project run only on Windows with Visual Studio and CMake.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].