win32 tag

4 questions


1 answers
454 views
0
MFC Mouse Event Handling Questions.

WM_LBUTTONDOWN, WM_MOUSEMOVE, WM_RBUTTONDOWN 등If all mouse events are handled in the same location, the coordinate values of the mouse where the event occurred are the same Only WM_MOUSEWHEEL has diff...

1 years ago

1 answers
88 views
0
pywin32 installation error in python pycharm

Hello, everyoneIt's been a week since I started PythonSince I'm doing it on my own, there's a traffic jam in the settingI'd appreciate it if you could help me, masters.From Pycharm The following error...

2 years ago

1 answers
81 views
0
How can I get an external program in QtWidget using PyQt5 and pywin32?

HelloWe are developing GUI programs using PyQt5. I want to implement the ability to subordinate external programs to follow. When I searched, C# said that I can call the setParent function, win32gui.T...

2 years ago

1 answers
122 views
0
winapi (win32) Space Invader Game (How do I shoot a bullet)

I've been thinking about it for about 8 hours, but I can't solve it, so I'm posting a question.Like the title, I'm making a space invader game in winapi (win32). If you press the space bar, a bullet w...

2 years ago

© 2024 OneMinuteCode. All rights reserved.