net tag

169 questions


1 answers
157 views
0
Benefits and Disadvantages of Razor Page and MVC

for ASP.NET Core·Razor Pages application·MVC applicationThere are two types, but how should I use them separately?What are the advantages and disadvantages of each application?


1 answers
166 views
0
I want to know why the screen flickers when I change the ControlTemplate of the Button control.

■PrefaceIn order to customize the appearance of Button in WPF, we have rewritten the ControlTemplate as follows:(Comment <--Rewrite Control Template Button --> and below) In addition, for ease o...

2 years ago

1 answers
177 views
0
Browse .NET Framework Assembly from .NET Core Applications

Is it possible to browse and run the .NET Framework assembly from the .NET Core application?I was able to add and compile reference settings by specifying DLLs directly, but I couldn't execute them.Ex...

2 years ago

1 answers
154 views
0
Form with DataGridView being edited cannot be closed

The following sources in Microsoft Visual Basic 2015 are not working, is there anything wrong (missing)?Private SubDataGridView_Leave (sender As Object, eAs EventArgs) Handles DataGridView.Leave Dimdg...

2 years ago

1 answers
93 views
0
DataTable.Merge in .Net gets an error if there are no columns of interest

Developed in .Net 4.0 (vb.net).I'm thinking of using the DataTable.Merge method to combine the two DataTable.dataTableA.Merge(dataTableB, false, MissingSchemaAction.Error)If so, Cannot find definition...

2 years ago

1 answers
104 views
0
Changing ForeColor on textboxes at equal intervals

I'm a beginner in programming.I would like to use visual studio 2012 to create a brain training game where I can see arrows in textboxes 5-9 and press the buttons in the order they appear.In order to ...

2 years ago

1 answers
92 views
0
I want to use AutoCAD slide files in C#

I am developing using C# (.Net API) in IJCAD 2015.I would like to have the slide file displayed in AutoCAD DCL displayed on the dialog with C#, but if you know how to do it with IJCAD, please let me k...

2 years ago

1 answers
113 views
0
Exception when calling QueueForGraphicsFlush in IJCAD

I'm using the .Net API on IJCAD 2015.An exception (eNotImplementedYet) occurs when you create a graphic and call TransactionManager.QueueForGraphicsFlush.If the same code was executed in AutoCAD 2014,...

2 years ago

1 answers
86 views
0
Understanding How to Obtain IJCAD GcadApplication

IJCAD is using a .NET application.This is a preliminary question, but please tell me how to get the IJCADGrxCAD.ApplicationServices.Application.GcadApplication that you are starting.I didn't really un...

2 years ago

1 answers
138 views
0
I want to transition from aspx(ASP.NET 4.0) page to html page.

Below is a web page created by ASP.NET (VB.NET), but when the image button is pressed, I would like to open html on a completely different site depending on the value of the session variable.(If the s...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.