.net tag

160 questions


1 answers
98 views
0
Is the ijcad not implementing the transientmanager?

I wonder if the transientmanager that exists in Autodesk.AutoCAD.GraphicsInterface is not implemented in IJCAD.

2 years ago

3 answers
87 views
0
How to work with other applications in VisualBasic.NET

Nice to meet you!I'm studying VisualBasic and I'm struggling.As stated in the title, VB.NET is trying to manipulate other applications (such as command prompts) that started from VB applications thems...

2 years ago

1 answers
63 views
0
ASP.NET Cannot Use Perfectscrollbar

The problem is as per the title, but when I tried to use the jQuery plug-in called perfectscrollbar in the ASP.NET web form, 0x800a01b6 - JavaScript Runtime Error: Object does not support 'perfectScro...

2 years ago

1 answers
39 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
90 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
89 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
99 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
98 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
48 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
120 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
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.