I'm working on a project that have a touchscreen monitor. I have 4 picturebox with two event(Mouse Down , Mouse click ). in this case, when i click on the pictu
I have a panel on a form. On this panel there are drawn a few lines. I would like to know how to detect when the Mouse is above one of the lines and get the det
I'm trying to automate the creating of remote repos using powershell and gh repo create and the first thing that happens after running that command is an option
I created several user controls that i want to display on a main panel. Thus, I have this function that takes in input the control I want to display by setting
I created several user controls that i want to display on a main panel. Thus, I have this function that takes in input the control I want to display by setting
I'm using System.Windows.Forms.NotifyIcon in WPF app, I need to show Hyperlink in System.Windows.Forms.NotifyIcon, I tried to set the Hyperlink in BalloonTipTex
The arrow keys should scroll only pictureBox (placed in panel). It works fine. But it also scroll through comboBox items though it is closed (droppedUp). How to
First thing go to datagridview event MouseClick, and write the code below: DateTime dateValueOftheCell = DateTime.Parse(dataGridView1.CurrentRow.Cells[4].Value.
I'm building a PowerShell utility that will backup and restore sticky notes using a powershell script to pull the Get-localuser command from a local device into
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