I have a C# project that I am creating which uses a few DLLs located in a separate folder in my project. I have added these files into the application folder on
I am creating a text editor and I want to add copy, paste and cut functions in the Edit Menu. I want these MenuItems to only to be enabled when there's an activ
I am developing an application that should not require elevated privileges unless the user wants to change a network adapter's IP address. I would like to allow
Hi my problem is i want to add buttons to array size: 65 and there is a problem here's my code: Button[] buttonsa = new Button[65]; for (int d = 0; d <= but
Context Viusal Studio 2019, Windows 11 .NET 5.0 Winforms Project I have a VB.NET application with 3 form backgroundimage depending on working environment (Produ
This is a follow up to my previous question. But it appears that for a reason I don't understand, the os is interpreting a received string differently than a me
I am working on a Data Acquisition and Logging project which has two windows (forms). On the main window, there is a trigger button which opens another form (se
I am searching for the possibility to open default property dialogues for particular Windows objects, like: the property dialogue for a particular service in se
i have a problem when i want to edit a button from MaterialSkin.2 winforms, why this is happening, are they fixed from developers or what
I would like to create a count down timer that displays in the lower right hand of the screen with slightly transparent text that can be seen no matter what you
I have a windows form written in c#. I've made a listview that finds and sums up every wifi network it can detect, giving the SSID, BSSID, and more. I'm using M
UPDATE There has been quite a few changes in the code, but the problem still persists. I was able to delete from the customer table (and the entire row on the D
I was searching about how to do this but no avail. I have a Winforms application and published it by mean of ClickOnce. It works, however, that application uses
I have a windows form app (.net framework) and I want to use Monaco editor inside it. Scouring the internet does the provide much help and stackoverflow does no
App.Config <?xml version="1.0" encoding="utf-8" ?> <configuration> <connectionStrings> <add name="myConnectionName"
I have been trying for the last few days to implement a graph into a C# Windows Forms app, but I have been unsuccessful at this task. I haven't been able to fin
I'm working on a small C# Windows Form application. In this application, I've used Thread.Sleep to wait on the current screen before moving to the next one. The
I have a button click that attempts to export a DevExpress pivot grid to an excel file however when you open the file in excel or google sheets it zeroes some o
How would I make my program check if a certain application like "notepad" has focus and ultimately open my second form when it does have focus, closing that sec
I have a Windows Forms Application with an MDIParent Form and Windows Form. The Form has a handful of controls and on Form_Load I add a User Control. Private S