485 questions
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:...
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...
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...
.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, ...
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...
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...
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 ...
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 ...
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...
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...
« | - 40 - | » |
© 2024 OneMinuteCode. All rights reserved.