169 questions
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...
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...
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...
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...
I'm trying to run the server to LinuxIf I connect remotely, it looks like a picture, but I can't connectSSH is allowed remotely, but it is still not possible to access it through telnetIf there is any...
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...
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...
I want to make sure the device is connected to the Internet.There is a method called isAvailable() in the NetworkInfo class, and I think you can use this.NetworkInfo ni = new NetworkInfo();if (!ni.isA...
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...
« | - 17 - |
© 2024 OneMinuteCode. All rights reserved.