How to check for updates in my C# app published on MS Store
I am a Mac developer who has just started building Windows apps. My app will be published to the Windows Store.
System.IO.FileNotFoundException: Unable to Load ‘System.Data.SqlClient’ Assembly in .NET Project
I’m encountering a persistent issue with my .NET project in Visual Studio. Every time I start the program, I get an error stating that the specified version of the System.Data.SqlClient assembly cannot be found. If I add the requested version, the error reoccurs, but with a new version request. Here is the exact error message:
Blurry Text when running programs using DOTNET Winform designer
I made an application using WinForms using C++/CLR, and
I made a label with font Segoe UI 10.2pts and it looks just fine. However, when i run the program, it is blurry. How do i fix this? (OS: Windows 11, Visual Studio: 2022).
Error message telling me to use the framework Winforms App when I’m using Winforms App (.Net Framework)
I’m using VS 2022.
C# WinForms ImageList throws an error when setting Images in designer
so I encountered this error with ImageList where it throws this error whenever I try to add an Image to ImageList.Images collection through the designer’s “Images Collection Browser”:
Winform Application Runs, but doesn’t “work”?
I’m not sure what errors or logs to give here as I’m not getting any to give, but basically, a friend asked me to write a pretty simple program for his business that reads HTML Files full of Bowling scores and returns a csv file of any people that won by more then 100 points, I have it all working and running it from inside Visual Studio works perfectly with no errors, but when running the published application, it opens and all the button and logic works, but when it comes to reading the HTML it will run through the file basically do nothing and return that everything worked and nothing errored!!, this behavior happens on his computer, my Work computer but not on my Home Computer, i am so lost on whats the problem that i have no idea where to start fixing it.
FileSystemWatcher.Created not doing anything
So i have this WinForms (.NET) app where a system in C# where if the user creates folder in a specific directory and adds a image file and a text file the program will firstly get the folder’s name then it will get the content of the text file and lastly get the image, after getting those information it will create a panel with a image, label and a button. The image’s material will be the image from the folder, the label text will be the folder’s name and the button will copy the text file’s content to the clipboard!
Draw parallel line in WinForms
I need to draw kind of parallel line based on the original one like this.
Is there a way to access a windows sign-in window with using C# windows form .net framework
i tried to write a code that monitors incorrect password in the windows; in that if someone tries to access to my laptop and enters an incorrect password the code gets the incorrect password message and leaves a messageBox with text about the failed password entry .
Is there a way to find application registry key under HKEY_CURRENT_USERSOFTWARE?
I wrote a .Net 4.7.2 Framework Windows Forms application using C# and VS 2019.