c# tag

485 questions


1 answers
44 views
0
Error with newer version than assembly referenced in SDK for VisualStudio 2019

We would like to develop using the SDK of VisualStudio 2019. Sample code https://github.com/Microsoft/VSSDK-Extensibility-SamplesI've tried using the ErrorList in , but I'm having trouble with the fol...

2 years ago

1 answers
100 views
0
Only Id becomes Null when loading nodes in C#XML

I want to foreach inside the Users node of XML to read Id, Key, and Address, but only Id is Null, so I can'tPlease let me know how to read Id.Except I can't read Id, it works, but I'm working on my ow...

2 years ago

1 answers
70 views
0
UWP Fails to POST Files

I want to post-send the file from the UWP application to the PHP application on the server side, but the file fails to be sent. The failure is that the $_FILES decision on the PHP side is always false...


1 answers
35 views
0
US>" No processes are associated with this object." About error avoidance and resolution

Currently, we are having trouble processing the window to prevent multiple boots.By obtaining PIDs by process name and forcibly deleting windows with the same process name and different PIDs, I though...

c#
2 years ago

1 answers
109 views
0
If you do ShowDialog() in the PreviewMouseDown event of TextBox, the cursor does not fit when you click TextBox.

In WPF, if you do ShowDialog() in the PreviewMouseDown event of TextBox, the cursor will not fit when you click TextBox.We also confirmed that the PreviewMouseUp event does not occur after ShowDialog(...

2 years ago

2 answers
87 views
0
If you save a Decimal value to SQLServer, it will only save up to two decimal places.

EntityFramework Version=6.0.0.0.Net Framework targetFramework=4.6.1SQL Server Express 13.0.4001.0In the table on SQL Server, there is a column created with Decimal (12,3) and Decimal (18,3) that is be...


1 answers
89 views
0
How to Specify a Mechanical Instance in an Environment with Both Mechanical and Electrical

I'm going to use Interop.GcadVbaLib for reference. In an environment where only IJCAD Mechanical is installed, everything works fine, but in an environment where Mechanical and Electrical are included...

2 years ago

1 answers
129 views
0
CSS does not reflect when using WebBrowser in Windows form

The UI design on Windows form is simple, so I thought I would use webBrowser to display the button.As a trial, we placed the following simple buttons as btn1.html in the same folder path as WindowsFor...

2 years ago

1 answers
42 views
0
How to hand over variables c#

Additional informationvoid wake(){ monstar=Getcomponent<monstarstatus>();//External monstar2 = Getcomponent<monstar2status>();// From outside int monstarability=monstar.attack; int monstar...

c#
2 years ago

2 answers
67 views
0
I want to search the array by regular expression.

I apologize if there is not enough to describe. What do you want to doI'd like to search in the array using the regular expression to get the most elemental string in the match string. Current stateIf...

2 years ago
« - 32 - »

© 2024 OneMinuteCode. All rights reserved.