1,946 questions with Developer technologies | Windows Forms tags

Sort by: Updated
2 answers

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
asked 2025-07-24T16:36:09.0733333+00:00
Darshana Dilhan 0 Reputation points
commented 2025-08-12T11:26:53.33+00:00
Varsha Dundigalla(INFOSYS LIMITED) 795 Reputation points Microsoft External Staff
1 answer

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
asked 2025-08-11T09:22:39.71+00:00
Utkarsh Pandey 0 Reputation points
answered 2025-08-12T06:52:15.6733333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 795 Reputation points Microsoft External Staff
1 answer

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
asked 2025-06-26T07:17:55.77+00:00
dgeorgewnxu 0 Reputation points
commented 2025-08-12T05:30:38.0666667+00:00
Susmitha T (INFOSYS LIMITED) 160 Reputation points Microsoft External Staff
1 answer

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
asked 2025-06-26T13:51:58.9733333+00:00
Lance Boudreaux 0 Reputation points
commented 2025-08-12T05:04:19.14+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 245 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

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
asked 2025-08-10T03:34:32.7433333+00:00
mc 5,651 Reputation points
commented 2025-08-11T15:56:57.4133333+00:00
AgaveJoe 30,206 Reputation points
2 answers

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
asked 2025-08-06T10:01:40.3133333+00:00
Leah Olawumi 0 Reputation points
commented 2025-08-11T11:15:14.53+00:00
Gade Harika (INFOSYS LIMITED) 330 Reputation points Microsoft External Staff
1 answer

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
asked 2025-07-17T12:40:48.7633333+00:00
Diana Mlinga 0 Reputation points
commented 2025-08-11T11:13:48.3333333+00:00
Gade Harika (INFOSYS LIMITED) 330 Reputation points Microsoft External Staff
2 answers

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
asked 2025-07-25T06:36:37.67+00:00
Mudassar Khalid 0 Reputation points
commented 2025-08-07T12:27:49.7133333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 795 Reputation points Microsoft External Staff
4 answers

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
asked 2025-07-27T06:04:59.8433333+00:00
A W 0 Reputation points
answered 2025-08-07T09:04:53.1533333+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 235 Reputation points Microsoft External Staff
4 answers

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
asked 2025-07-18T19:34:35.5766667+00:00
Michael Lang 0 Reputation points
commented 2025-08-06T09:08:39.1333333+00:00
Gade Harika (INFOSYS LIMITED) 330 Reputation points Microsoft External Staff
2 answers

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
asked 2023-09-11T10:17:47.9166667+00:00
Mohammad Hasan Salmanian 45 Reputation points
edited the question 2025-08-06T08:29:52.6866667+00:00
Mohammad Hasan Salmanian 45 Reputation points
3 answers

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
asked 2025-03-06T08:36:12.63+00:00
Emmanuel Guballa 25 Reputation points
commented 2025-08-03T17:01:14.53+00:00
Stijn Vanpraet 0 Reputation points
1 answer

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
asked 2020-12-31T16:18:29.783+00:00
VAer-4038 771 Reputation points
commented 2025-07-31T22:14:06.6166667+00:00
John G 0 Reputation points
3 answers One of the answers was accepted by the question author.

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
asked 2022-07-17T00:44:49.377+00:00
The Steve Gaines Laptop Band 21 Reputation points
edited a comment 2025-07-15T09:25:40.2533333+00:00
Shadow_ 0 Reputation points
3 answers

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
asked 2025-07-04T03:11:26.75+00:00
Binx1031 0 Reputation points
answered 2025-07-21T08:21:47.13+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 235 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

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
asked 2025-07-08T07:15:00.48+00:00
StewartBW 1,870 Reputation points
accepted 2025-07-19T12:49:06.89+00:00
StewartBW 1,870 Reputation points
0 answers

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
asked 2025-07-09T17:59:45.0333333+00:00
Jordan Bbbbbb 0 Reputation points
4 answers

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
asked 2025-07-14T14:28:14.66+00:00
Behzad Quami 0 Reputation points
answered 2025-07-25T05:48:38.6966667+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 235 Reputation points Microsoft External Staff
1 answer

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
asked 2025-07-15T17:58:18.0266667+00:00
JohnIFZ 0 Reputation points
commented 2025-07-16T11:52:34.1733333+00:00
JohnIFZ 0 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Developer technologies | Windows Forms
asked 2025-08-01T16:43:06.0066667+00:00
ankit goel 40 Reputation points
accepted 2025-08-01T18:36:33.5066667+00:00
ankit goel 40 Reputation points