c# tag

485 questions


1 answers
271 views
0
I want to know how to use Asynchronous Processing SemaphoreSlim.Wait().I want to know why Task.Run is not running.

As for the code in the comment section of the convert function of the presentation code, the asynchronous processing using semaphore does not proceed.Why is this?I think it's probably how to use semap...

1 years ago

1 answers
442 views
0
I would like some advice on the operations (moving) that Unity2d would like to implement.

I am creating omnidirectional shooting with Unity2d.I would like to implement WASD movement with the cursor position of the mouse as the front.  WASD movement on the XY axis, between the actual machin...

2 years ago

1 answers
287 views
0
How do I set the SelectedIndex of ComboBox on the C# side?

When you create ComboBox on the C# side, you do not know how to set the SelectedIndex property.What method should I use?Please use the xaml below as an example.<ComboBoxName=newCombo SelectedIndex...

2 years ago

1 answers
386 views
0
How to check the Microsoft Edge window that is already started

There are two things I would like to do.Start Edge from C# application --app allows only one site to startAllow concurrent access to other sitesBased on the assumption above, I would like to know how ...

2 years ago

2 answers
423 views
0
I don't know how to increase the volume gradually after pressing the key.

I would like to press KeyCode.W and gradually raise the AudioSource.volume to 3f.The current code will freeze.What should I do?using System.Collections;using System.Collections.General;using UnityEngi...

2 years ago

1 answers
370 views
0
Understanding Conditional Branches in While Statements

Sorry for the rudimentary question.We are currently doing count processing by turning while statements and sorting them into folders.You are trying to print characters on the console screen when the c...

2 years ago

1 answers
251 views
0
Information About Using the OnMouseDown Method

I'd like to create a script that displays prediction lines when I drag the mouse, but I'm currently using Ball as the object I want to display prediction lines and GameObject as the object I attached ...

2 years ago

1 answers
434 views
0
Error on MacOS The entity type 'X' requires a primary key to be defined

I have created a sample app (MvcMovie) according to the official tutorial and The following command displays a heading error: dotnet-aspnet-codegenerator controller-name MoviesController-m Movie-dc Mv...


1 answers
482 views
0
Understanding Dynamic Block Copy for IJCAD 2021 PRO

I have created a customized command for IJCAD 2021 PRO in C#.The application currently under development is considering copying a dynamic block drawing to another drawing.However, if you actually copy...

2 years ago

1 answers
382 views
0
How to obtain the starting and ending points of the curve when creating an arc in IJCAD

After creating an arc, even if you use the StartPoint of ARC (Curve), you may get an end point instead of a start point.Is there a way to get the starting point when I draw a line?*The same is true wh...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.