Strange Errors in c# Windows Forms Project Involving a .csx file that doesn’t even exist
I have a Windows Forms app I’ve been developing and all of a sudden two errors show up in my Errors List tab that are strange.
Why does maximizing a frameless form cause the MaximizedBounds to change?
I have a WinForms app that needs to have a custom titlebar, so I removed the native titlebar via FormBorderStyle = FormBorderStyle.None
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).
C#: Trying to call an already existing form (page)
I’m pretty new to C#-programming, so I’m sorry if the question may sound too easy for you:
How to make this on C#?
SimpleUnlocker (Screenshot)
я хотел сделать такие “таблицы” в win form на C#, кто знает, не подскажете как называется элемент ?
How to make this on C#?
SimpleUnlocker (Screenshot)
я хотел сделать такие “таблицы” в win form на C#, кто знает, не подскажете как называется элемент ?
How to accumulate cell selection in a datagrid when selection mode is full row?
Im making an app for touch screens, I want to make it so when you click on the rows of the grid they will get accumulated and processed later. I have to say I have fullRowSelect instead of CellSelect
Reducing memory consumption while recording a video in C# winforms
I’m working on a video recording application in C# and I’m encountering high memory usage during recording. I’m using the AForge and Accord libraries for video capture and writing, but the memory consumption seems to be quite high.
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