.net tag

160 questions


1 answers
98 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
87 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
105 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
82 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
133 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

1 answers
101 views
0
Handle leak in C#'s Task class??

Hello.I am currently studying C#, but I am writing a thread program using the Task class.I make a lot of threads in the Task class and look at the number of handles in Task Manager, but it keeps incre...

2 years ago

2 answers
107 views
0
Is there a job management service that can be run periodically in seconds on asp.net core?

Currently, I use Hangfire to run background processing regularly.RecurringJob's periodic execution is at least one minute apart.RecurringJob.AddOrUpdate( ( ) = > Console.WriteLine(Recurring!), Cron...

2 years ago

1 answers
114 views
0
How to access elements in a chart in chart control

VisualBasic.net framework 4.0 Windows 7 uses chart controls to display candle feet.At this time, I would like to detect which candle feet were clicked by clicking the mouse on the chart for each candl...

2 years ago

1 answers
128 views
0
I want to control the action of the form being rewritten in postBack.

I'm sorry.Let's start with the symptom.at /dirBefore/xxx.aspx Server.Transfer(/dirAfter/yyy.aspx) is running and displayedat /dirAfter/yyy.aspx <asp: Postbacking from TextBox AutoPostBack=true/>...

2 years ago

2 answers
91 views
0
Regarding the event that some tasks cannot be processed in the task processing,

Thank you for your help.I would like to run a total of 10 tasks in the C# task.When I debug, I run four or five tasks, but the rest of them don't run and I'm in a waiting state.As a content, we are tr...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.