net tag

169 questions


1 answers
59 views
0
About CookieContainer Specifications

How do I escape separators (semi-colon and commas) when I add cookies to CookieContainer?I found an alternative way to encode percentage and replace space, but I wanted to know how to set the separato...

2 years ago

2 answers
166 views
0
Descriptions for logging that exist in a class.

We are developing it in .NET Framework 4.0.Logging descriptions are scattered throughout the class.Also, the log output description in the class makes the class unusable for general purposes.As the re...


1 answers
70 views
0
IJCAD .Net Does Not Perform Matrix Calculation

I'm developing .Net at IJCAD 2018.The matrix calculation method seems to be not working, so I would like to ask you a question.Here's the reproduction code. CommandMethod(test, CommandFlags.Session)pu...

2 years ago

2 answers
78 views
0
Using NativeMethods/SafeNativeMethods/UnsafeNativeMethods

Visual Studio's code analysis tool is warning against old P/Invoke code created by Euler.CA1060 'MyClass.WriteFile(...)' is a P/Invoke method and must be defined in the class named NativeMethods, Safe...

2 years ago

2 answers
44 views
0
Is it possible to write the accompanying information next to the list with owner draw etc. on the auto-complete list of C#TextBox?

TextBox or ComboBox textBox1.AutoCompleteMode=AutoCompleteMode.SuggestAppend;textBox1.AutoCompleteSource=AutoCompleteSource.CustomSource;Assume that textBox1.AutoCompleteCustomSource contains the name...

2 years ago

4 answers
46 views
0
C#Math.Round with incorrect rounding of decimal places

Math.Round (316.226184874055d, 11);Then 316.22618487405 is returned.Since I specified 11 digits, I was expecting the end to be 406 by moving forward the 12 digits 5, but it was like truncating.Does it...

2 years ago

2 answers
141 views
0
Where can I use the public variable?

The development environment is vb.net.Where can I use the public variable?

2 years ago

2 answers
119 views
0
SendMessage WM_GETTEXT and WM_GETTEXTLENGTH have significantly different characters

while(true) {//<=Actually some condition /* Some action, but hwnd text is not fiddled with on the code side */ // hwnd<- Handle of interest varsb = new StruingBuilder(); var length = SendMessage...

2 years ago

1 answers
47 views
0
How to Read and Write Configuration Files in the .NET Core Console Application

How do I read and write configuration files in the .NET Core console application?The .NET Framework had the necessary feature in the namespace System.configuration, but it does not appear to exist in ...

2 years ago

2 answers
83 views
0
I'd like to display an image of Python's matplotlib graph in the GUI created by VisualStudio(C#).

What I want to do is follow the title, and I would like to know how to display images of matplotlib graphs on the screen created by VisualStudio's .NETFramework.The flow is Click the button on the GUI...

« - 10 - »

© 2024 OneMinuteCode. All rights reserved.