net tag

169 questions


1 answers
43 views
0
I want to set a value in the text box in the ACCESS form.

We would like to set the value in the text box in the ACCESS form using uiautomation of c# and .Net.If it was an out-of-form text box in ACCESS, I could have setValuePattern from CONTL.type.Edit, but ...

2 years ago

1 answers
97 views
0
I want to gray out without changing ForeColor when RadioButton is Enabled=False

What do you want to doVB.NET (VisualStudio 2005) is renovating the existing system.When I set RadioButton to False, I want to gray out without changing the character color (ForeColor).(Image below) ·E...

2 years ago

2 answers
98 views
0
I want to load resx file in ASP.NET

Under App_LocalResources, you have your own resource files that are not mapped to the page.master.resxI'd like to load this with C# and get the string inside. Is there a way?The reason why I want to p...

2 years ago

1 answers
105 views
0
Is there a way to fix the GridView column width?

Regarding the title, even if I set the width of td, if I adjust the screen size, the width of the column will change a little.Is there a way to fix it?

2 years ago

2 answers
104 views
0
How to Obtain a Source IP Address When Load Balancer Is Present in .NET

PrerequisitesI am currently creating a TCP server application with the following configuration:PC (client)Load balancer-----------Server1 -- --------------------------- Server 2 -- -------------...

2 years ago

3 answers
51 views
0
What are the benefits of including a tenant ID in a URL in a multi-tenant site?

Creating multi-tenant sites.For example, the following sites include the tenant ID in the URL so that each tenant has a different URL, but I don't understand why.What are the advantages and disadvanta...

2 years ago

2 answers
130 views
0
When you want to run more than one of the same methods with task processing

Thank you for your help.If you want to run multiple tasks for a class of methods, use the new instance of the class and Should I run multiple tasks?Or should I use the new class and method for each ta...

2 years ago

1 answers
48 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
97 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
144 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...

« - 9 - »

© 2024 OneMinuteCode. All rights reserved.