c# tag

485 questions


2 answers
142 views
0
How Unity displays the UI (panel, button) after a certain period of time

Please tell me how to display the UI after a certain period of time.The UI's game object name is EndScene, with three panels and buttons inside (click to move scenes).I want to hide the beginning, and...

2 years ago

1 answers
71 views
0
I want to make duplicate decisions for specific columns

(Example) There is a table A, and I want to use Distinct with the company code and department code Column 1, Column 2 (1)001,A(2)002, A(3)001,C(4)003,B(5)004,D(6)001, A(7)002, A//Create DataTable ATIm...

c#
2 years ago

4 answers
79 views
0
To speed up the process of extracting the required keys from multiple files and writing them to a CSV file

We extract the necessary keys from multiple files and export the list to a single csv file.Original data has approximately 180,000 lines per file (about 40kB), a total of approximately 8GBAs a result ...

c#
2 years ago

1 answers
109 views
0
How to set up a self-made DLL on another PC with C#

Thank you for your help.Based on the information from a site previously, to the point where VBA uses DLLs made by C#.I got there.So, based on the information at the bottom of the site, can be used on ...

2 years ago

1 answers
152 views
0
Running Excel VBA from C# and processing time when running VBA directly from Excel

I'm thinking of running Excel VBA on C#.Currently, it takes an hour to run a VBA with a button click from Excel, but the C# side uses Microsoft.Office.Interop.Excel to xlApp.Run(Sheet1.Btn_Calc_Click;...

2 years ago

1 answers
154 views
0
I want to know why the screen flickers when I change the ControlTemplate of the Button control.

■PrefaceIn order to customize the appearance of Button in WPF, we have rewritten the ControlTemplate as follows:(Comment <--Rewrite Control Template Button --> and below) In addition, for ease o...

2 years ago

1 answers
167 views
0
Browse .NET Framework Assembly from .NET Core Applications

Is it possible to browse and run the .NET Framework assembly from the .NET Core application?I was able to add and compile reference settings by specifying DLLs directly, but I couldn't execute them.Ex...

2 years ago

2 answers
121 views
0
The ASP.NET Core MVC always fails with the Scaffolding command.

I am a beginner at ASP.NET Core MVC.As the title says, I can't do the scuffolding.Run the following command: dotnet ef dbcontext scaffoldServer=.; Database=testdb; Trusted_Connection=True;Microsoft.En...

2 years ago

2 answers
50 views
0
About Sort by List Elements (OrderBy) and Assign Any Number

We are creating a fruit distribution program.I don't know how to handle the list and sort the list by the elements in the list.Once that is done, I would like to assign any number to each item in the ...

c#
2 years ago

3 answers
145 views
0
How to Find Any Character in Text

Now I know how to count the number of characters in the entire input text, using the TextChanged event, using charCount=input.Text.Length.Then, what should I do to find out how many characters are in ...

2 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.