c# tag

485 questions


3 answers
113 views
0
UI freezes when multiple asynchronous operations (async/await)

Hello, I am currently creating a program using asynchronous processing on C#.As a background, I wanted to create something that continuously writes certain values into the memory space of an external ...

2 years ago

1 answers
48 views
0
You want the object to be oriented toward the specified object

I want to put Sphere again and make it look like a bridge connecting Sphere like the top of the image with the thinned Cylinder in the center, so if you look at one Sphere in LookRotation, the Cylinde...

2 years ago

3 answers
161 views
0
C# I want to access Windows Form app parts DataGridView from an external process

Title, no changes to existing Windows Form apps, from external processesWe are investigating how to access (enter and load if possible) any cells in DataGridView of the Windows Form app.The environmen...

2 years ago

2 answers
49 views
0
IndexOutOfRangeException array index is out of range

I am using Unity.I'm a beginner. When I run it, I get a console error.IndexOutOfRangeException array index is out of rangeand The referenced script on this Behavior is missing said he.I looked into th...

2 years ago

1 answers
45 views
0
Configuring Fogs from Scripts in Unity 5.2

If you set the fog in RenderSettings.fog=true from the script, There is a fog on the PC, but I installed it on the actual Android machine and No Fogs Appear When Running…From Script in Unity 4.4 Simil...

2 years ago

1 answers
46 views
0
Understanding MobileSingleStickControl Speed Control (unity ver 5.1.3 f1)

I made a game on Android and I'm making final adjustments.If I use the joystick above and move it too fast, I'd like to slow down the speed a little bit, what should I do?By the way, it is described l...

c#
2 years ago

2 answers
49 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
36 views
0
Print by specifying the number of prints and the print size without displaying the printer selection dialog

I have already created a program to display and print the printer selection dialog, but it takes time for manual operation, so I would like to know how to specify the printer, print size, and number o...

c#
2 years ago

1 answers
49 views
0
ViewportRect

As stated in the title, I would like to change the value of Camera's ViewportRect within C#Script.What should I do?Professor, please.

2 years ago

1 answers
130 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
« - 41 - »

© 2024 OneMinuteCode. All rights reserved.