c# tag

485 questions


2 answers
101 views
0
I want to realize a turn-based attack in the battle scene of the RPG game.

Nice to meet you.I started studying Unity last month, and now that I'm done, I'm trying to create an RPG battle scene.Below are the questions.·Three friendly characters (A, B, C) and one enemy charact...

2 years ago

2 answers
112 views
0
SendMessage WM_GETTEXT and WM_GETTEXTLENGTH have significantly different characters

while(true) {//<=Actually some condition /* Some action, but hwnd text is not fiddled with on the code side */ // hwnd<- Handle of interest varsb = new StruingBuilder(); var length = SendMessage...

2 years ago

1 answers
42 views
0
How to Read and Write Configuration Files in the .NET Core Console Application

How do I read and write configuration files in the .NET Core console application?The .NET Framework had the necessary feature in the namespace System.configuration, but it does not appear to exist in ...

2 years ago

2 answers
76 views
0
I'd like to display an image of Python's matplotlib graph in the GUI created by VisualStudio(C#).

What I want to do is follow the title, and I would like to know how to display images of matplotlib graphs on the screen created by VisualStudio's .NETFramework.The flow is Click the button on the GUI...


1 answers
81 views
0
The top header of "DataGridView – Stacked Header" is not fixed in the column and scrolls.

DataGridView – Stacked Header is used.It was introduced on this site (codeproject.com).It worked well without fixing the column, but it doesn't work properly when fixing the column.The top tier of the...

2 years ago

1 answers
105 views
0
I want to get the slider value when it changes.

I would like to write a code for receiving volume from the screen as an event handler on C#.I would like to get the volume from the slide bar as shown in the image below.This is a system that uses a s...

2 years ago

1 answers
100 views
0
UWP App to MySQL Connection Does Not Resolve Errors

I am creating a C#UWP app in VS2019.MySql.Data also has v8.0.22 installed on NuGet.A simple example of connecting to a MySQL server running on the same network is created according to the tutorial, bu...

2 years ago

2 answers
46 views
0
Android device-specific resolution

I played it on Android with Unity Remote 4, but the screen was long.

2 years ago

1 answers
54 views
0
Row data cannot be retrieved correctly in ASP.NET HtmlTable.

There are actually two lines in the table, but I can only read one line from the HtmlTable control.First, the aspx file has a table.<table runat=server id=datatable border=1> <tbody> <...

2 years ago

1 answers
104 views
0
How do I avoid the server busy dialog when I print Excel from C#?

If you run Worksheet.PrintOut from C# with XPS on the printer, a file save dialog appears.If you leave it in that state for a while, a dialog will appear while the server is in use.Is the only way to ...

2 years ago
« - 26 - »

© 2024 OneMinuteCode. All rights reserved.