python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
python win32ui.error: BitBlt failed & CreateCompatibleBitmap failed in multithreading
I'm here to ask for help on a recent problem I encountered with my program....
I am getting this error when I try to use BitBlt and CreateCompatibleBitmap: win32ui.error: BitBlt failed & CreateCom...

MillhioreBT
Votes: 0
Answers: 1
C Win32 API display Opencv Image cv::Mat + Resizing, results in distorted, wrong colored images
So I've been looking for some simple code, on how I can display opencv images in a windows window, without using extra libraries. Most solutions that I have found use the StretchDIBits() method of the...
Ambadrant
Votes: 0
Answers: 1
Simulate the UP arrow key press on a keyboard for a test executed by TestHost
I am trying to programmatically simulate the pressing of the UP arrow key on the keyboard for an end-to-end test. The test runs under TestHost in Visual Studio.
My work is divided in 2 parts:
1- The f...

Bob the builder
Votes: 0
Answers: 0
How to use SendInput to simulate the UP arrow key press (or other extended keys)
I am trying to programmatically simulate the pressing of the UP arrow key on the keyboard for an end-to-end test. With the below code, the GUI control receives no message (WM_KEYDOWN, WM_GETDLGCODE, W...

Bob the builder
Votes: 0
Answers: 2