c# tag

485 questions


2 answers
49 views
0
I want to display the system date in Japanese calendar and Japan time.

I'd like to get the system date in C# and display Heisei y mm month dd day hhhh mm minutes ss seconds.I implemented it as follows, but the results are 6/30/2016 10:03:06 AMHeisei June 30, 28 at 10:03:...

c#
2 years ago

1 answers
41 views
0
How do I search for ListView items?

Programming ListView on C#.Simply register and search for items and subitems.The logic of the search doesn't work, so could someone please let me know?For content, type the words (name) you want to se...

c#
2 years ago

1 answers
56 views
0
How to Save from Unity to iOS Camera Roll with Screen Capture

Take a screen capture of the screen with Unity(C#) and I'd like to save it to the iOS camera roll (where the photos are stored).I don't know how.For more information on how to capture screenshots, see...

2 years ago

1 answers
128 views
0
How to store information that cannot be shown to users in .NET applications

.NET applications are struggling with how to manage information that needs to be used in applications but cannot be shown to users.For example, DB connection information is required for applications, ...

2 years ago

1 answers
51 views
0
The display ratio of the image inserted into Excel in the C#eplus library is broken, so I want to fix it.

C# provides a template (.xlsx) on the server side and from the client (html)We are creating a program to display the download dialog with the values requested in post.I'm using epplus 4.1.0 for my lib...

2 years ago

2 answers
47 views
0
I would like to decide whether it is WPF or form from the DLL side at the time of execution.

If you have a library (dll) that is shared between WPF and Windows Forms, you can use theIs there any way to determine if the EXE that called the library is WPF, form, or console?You can also use refl...

2 years ago

1 answers
49 views
0
VisualStudio 2017 C# Isolates Normal Code from Designer

Thank you for your help.In Win10, while writing the code for C# in VScommunity, you can code the form from another project.When you copy it, for some reason, the normal code and the Designer code are ...

2 years ago

2 answers
49 views
0
Is it possible to include a conditional expression during List type initialization?

It is written in C#.NET.If there is a code like the one below, I would like to use a conditional expression (IF statement) in the middle. Is it possible to write it down?If possible, how do you write ...

2 years ago

1 answers
54 views
0
rewrite the quick sort using the stack

I'd like to rewrite the quick sort using the stack, but I'm not sure where and how to do itusing System;using System.Collections;classQueue_int:IEnumerable { int[]data; int max; int front, ba...

2 years ago

1 answers
56 views
0
In ASP.NET MVC, I want to set the controller properties from ActionFilter.

Thank you for your help.ASP.NET MVC has multiple controllers that inherit a common basic class, all configured with the same ActionFilter.public class BaseController:controller{ public MemberParam mPa...

2 years ago
« - 40 - »

© 2024 OneMinuteCode. All rights reserved.