{"id":23436353,"url":"https://github.com/gammasoft71/examples_win32","last_synced_at":"2025-09-19T00:14:37.968Z","repository":{"id":52919178,"uuid":"144382790","full_name":"gammasoft71/Examples_Win32","owner":"gammasoft71","description":"Shows how to use Win32 controls by programming code (c++17).","archived":false,"fork":false,"pushed_at":"2024-04-18T07:36:19.000Z","size":1000,"stargazers_count":73,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T04:12:55.500Z","etag":null,"topics":["button","checkbox","controls","cpp","cpp17","example","examples","label","messagebox","picturebox","progressbar","radio-buttons","textbox","trackbar","widgets","win32api","windows"],"latest_commit_sha":null,"homepage":"https://gammasoft71.wixsite.com/gammasoft/win32","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gammasoft71.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-08-11T12:17:39.000Z","updated_at":"2025-03-07T01:20:20.000Z","dependencies_parsed_at":"2024-04-18T08:48:47.388Z","dependency_job_id":"480cf43d-1192-413d-8bd4-180bac5c9006","html_url":"https://github.com/gammasoft71/Examples_Win32","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gammasoft71/Examples_Win32","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammasoft71%2FExamples_Win32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammasoft71%2FExamples_Win32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammasoft71%2FExamples_Win32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammasoft71%2FExamples_Win32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gammasoft71","download_url":"https://codeload.github.com/gammasoft71/Examples_Win32/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammasoft71%2FExamples_Win32/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275857271,"owners_count":25541032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["button","checkbox","controls","cpp","cpp17","example","examples","label","messagebox","picturebox","progressbar","radio-buttons","textbox","trackbar","widgets","win32api","windows"],"created_at":"2024-12-23T13:18:52.339Z","updated_at":"2025-09-19T00:14:37.930Z","avatar_url":"https://github.com/gammasoft71.png","language":"C++","readme":"﻿\n# Win32 Examples\n\nShows how to use [Win32](https://learn.microsoft.com/en-us/windows/win32/api/) api by proghramming code ([c++17](https://en.cppreference.com/w/)).\n\n[![win32](docs/Pictures/win32_header.png)](https://gammasoft71.wixsite.com/gammasoft/win32)\n\n## [Win32.System](Win32.System/README.md)\n\n[Win32.System](Win32.System/README.md) contains Win32 console examples (CLI).\n\n* [HelloWorlds](Win32.System/HelloWorlds/README.md) contains xtd.core \"Hello, World!\" examples.\n* [Console](Win32.System/Console/README.md) contains console examples.\n* [Processes](Win32.System/Processes/README.md) contains process examples.\n* [Others](Win32.System/Others/README.md) contains others examples.\n\n## [Win32.Gui](Win32.Gui/README.md)\n\n[Win32.Gui](Win32.Gui/README.md) contains Win32 controls examples (GUI).\n\n* [HelloWorlds](Win32.Gui/HelloWorlds/README.md) contains Win32 controls \"Hello, World!\" examples.\n* [Applications](Win32.Gui/Applications/README.md) contains application examples.\n* [Dialogs](Win32.Gui/Dialogs/README.md) contains dialog examples.\n* [Windows](Win32.Gui/Windows/README.md) contains windows examples.\n* [MenusAndToolbars](Win32.Gui/MenusAndToolbars/README.md) contains menus and toolbars examples.\n* [Containers](Win32.Gui/Containers/README.md) contains containers examples.\n* [Controls](Win32.Gui/Controls/README.md) contains common controls examples.\n* [Components](Win32.Gui/Components/README.md) contains components examples.\n* [Events](Win32.Gui/Events/README.md) contains events examples.\n* [Others](Win32.Gui/Others/README.md) contains others examples.\n\n## [Win32.UnitTests](Win32.UnitTests/README.md)\n\n* [HelloWorlds](Win32.UnitTests/HelloWorlds/README.md) contains Win32 unit test \"Hello, World!\" examples.\n\n## Download\n\n``` shell\ngit clone https://github.com/gammasoft71/Examples_Win32\n```\n\n## Generate and build\n\nTo build this project, open \"Console\" and type following lines:\n\n\n``` shell\nmkdir build \u0026\u0026 cd build\ncmake .. \nstart Win32.sln\n```\n\nSelect any project and type Ctrl+F5 to build and run it.\n\n## Remarks\n\nThis project run only on Windows with [Visual Studio](https://www.visualstudio.com) 2019 or above and [CMake](https://cmake.org).\n\nSee [Desktop App User Interface](https://docs.microsoft.com/en-us/windows/win32/windows-application-ui-development) for more informations.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgammasoft71%2Fexamples_win32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgammasoft71%2Fexamples_win32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgammasoft71%2Fexamples_win32/lists"}