forms tag

19 questions


1 answers
384 views
0
I want to be able to distribute the Windows form application.

Regarding the presentation image, it is the directory where .exe is located in the bin directory.As per the title, if I distribute the software I made, I think I will build it as a release build, but ...

1 years ago

2 answers
276 views
0
I want to know why Xabe.FFmpeg doesn't encode video files.

In the presentation code, the .hevc file called test.mp4 should be loaded with the function t() and output as a file called sample.mp4, but the video file is not generated.Why is this?Tried and Confir...

1 years ago

1 answers
446 views
0
I want to be able to distribute the Windows form application.

Regarding the presentation image, it is the directory where .exe is located in the bin directory.As per the title, if I distribute the software I made, I think I will build it as a release build, but ...

1 years ago

1 answers
269 views
0
I want to know how to use Asynchronous Processing SemaphoreSlim.Wait().I want to know why Task.Run is not running.

As for the code in the comment section of the convert function of the presentation code, the asynchronous processing using semaphore does not proceed.Why is this?I think it's probably how to use semap...

1 years ago

4 answers
145 views
0
How do I retrieve text from the C#WebBrowser control while it is hidden?

Thank you for your help.It's not very easy to use WebBrowser controls, but you can use them to browse.I am writing a code that extracts only the links of the pages that are listed.If there is a link i...

1 years ago

1 answers
157 views
0
If you animate using the owner draw, the display will flicker.

Thank you for your help.With C#, you can create a simple animation by drawing the owner of the ListBox you placed ListBox.I'm trying to get him to do it.I want you to animate only in the cell you are ...

1 years ago

1 answers
99 views
0
C# I'd like a transparent form on the back...

Thank you for your help.I tried to make a desktop accessory with C# but I failed.Set the TransparencyKey on the form to BackColor on the form and Make BorderStyle None, and even mascot characters It's...

1 years ago

1 answers
120 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)...

1 years ago

2 answers
84 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 ...

1 years ago

1 answers
67 views
0
Display images one by one in the Windows Form folder on PictureBox

Nice to meet you.C#I'm a beginner and I don't know many things, so I'd like to ask you a question.Currently, I am trying to retrieve the images in the folder with C# and display them one by one on Pic...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.