visual-studio tag

144 questions


1 answers
42 views
0
VisualStudio 2017 C# Isolates Normal Code from Designer

Thank you for your help.In Win10, while writing the code for C# in VScommunity, you can code the form from another project.When you copy it, for some reason, the normal code and the Designer code are ...

2 years ago

1 answers
80 views
0
Unable to build project from PowerShell

From PowerShell the specified project in the solutionI would like to build via VisualStudio.DTE.It doesn't work I probably need to go down the hierarchy of solution folders in the solution I don't kno...


2 answers
43 views
0
Unable to connect to the remote server

Developing APIs for Visual Studio 2013, C#.The purpose of the API is to send a message to your phone, which was initially a TimeOut error, but req.Timeout=System.Threading.Timeout.Infinite;When I adde...

2 years ago

1 answers
116 views
0
Understanding the Behavior of Windows Forms (C#) Development to Prevent Buttons from Being Pressed When Items Are Null

I am currently programming in Visual Studio Windows Forms (C#).The program you want to create is ·Select one of the choices in the combo box→ Enter a number in the text box → Press the button That's i...

2 years ago

1 answers
82 views
0
int main(){([](){}()));} Why does it run normally?

I'm asking you a question because I saw such a strange code.I don't know why ([](){})()); is compiled normally in the source code belowI'm not a function pointer, I'm not an operator.But if you run it...


1 answers
64 views
0
I'm using MacBook xCode. Can't I create MS visual studio project folder in xCode?

Hi, everyone. Mac, C++ are both beginners.I have to submit my school assignment by next week. Regardless of whether you're using a Mac, Ask them to submit 'Visual Studio Project Folder' and 'cpp' file...

2 years ago

1 answers
125 views
0
I'm a beginner at Unity. I have a question about moving an object to its location.

I want to keep the Circle object going up in the y-axis direction.It worked well in the x-axis direction, but when I changed the character to the y-axis, the circle did not move. What's wrong?

2 years ago

2 answers
52 views
0
Visual Studio 2015, how to copy the properties of an existing project, linker paths, etc

There's a sample project that's quite complicated to locate multiple header files, set up libraries, set up preprocessors, and so on.If we can copy the existing project and modify the contents of the ...

2 years ago

2 answers
46 views
0
[Basic] I have a question about the C language structure pointer.

#include <stdio.h>#include <malloc.h>typedef struct Point2D { int inint; char inchar[10];};void structinput(struct Point2D *p, int su) { int count = 1; for (int i = 0; i < su; i++) { p...

2 years ago

1 answers
66 views
0
c language arrangement

#include <stdio.h>int main(void) { char ar[] = {a,b,c,d,e,f,/0}; printf(%s\n, ar); return 0;}I wrote it like this In Visual Studio, You cannot initialize an entity in the char * format using a v...

2 years ago
« - 12 - »

© 2024 OneMinuteCode. All rights reserved.