#
win32api
Here are 356 public repositories matching this topic...
x64dbg plugin to set breakpoints automatically to Win32/64 APIs
-
Updated
Jan 17, 2018 - C
Organized bookmarks to Win32API posts of Raymond Chen's blog "The Old New Thing".
-
Updated
Apr 15, 2021
Another free Win32 resource editor
-
Updated
Jul 20, 2021 - C++
Just a normal flask web app to understand win32api with code snippets and references.
-
Updated
Dec 8, 2019 - HTML
XScreenSaver for Windows
-
Updated
Jun 23, 2021 - C
Allows to run Windows CE applications on Windows!
microsoft
emulator
arm
compatibility
layer
windows-ce
wine
win32
win32api
reactos
wince
windows-10-arm
-
Updated
Apr 18, 2021 - C++
A window controller for Unity using Windows API
-
Updated
Oct 14, 2020 - C#
[WIP]RemoteAssistance like TeamViewer(C++)
-
Updated
Jul 14, 2020 - C++
A game engine being developed from scratch for learning and practicing essential game development skills. Each and every single feature is written from scratch with absolutely no third party code or libraries.
game
screenshot
gamedev
opengl
game-engine
cpp
rendering
gdi
game-development
library-free
gameengine
rendering-engine
xinput
win32api
game-dev
no-libraries
lundum-dare-games
-
Updated
Jun 23, 2020 - C++
Tiling window manager for Windows 10, Built on top of explorer shell
-
Updated
Apr 20, 2019 - C++
A Live Desktop Capture using Go and WebSockets
-
Updated
Jul 13, 2017 - Go
Bindings for win32, with and without WIN32_LEAN_AND_MEAN
-
Updated
Mar 24, 2021 - Zig
Hexadecimal editor.
-
Updated
Jun 19, 2015 - C++
The world's smallest, fully functional text editor—fun, useful and interesting!
winapi
text-editor
tiny
assembly-language
win32
win32api
small-tools
winapi-ui
assembly-x86
text-editing
-
Updated
Nov 26, 2017 - Assembly
A public domain text editor written in C and Win32
-
Updated
Jan 27, 2021 - C
An AFK clicker that allow to simulate keystrokes (mouse or keyboard) even if the window isn't focused.
windows
linux
keyboard
minecraft
mouse
pywin32
win32api
xdotool
autoclicker
minecraft-farming-bot
afkfarming
auto-clicker
not-focused-window
linux-script
afk-clicker
simulate-keystrokes
-
Updated
Jul 16, 2019 - Python
Windows下的简易进程DLL注入工具 (A simple process DLL injection tool under the Windows)
-
Updated
Apr 8, 2020 - C++
ELFI (ELF over WIFI) is a FOTA ( Firmware Over The Air ) based software application, our application is following reliability, portability and configurability rules as well as the simple and efficient user experience.
python
c
firebase
qt
firmware
stm32
embedded-systems
bootloader
win32api
elf-parser
transport-protocol
ota-firmware-updates
nodemcu-esp8266
bootloaderstm32
-
Updated
Jun 27, 2020 - C
Improve this page
Add a description, image, and links to the win32api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the win32api topic, visit your repo's landing page and select "manage topics."


I'm trying to automate the interaction with WindowsTerminal. It seems to be a UWP application, which I have no idea how to start such application directly using
Application().start. I've tried to locate it usingDesktop, but got quite confused..Any help on this?