1,966 questions with Developer technologies | Windows Forms tags
I would like Powertoys workspaces to launch remote desktop connection
I would like to use Powertoys workspaces to launch my home vs office configuration. I use remote desktop connection every day. When I create a workspace it does not recognize or add the open remote desktop connection.
Developer technologies | Windows Forms
Graphics Draw on Bitmap/PictureBox - highdpiaware app
Hi experts, Using Bass.dll and Basscd.dll to play audio Cds and show a simple equalizer-type visualizer on PictureBox Size(572, 93) The code works great on dpi unaware app, when I set the app to highdpiaware, the visualizer bars will not fit the…
Developer technologies | Windows Forms
I joined the Microsoft 365 Developer Program with this account: [PII removed] but I received the message: “You don't currently qualify for a Microsoft 365 Developer Program sandbox subscription.” Please enable this option
Hi Team, I joined the Microsoft 365 Developer Program with this account: [PII removed] but I received the message: “You don't currently qualify for a Microsoft 365 Developer Program sandbox subscription.” Please enable this option . Thanks, Sujata
Developer technologies | Windows Forms
How to fix f:\recovery\windowsre\winre.wim\system32\logfiles\srt\srttrail.txt
Hello, iv tried watching a bunch of videos and looking all over the internet but i just cant figure out what is wrong with it. i think my windows is installed onto my C: but I'm not even completely sure. the error code is:…
Developer technologies | Windows Forms
Unwanted Space and Margins are surrounding the control in designer when Integrating WPF User-Control into Form using ElementHost
When integrating the WPF user-control (For Example: The UserControl contains the button) into a form using ElementHost, there are unwanted spaces and margins surrounding the control in the designer. It works fine in runtime; reported issue is reproduced…
Developer technologies | Windows Forms
Developer technologies | Windows Presentation Foundation
Developer technologies | C#
WinForm in Visual Studio 2026 - changing name of a control causes designer to fail
Just migrated to VS 2026. When creating a new form, there is no issues and controls can be added fine. However, when you change the name of a control, the designer throws a wobbly as not all references are renamed in the designer code. I need to…
Developer technologies | Windows Forms
PROBLEMS WITH FTP -PASSIVEPORTRANG
Hello! I have a problem with the FTP protocol. I am transferring files to a domain via the command line. The company that rents the domain changed the operating system from CloudLinux 7 to Cloud Linux 9. And since then the transfer has not worked for me.…
Developer technologies | Windows Forms
Una primer consulta en español
Me acabo de enterar que el msdn fue cerrado, solo una pregunta quiero hacerles desde ya en mi idioma, puedo hacer preguntas en español por este medio y si no es así me pueden por favor dirigir a la pagina del foro en español Muchas gracias
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | Windows Forms
Developer technologies | C#
The program opened using RemoteApp is in an inactive state
I used the Remote App feature to publish a WinForm program on Windows Server 2022. When I opened it locally through an RDP file, although it was successfully opened, but the focus was not on the WinForm screen (the screen title was grayed out). Are there…
Developer technologies | Windows Forms
How to solve visual studio windows forms .net design error on windows PC
I am working on a project within visual studios, using window forms .NET framework. I downloaded my project from one device and have opened it on my home PC. I am only working with code and the forms so there shouldn't be any missing components, unless…
Developer technologies | Windows Forms
general question
Would Studio be a good choice for writing features and user stories?
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
HTMLHelp Workshop - download for CHM compiler installation failed
Searching for HTML Help Workshop on https://www.microsoft.com/en-us/search?q=HTML+Help+Workshop gives back a link list and the first link is leading to Microsoft HTML Help Downloads. So, there is a misleading note (running one into a loop) on top…
Developer technologies | Windows Forms
Developer technologies | Windows Presentation Foundation
Nokia C5 telefonda sinyal kapali
Nokia c55 tuşlu telefonum BTK tarafından uzun süre kullanılmadığından kapatıldı. Açılması Nokia müşteri hizmetleri ile mümkün. Yani telefonu satın aldığım firma ile açtırabiliyorum, şuanda bu firma Microsoft mobile kominikasyon olduğu için buraya…
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
How can I format and round the DateTime.Now to the nearest time on the pc time up or down ?
public void Test() { var datetime = DateTime.Now; var res = RoundUp(datetime, TimeSpan.FromMinutes(5)); } DateTime RoundUp(DateTime dt, TimeSpan d) { return new DateTime((dt.Ticks +…
Developer technologies | Windows Presentation Foundation
Developer technologies | Windows Forms
Developer technologies | C#
Recommend a free PDF developer's library for C#
I'm using VS 2017 CE, C#, and WinForms on a non-commercial application that adds and deletes pages from PDFs. The added pages are created with minimal text and no drawing or graphics. I've been using iText7, and it's great, but it has far more power…
Developer technologies | C#
Developer technologies | Windows Forms
NET 8 WinForms project fails to find types (CS0246) from NuGet package despite clean install and all caches cleared.
I have migrated a .NET Framework 4.8 WinForms project to .NET 8. I am using Mapsui 5.0.0-rc.2. The project fails to compile with errors like CS0246: The type or namespace name 'Shapefile' could not be found, even though the package is…
Developer technologies | Windows Forms
Is the Developer program only for Game development?
Hi, I’m working on a prototype related to Xbox Coins that could boost usage and profitability. It’s not a game, so I’m unsure whether to submit it through ID@Xbox or another Microsoft program. Could you advise the right path?
Developer technologies | Windows Forms
mysql special characters in connection string
I have a visual studio Windows form programme that I connect to a MySQL database. I recently updated the server and now it wants special characters in the password. The problem I have is when the connection string is passed to the database the special…