visual-studio tag

144 questions


1 answers
45 views
0
Changing the Value of the Visual Studio 2017 User Macro

I am using Visual studio 2017.I added a user macro in the project file and set the value.The user macro was added to the project file by adding the following two lines to the project file:US>The macro...

2 years ago

1 answers
50 views
0
Differences Between Included and Additional Included Directories

What is the difference between the inclusion directory items and the additional inclusion directory items in VisualStudio properties?Which one should I use?

2 years ago

1 answers
42 views
0
Difference between $(Configuration) and $(ConfigurationName)

There are $(Configuration) and $(ConfigurationName) in the Visual Studio macro, but what's the difference? It looks like it contains the same thing.How can I use it differently?

2 years ago

1 answers
52 views
0
I want C# source code folder out of solution

I would like to place the C# source code (.cs) outside the VisualStudio solution folder.This is because I want to manage some project codes in the solution separately from the main unit.C#How do I get...

2 years ago

4 answers
69 views
0
Understanding Language Advantages

Currently, I am worried about choosing a language for developing a new system.A desktop application will be developed for Windows.The development environment is VisualStudio and the language choice is...

2 years ago

1 answers
81 views
0
Specifying the Link Path for Visual Studio 2017 DLLs

I am using Visual Studio 2017.Visual Studio 2017 Solution Explorer displays:Where is the full path to the DLL import library shown in libraries and Should I specify it? Each library may have different...

2 years ago

1 answers
111 views
0
Resizing the Control Up, Down, Left, and Right on the SplitContainer

Regarding the development of Visual studio 2017 windows form, I would like to ask about SplitContainer.Using SplitContainer control, we would like to place players on four panels in the upper and lowe...

2 years ago

1 answers
46 views
0
python: When I try to change the color using termcolor?[32mtest?][0m]

I am a beginner studying Python using VS code.When I try to change the color with termcolor, it says ?[32mtest?[0m.I would appreciate it if someone could tell me.from termcolor import coloredprint('te...

2 years ago

1 answers
43 views
0
.NetFramework Printer Disconnect Detection

Currently, there is an app that outputs from the app to the printer.Regarding disconnect detection, I'm getting the printer status from the GetPrintQueue method in the LocalPrintServer class.of the re...

2 years ago

1 answers
42 views
0
I want to build Apache on Windows

I want to build Apache on WindowsUsing VisualStudio 2013 as a reference to the following site, you can select from the source code.I would like to build Apache on Windows.https://www.codeproject.com/A...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.