How do i download Windows XP Pro Embedded ?
I have very old model of IPC with Windows XP Pro Embedded license, unfortunately the HDD has been crashed, Now i have to reinstall XP Pro Embedded, but can't find or download the ISO from web. Can anyone suggest me how can i do this? Thanks in advance…
4D Linked list Text Editer using Winform
My task is to use a 4D linked list and display Linked List in Windows form and store data in a .txt file using file handling. and how can I input my data in linked list because console .read is not available in winform How can I display my linked…
Visual studio Resource files are being stored as string
I updated to vs2022 17.11.5. In the older vs2022, i was able to add a resource file through project properties. The set up was almost automatic. And when I needed the resource file I just call it using My.resource.[fileName] and get a byte() stream of…
How to debug unexpected behavior in tree view navigation after implementing lazy loading and caching in Winforms and C#?
I am creating a taxonomy as a tree view in Visual Studio Winforms with C#, which already holds some 40,000+ items in an SQLServer data base, and its nodes details are translated into 15 languages into a data grid. The latency for directly loading the…
How should I use the Visual Studio 2022 Image Library?
I am developing a WinForm application using C# in VS2022, targeting .NET 8.0. I downloaded the "Visual Studio 2022 Image Library," which contains PNG and SVG files. I want to use the PNG files to add images to my buttons, but the resolution…
Why my Visual Studio 2022 Crashes when added new Windows Form UI in CLR Project?
Following This Tutorial Video, I'm keep Experiencing fatal crash at Adding new WinForm UI item. (at 3:10~ in video) followed Exactly the video's tutorial.(the video gets an Error too, but It's not fatal as I crash.) I Made new CLI Empty Project(.NET…
Toolbox has no items
Visual Studio 22 Windows Forms App has the following message in the Toolbox, "There are no usable controls in this group. Drag an item onto this text to add it to the toolbox." I have tried the reset toolbox and choosing items but neither…
How do you prevent form closing when events or methods are still running?
I'm struggling with the issue of user prematurely closing (using the Red X button) a form while it is processing an event or another process is calling a method in it. Object references inside the running event or method might become invalid because the…
Exception when using Firebase streaming
Hi, When I try to read data from Firebase using FirebaseDatabase.net Library I receive Newtonsoft.Json.JsonReaderException exeption this code works Imports Firebase.Database Imports Firebase.Database.Query Public Class Form1 Private Async Sub…
Clickonce setup app crashes
on a windows 7,64 bit, Sp1 can a C#.net winform application build on framework 4.8 be installed ? it was possible to install framework 4.8 on windows 7 sp1, 64 bit pc the clickonce setup also ran sucsesfully. but application starts and stops…
Get Results from Task.WhenAll for multiple tasks
Hi Folks, I am trying to get the results back from running multiple tasks. Each task point to a function and returns either true or false. Here is my code: var t1 = new Task(() => { CheckNC(); }) ; var t2 = new Task(() => { CheckNL(); }); var t3…
Assistance Required for Resolving "System.OutOfMemoryException" in Visual Studio
Subject: Help Needed with System Out-of-Memory Issue in Visual Studio Hello Everyone, I hope you're all doing well. I'm working on a project in Visual Studio that includes a large number of forms, user controls, and images used as icons. However, I am…
vb.net I have folder in program path called patient files i need to open specific file using textbox1 with name of file
vb.net I have folder in program path called patient files i need to open specific pdf file using textbox1 with name of file
How to Fix: Method "Form1_Load" not Found
just got started using visual basic and I don't know how to fix this
GUI using Windows Forms and Powershell
I am building a GUI using Windows Forms in Powershell. I have created 4 Radio Buttons with a line of text to the right of each button to describe the purpose . The text is long (22 Characters) and it is being wrapped onto two lines when I want it to…
VB.NET designer crashes ... error ... The Base class 'System.Void' cannot be designed. Cannot access forms.
The base class 'System.Void' cannot be designed.The base class 'System.Void' cannot be designed.The base class 'System.Void' cannot be designed. The base class 'System.Void' cannot be designed.
datagridview row with a combobox column not inserting in database
Hi! I added a DataGridView to my windows form. The grid is data bound and one of it's columns is of type DataGridViewComboBoxColumn and the column is also data bound. This datagrid is connected to another datagrid in parent-child relationship. Following…
How to make start menu transparent in Win11.
The ui used by Windows11 feels very special, but I have been unable to achieve it by using the method of setting transparency before. May I ask, what api should I use to set transparency of Windows11 start menu?
Using SQL Server Read/Write Image Ever Day With A Table
I've a case that need to save Image in database, than user can search/upload site(DB) to site(DB) ever day from winform. Every image size average 250kb - 350kb, The total usage with image perhaps growth 110GB/year without delete form database. I'll…
High DPI with embedded WinForm UserControl in a Win32 application.
Apologies in advance as this question is a long shot and somewhat obscure. I have a C++ application I maintain. It embeds two .NET 4.x WinForms User Controls as panels in its Win32 window with: My_Control.CreateInstance(L"My…