Skip to content

Instantly share code, notes, and snippets.

View JamesHoi's full-sized avatar
🤣
Studying

JamesHoi JamesHoi

🤣
Studying
View GitHub Profile
@JamesHoi
JamesHoi / example.cpp
Last active March 3, 2024 16:41
A example for starting a new program minimized using RBTray
#include <windows.h>
#include <string>
#include <tlhelp32.h>
#include <shellapi.h>
using namespace std;
#define WM_ADDTRAY 0x0401
#define NAME L"RBTrayHook"