python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is it possible to embed a manifest file inside the executable of a VB.NET (VS2010) project?
I'm currently working on a small VB.NET app on VS2010, and it seems that setting the "dpiAware" field on True in the project's manifest file is the only way of having the program not come up...

RespawnAl
Votes: 0
Answers: 0
Cannot debug Rust in Visual Studio Code?
I am trying to debug a Rust program in VS Code, but I get an error:
After clicking OK, VS Code opens "settings.json":
I have these extensions installed:
My program is a simple "hello...
WasTabon
Votes: 0
Answers: 3
What's the JavaScript equivalent of vbcrlf (from visualBasic10)?
When I used VisualBasic10, if I needed a Msgbox to display different values on multiple lines, I would terminate each line with vbcrlf (carriage return line feed); so that each string and return value...
SiO
Votes: 0
Answers: 1
How to run Debug.exe from C# application
From a C# application I'm starting a process to run Debug.exe (...\system32\Debug.exe) using an existing file as Debug's parameter.
This is a list of StartInfo parameters I've tried:
FileName = "...

aw48
Votes: 0
Answers: 1