Relative Content

Tag Archive for c#winforms

Trying to call an already existing form (page)

I am programming a desktop software for my workouts and I have a main form, in which I have a page for “short-term planning” (pg_KurzfristigeTrainingplanung). From that page I call another form (frm_KurzfristigeTrainingsplanung), where I enter the dates and the workouts I want to train those days. With a button I want to “feed back” those entries to that very same page “short-term planning” (pg_KurzfristigeTrainingplanung) from which I called the form for the planning.
The values I entered in the form shall then be entered into the page and also “stay” there until I change them again (as well after closing the entire program).

How to make this on C#?

SimpleUnlocker (Screenshot)
я хотел сделать такие “таблицы” в win form на C#, кто знает, не подскажете как называется элемент ?

How to make this on C#?

SimpleUnlocker (Screenshot)
я хотел сделать такие “таблицы” в win form на C#, кто знает, не подскажете как называется элемент ?

Circular Progress Bar C# Windows Form Application

I am using circular progress bar NuGet for my application. My application reads a very big excel file, does some processing in the rows, and then does some other work. I am not sure how to set the maximum for my progress bar. At the moment, I have set it to the number of rows the application will process, but the issue with this approach is that the progress bar will show till the tool is processing the excel file and then it will close , though there are other processes that are being done after that also.

Visual Studio not responding

Yesterday i turn of my computer and today when I turn on computer and go to my project (c# winform), it run only about 2-3 minute then it is like image below. I try to restart computer, even I uninstall and install Visual Studio again but it doesn’t work. Help me pls error here