DrawText help - Follow-up Question |
|
[4 replies] Last: I think SetBkMode(hdc, TRANSPARENT); might be what you are looking ... (by The Grey Wolf)
|
by JohnOfC
DPI scaling issues (1,2)
|
|
[22 replies] Last: I found an interesting article; https://mariusbancila.ro/blog/2021/05... (by JohnOfC)
|
by Bamboo445
DXGI ERROR: IDXGIFactory::CreateSwapChain: No target window specified
|
|
[no replies]
|
by dodge55
DC understanding
|
|
[5 replies] Last: Nah. I'm way past getting offended by any forum post. I just keep as... (by dodge55)
|
VS2019 Windows.h / MFC conflict |
|
[6 replies] Last: @forgottencoder - Thanks for the link. That was helpful. I replaced ... (by AbstractionAnon)
|
by volang
getaddrinfo parameters
|
|
[3 replies] Last: Don't forget to call freeaddrinfo() to free the memory allocated by ge... (by kbw)
|
by SubZeroWins
SFML window size?
|
|
[2 replies] Last: // get screen resolution void MainApp::GetDesktopResolution(int& hor... (by Geckoo)
|
by dodge55
Automatically Activating a button after CreateWindow
|
|
[5 replies] Last: Finally, change the PostMessage() call above to SendMessage() and note... (by freddie1)
|
by dodge55
Using different text colors on the same printed line
|
|
[6 replies] Last: Thanks for the responses. I think I'll just spread out my display lik... (by dodge55)
|
by dodge55
Creating a child window that can't be dragged
|
|
[5 replies] Last: JohnOfC - perfect. Thanks. Works great. (by dodge55)
|
by CandyK
Possible to make VisualStudio stop breaking on errors caught by try/catch while debugging?
|
|
[1 reply] : Under Debug > Windows > Exception Settings, uncheck everything in the ... (by helios)
|
Looking for C++ IDE for Windows (1,2) |
|
[33 replies] Last: Hey Just download it from here: https://visualstudio.microsoft.com/do... (by CandyK)
|
by tr29038
Compiling using wxWidgets and mingw
|
|
[1 reply] : MinGW is not Visual Studio. Your make is including files only needed ... (by deleted account xyzzy)
|
by ronenp88
problem with LPWSTR
|
|
[6 replies] Last: It wasn't working because you weren't converting from a narrow string ... (by kbw)
|
by dodge55
WM_PAINT - round 2
|
|
[7 replies] Last: Thanks, Furry Guy, you are right. Missed that. (by dodge55)
|
by danekbb
Control from c ++ PDF
|
|
[2 replies] Last: I'm testing on PDF versions 8.3 and 10.1.16 (by danekbb)
|
by CGooden
Path to learn Windows API (1,2)
|
|
[31 replies] Last: LRESULT fnWndProc_OnMouseWheel(WndEventArgs& Wea) { int zdelta=GET_... (by freddie1)
|
by Rob190
Visual Studio: preventing unecessary recompiles of static libs (1,2)
|
|
[24 replies] Last: You're welcome. I'm not keen on putting everything in one solution. ... (by malibor)
|
by Dvd
QueryFullProcessImageName works while debugging and not in runtime
|
|
[2 replies] Last: Thanks a lot for the north (by Dvd)
|