by Cyclone
A Simple way to play a sound on a form?
|
Hi, just trying to play a sound when the user presses a button. This won't compile. Gives a very ... |
Sep 29, 2022 at 8:57am
[6 replies] Last: ... which are now also the same as PTSTR and PCTSTR since Windows move... (by seeplus)
|
by Geckoo
Random numbers (1,2,3)
|
Hello. I have no questions today, but I need some explanation about this method so as to generate a ... |
Sep 26, 2022 at 8:27pm
[52 replies] Last: Good coffee is just wasted on this Pleb and villein. (by deleted account xyzzy)
|
by LukeProducts
How to show an image by a new window by providing char sequence?
|
Hello guys, in order for me to understand videostreams correctly, i need to know if threre is a wa... |
Sep 11, 2022 at 11:46pm
[3 replies] Last: Just showing pixel data on screen in Windows is dead simple. Basically... (by mbozzi)
|
by LukeProducts
How to send real time screenshare over tcp windows socket?
|
Hello all, i just wondered how i could screenshare over a tcp socket connection. I want the clie... |
Sep 8, 2022 at 2:34pm
[4 replies] Last: It sounds like you want to re-invent VNC 😏 https://en.wikipedia.... (by kigar64551)
|
by JUANDENT
can we change console output to CP_UTF8 but using only C++ standard?
|
can we change console output to CP_UTF8 but using only C++ standard instead of windows functions? Ho... |
Sep 7, 2022 at 10:09pm
[1 reply] : Already answered in your other thread: https://cplusplus.com/forum/win... (by kigar64551)
|
by JUANDENT
What is the encoding of CString? (1,2)
|
CString is a wchar_t based string type; what encoding does it use? how can one translate from CStrin... |
Sep 7, 2022 at 9:53pm
[30 replies] Last: I think this is very platform-specific to Windows and probably can't... (by kigar64551)
|
by Cambalinho
can i create a texture line?
|
we can create a HPEN or HBRUSH. but can i create a HPEN from an image? |
Sep 4, 2022 at 4:10pm
[4 replies] Last: If I read correctly or ExtCreatePen() function, with LOGBRUSH::lbHatch... (by Cambalinho)
|
by TarikNeaj
How to set brightness for one specific monitor
|
Good day everyone, I'll try my best to describe my issue. I'm writing a software with Visual C++ .N... |
Sep 4, 2022 at 3:50pm
[no replies]
|