python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can't open dsw file in Visual Studio C++ 6.0
When I try to "Open Workplace" of my project, visual studio does nothing, solution explorer is empty.
Also when I try to open my project, I occasionally see this error:
Dmitry Bogomaz
Votes: 0
Answers: 1
Why is SetWindowText not working any more?
I have code that was 1st developed with Visual C++ Version 1.52 (working and self taught). A couple of years ago I adapted it with Visual Studio and got it working. I am now trying it again with Visua...
Thomas Rupert
Votes: 0
Answers: 1
How to differ Chinese with GetLocaleInfo?
I want to get an ISO 639-1 language string from an LCID. The problem is that 2052 (Simplified Chinese) and 1028 (Traditional Chinese) both return zh (Chinese) instead of zh-CN and zh-TW.
The code I us...
liftarn
Votes: 0
Answers: 1
How to close ComboBox list items when moving application window of my WinRT/C++ UWP application?
I have a pair of ComboBox controls having IsEditable() true as well as false.
When I am scrolling through my application or moving my application window (by clicking on the title bar) with list popup ...
LeJackArcher
Votes: 0
Answers: 1