Can I change window class? #2036
Unanswered
USTHzhanglu
asked this question in
Q&A
Replies: 1 comment
-
I modified let mut settings = Settings::default();
settings.window.platform_specific.application_id = "test".to_string();
Tour::run(settings) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want use winapi ,so i need get my iced window handle. but when i use FindWindowA by lpWindowName, I always can't get the handle. but successed when by lpClassName.
Index by the default classname "Window Class" is so dangerous. So can i change this by some API?
Beta Was this translation helpful? Give feedback.
All reactions