1,946 questions with Developer technologies | Windows Forms tags
How to sign ClickOnce artifacts when using Google Cloud KMS for code signing?
I've successfully done code signing using Google Cloud KMS and jsign for executable files, but I'm unable to sign ClickOnce manifest files. Current Setup Certificate: Code signing certificate from Sectigo (in .crt format) Private Key: Stored in Google…
Developer technologies | Windows Forms
Is there a cleaner way to connect Power BI to Oracle Fusion?
We're using BICC and BI Publisher exports to pull Fusion data into Power BI. It works… sort of. But it’s messy - lots of manual steps, stale data, and fragile file-based pipelines. I came across a method that does direct connectivity from Power BI to…
Developer technologies | Windows Forms
in dlt pipeline , after dlt.except_all("rules") , the dlt.table can not filter the column("_dlt_valid")
in my DLT pipeline , I want load the bronze table data into silver table after validation , other non-valid data load into reject table . in silver silver use the function dlt.except_all("rules") , but in silver layer part , the pipeline can…
Developer technologies | Windows Forms
Visual Studio 2022 Not Responding after adding ContextMenu
I'm using VS 2022 v17.14.7 developing a WinForms app using .Net 8.0 and C#. When I add a ContextMenu to any form and try to add a menu item under it, Visual Studio stops responding and has to be killed via the Task Manager. This also happens when using…
Developer technologies | Windows Forms
how to read usb data like serial port?
I know how to read Serial port but if I use USB how to read that bytes?
Developer technologies | Windows Forms
Data Formatting: I'm working on a simple sales data table in Excel. What are the key best practices for structuring my data (e.g., using a table format, a consistent header row, no merged cells) before importing it into Power BI?
These questions focus on the best practices for setting up data in Excel before you even touch Power BI.
Developer technologies | Windows Forms
Urgent Assistance for VM - Findings relate to weak SSL/TLS cipher suites and few issues concerning the Content Security Policy (CSP) configuration. Attached is a report. Kindly assist for remediating those vulnerabilities.
Urgent Assistance for VM - Findings relate to weak SSL/TLS cipher suites and few issues concerning the Content Security Policy (CSP) configuration. Attached is a report. Kindly assist for remediating those vulnerabilities.
Developer technologies | Windows Forms
I can't receive codes on sim to recover bitlocker key
I'm trying to recover bitlocker key but unfortunately the otp codes isn't received on SIM which is registered with Microsoft account
Developer technologies | Windows Forms
How can I retieve my missing account
Hello, I tried to contact you, but I didn’t know how. Anyway, I have an old email that I created when I was young, and it is linked to the middle of my games, but I don’t know how to retrieve it, and I don’t remember the password. Is there a way I can…
Developer technologies | Windows Forms
How do I get signed in with the Authenticator app if I can’t use the app to log in
How do I get signed in with the Authenticator app if I can’t use the app to log in I got a new phone and now I’m completely locked out of my account
Developer technologies | Windows Forms
Problem in the size of the form and controls at the time of execution
I have created a form in the form of image 1, but at the time of execution, the distance between the controls increases and the size of the form also increases. What is the problem? Image 2 is at runtime. I have also used TableLayoutPanel to place the…
Developer technologies | Windows Forms


Windows Forms Application Icon suddenly shows as default icon or does not update color after KB5051989 update
Hi, Our C# Windows Forms Application icon (in the taskbar) suddenly shows as default icon or sometimes doesn't update its color (based on the customization) after installing the KB5051989 update. This has been working for 15 years, and the issue just…
Developer technologies | Windows Forms
Visual Studio C#: How to duplicate a form without messing up?
Right Click: FormChild.cs, then paste. But I guess it will mess up something. How should I duplicate a form? I would like to duplicate a form then make a little adjustment, rather than creating a new form. Thanks.
Developer technologies | Windows Forms
SendKeys Is Not Working In Windows 10
I am creating a program in Visual Studio with C#. I want to send some keystrokes to another application running on my same laptop. I will post the code I am using below. Nothing happens when I click the button. I have proved with break points that it…
Developer technologies | Windows Forms
Can’t login to microsoft account on ps5 because of xboxone account from
I can’t login to my microsoft account on my ps5 (minecraft). Because of already having a xbox account? How does this make sense how do I fix this? This is honestly the worst design I have ever seen.
Developer technologies | Windows Forms
Open app from another app
Hi experts Working on 2 separate WinForms apps (.NET Framework 4.8 with VB) and going to msix bundle them to store. Once they both are installed how can I run one of them from within the other one? They are not associated with any file type, just need to…
Developer technologies | Windows Forms
Partner Center not allowing me to "accept and continue" when creating individual dev account?
Hi, I am trying to make my microsoft/xbox email into an individual developer account. I am inputting the info into the link via partner center (…
Developer technologies | Windows Forms
How do i fix disk check not finishing, I get stuck on 100 of stage 2, then it goes into repair and then boots into advanced settings
I installed a new psu, and removed the sata cable from my hard drive and motherboard, after putting it back in, it keeps trying to check the disc, but gets stuck on stage 2, 100% before it boots windows repair and then goes into the blue screen advanced…
Developer technologies | Windows Forms
Windows Forms App Designer
Hey all: I am working on a .NET Windows forms app, and I want the app to be a set size of screen.width/2, screen.height/2, but I am having trouble designing the form, when I design the layout and then run the App, the UI looks different. Research…
Developer technologies | Windows Forms
Letter spacing in winforms Textbox c#.
Hi , i am using c# winforms 2022 community . WPF or any other technology is not an option . I am trying to reduce the character spacing inside the textbox such that if the characters length exceeds the width of the textbox , it should automatically…