c# tag

485 questions


1 answers
88 views
0
Unable to load solution from Visual Studio.

I was writing code in Visual Studio for Unity project.in Visual StudioUnable to load solutionadLoad operation failed

2 years ago

3 answers
110 views
0
About the error "Could not initialize the configuration system"

The software that was created and introduced about a year ago suddenly recently said, The configuration system could not be initialized.Failed to boot with error While I was investigating, I found an ...

2 years ago

1 answers
79 views
0
C# Combo Box Display Character Location

Is it possible to display the characters in the right-aligned view of the combo box selection?TEXTbox has TEXTalign properties, so you can set it up, but combobox doesn't have it, so I'm having troubl...

c#
2 years ago

1 answers
58 views
0
I want to know how to set the data setter/getter in Jint.

C# is developing using Jint.I was trying to do something else when the variables (data) in Jint's engine were rewritten during development, but I didn't know how to set Setter/Getter, so I inquired ev...

c#
2 years ago

1 answers
136 views
0
see Visual Studio's setting reference on the same project?

As shown in the solution configuration diagram, I would like to refer to the same name project (ViewModels) that exists in different paths in the solution from the Views project.However, if you check ...

2 years ago

1 answers
108 views
0
I would like to instance C#xml and inherit it after inserting or rearranging it in a different form.

<AppSettings> <FileFolder>D:\C#Creations</FileFolder> <Sky>User0002</Sky> <Users> <UserId=User0004> <date>10/16/2019</date> <Key/> <Addre...

2 years ago

1 answers
78 views
0
I want to list the places where certain members are used in other classes.

I would like to list the places where certain functions, such as Find Usage. which is common in IDE, were used and output them to the console.If you already have a library or tool, I'd like to know, b...

c#
2 years ago

1 answers
139 views
0
Unity "Can't add script" Error Resolution

Unity Visual Studio Programming Questions I am making a 2D shooting game by referring to the website below, but when I try to put the source code below into the player in Asset and Prehab, there is an...

2 years ago

1 answers
72 views
0
Is there a way to set the Name property from the designer in C#VisualStudio 2019?

Thank you for your help.When creating Windows applications in VisualStudio 2019, the controls you place on the form**Is there any way to set the **Name property from above the designer?If you set it o...

2 years ago

2 answers
107 views
0
I want to fix the GridView column and scroll through the scroll bar.

I'm looking for a way to separate the columns to be displayed and the columns to be crawled when scrolling horizontally in GridView on asp.net.I'm looking for another way to use the style sheet with t...

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.