.net tag

160 questions


1 answers
82 views
0
In VB.NET, write a brief description of the process of receiving command line arguments (like Getopt in Perl)

I would like to implement the process of receiving command line arguments in VB.NET.Environment.GetCommandLineArgs to examine the arguments one by one.Environment.GetCommandLineArgs Method (System)Is ...

2 years ago

1 answers
57 views
0
Unable to Change Tag Contents on vb.net

I'd like to change the contents of the tag on vb.net, but I can't.When you first load the form, set 1 to the picturebox1 tag.When the form first appears, picturebox1 displays 1.png.Then click pictureb...

2 years ago

1 answers
49 views
0
I want the Validation string to be in Japanese.

If ASP.NET Core v1.1 is numeric, there is a validation string that is automatically added. Is there a way to change it to Japanese?[Example]■ View model (excerpt) public class SampleViewModel{ Display...

2 years ago

1 answers
50 views
0
WebBrowser in .NET fails to display pages that require SSL client authentication

I have created a form in VB.NET that shows pages that require SSL client authentication using the .NET WebBrowser control. The .NET Framework is 4.5.The program on the form is Me.webBrowserCtrl.Url=Ne...

2 years ago

1 answers
49 views
0
C# Interlocked Question.

Hello, everyone~While looking at the c# code, there's a part that uses Interlocked If you search, it is a command that supports 1:1 with the machine languageCompareExchange: Compare two targets and se...

2 years ago

2 answers
41 views
0
Here's a question for the c# operator.

Hi, everyone.I am currently a VS2013 user.During open source analysis public int NumColumns => Bounds?NumColumns ?? 0;I found a part that declares in form, but I'm confused because it seems to be s...

2 years ago

1 answers
107 views
0
c# I have a question for your web browser!

Hi, everyone. Assuming you create a web browser using c#Using the webbrowser class provided in c#,It's just that you add an already installed Internet Explorer to your Windows form Isn't it hard to sa...


2 answers
40 views
0
C# List Sort. I have a question

There is a class called abc. This is the class that gets the coordinate information of the click point. List pts = new List();So, if you put it in the list, the information is as follows. The coordina...

2 years ago

1 answers
38 views
0
I have a question about c# List Sort.

The information is in the list. [0] [0] [1] [2] [3] ......In this list, [0] [0] - X,Y [1] [1] - X,Y....There are XY coordinates I'd like to do Sort with the X value. I would appreciate it if you let m...

2 years ago

1 answers
56 views
0
C#, execute Python code on VB

Hi, how are you?I want to make a GUI version of the code made with PythonI thought it would take too long to make it into PYQT. I'm going to make it into C# or VB.The problem is that the core function...

2 years ago
« - 16 -

© 2024 OneMinuteCode. All rights reserved.