c# tag

485 questions


2 answers
37 views
0
The Windows Form app does not become active when the Task Scheduler is started.

Developed with C#.I am creating a Windows Form application with administrator privileges and You have registered with the Task Scheduler to launch this form application at PC startup.(Because I found ...

c#
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
126 views
0
I want to keep the auto filter value of DataGridView in C# even after re-searching.

DataGridView HeaderCell as follows:Configure DataGridViewAutoFilterColumnHeaderCell to I have implemented a simplified version of Excel auto filter.foreach (DataGridViewColumn in DataGridView.Columns)...

2 years ago

2 answers
33 views
0
How do I array an array from SQL extraction results?

環境Environmental ASP.NET MVC4(C#)Thank you for your help.Objective → Achieve a drop-down list of 3 integrations with knockoutjsBased on the official sample, create mock data for 3 linkage (parent, chil...

c#
2 years ago

1 answers
43 views
0
Can a particular window observe messages received from the program side?

Obtain a specific window handle from the C# program and The window receives messages from the operating system via mouse and other operations.I would like to check on the program, is it possible?Speci...

2 years ago

2 answers
42 views
0
EXTENSION METHOD FOR Xml SERIALIZING AND DESERIALIZING C#, LIST AND GENERIC ARRAY FOR CODE REVIEW

I wrote an extension method to Xml serialize and de-serialize List and T[] in C# myself, but I would like you to point out how to handle exceptions (whether it is defined by the user or by the user) a...

c#
2 years ago

1 answers
100 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

1 answers
49 views
0
I would like to specify a conditional format for Excel in C#.

Open an Excel file already created with c#, specify a range, and I would like to display the blank cells as yellow using the conditional format, but Excel.Range=sheet.get_Range;range.FormatConditions....

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
86 views
0
Disable Bouncing When Swiping the Scroll on a Win8 Tablet

On a Win8 tablet, swiping through a window with a vertical scroll bar causes the window itself to bounce (hit something?).As this made me feel depressed, I would like to disable it in the application ...

2 years ago
« - 21 - »

© 2024 OneMinuteCode. All rights reserved.