net tag

169 questions


1 answers
57 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
54 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
45 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
114 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...


1 answers
50 views
0
Problems with using Telnet in Mac OS

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...

2 years ago

2 answers
49 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
43 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
96 views
0
How to check if a device is connected to the Internet

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...


1 answers
60 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
« - 17 -

© 2024 OneMinuteCode. All rights reserved.