rodrigocfd / winsafe

Windows API and GUI in safe, idiomatic Rust.
https://crates.io/crates/winsafe
MIT License
520 stars 30 forks source link

How to set up a transparent window? #119

Closed lanten closed 8 months ago

rodrigocfd commented 8 months ago

The window exposes the hwnd() handle, therefore you can do it the same way you do in C++.