.net tag

160 questions


1 answers
43 views
0
Exception when using TaskDialogCommandLink in Windows APICodePack TaskDialog in 64-bit environment

.NET 4.5 (C#6.0) is developing Windows form applications application.When using TaskDialog using the libraries below, an exception occurs.Microsoft.WindowsAPICodePack.dllMicrosoft.WindowsAPICodePack.S...

2 years ago

2 answers
95 views
0
How to use AutoCAD slide files (*.sld) in .Net

I have decided to port the program that I used for AutoLISP in my business to .Net.# AutoCAD or compatible IJCAD is currently under consideration.Previous systems used slide files (*.sld) in dialogs (...

2 years ago

1 answers
138 views
0
ASP.NET Web API Cannot Connect to Azure Redis Cache

I'd like to access Azure Redis Cache from ASP.NET Web API.I implemented the controller by referring to this official document and blog, but I can't connect.How to use Azure Redis CacheUsing Azure Redi...


1 answers
44 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
144 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
67 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
68 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
39 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
42 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
127 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
« - 9 - »

© 2024 OneMinuteCode. All rights reserved.