Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
43 views

I needed to set up a C++/WinForms project. I followed the official Microsoft guide. Then, opening the .cpp file VS generated for me, I wrote the basics: #include "MyForm.h" using namespace ...
ARP3R's user avatar
  • 1
0 votes
0 answers
28 views

I recently converted an old winforms project's csproj to the newer sdk format. This has a bunch of resx files for all the forms in the project. Building locally and running it works great. However, ...
pfinferno's user avatar
  • 2,041
2 votes
2 answers
196 views

I have a loop that receives image data as a Bitmap object that I need to manipulate quickly in order to process the next frame. Consider the following code: private static void Main () { var ...
Raheel Khan's user avatar
  • 14.9k
0 votes
1 answer
81 views

In a win-form application, I have two radio buttons called "optVal1" and "optVal2", where optVal1 is checked by default. I use the following two lines to add data binding to a &...
VeryColdAir's user avatar
0 votes
1 answer
75 views

I have an ASP.NET Webforms framework 8.0 that is working fine but I would like to load the Web Url where my webform is hosted in a Winforms app and determine whether the webform url was loaded from ...
AlDiz's user avatar
  • 31
0 votes
0 answers
105 views

I was wondering how to make a custom dialog with overlay system in Windows Forms. I'm making that so I basically have 2 forms : The overlay which is maximized without FormBorderStyle = FormBorderStyle....
user28988188's user avatar
0 votes
1 answer
76 views

I need to sign the manifest, .application, and .exe files for my ClickOnce app, and I am slowly losing my mind trying to figure this out. I'm using a Trusted Signing certificate which is already ...
Phil's user avatar
  • 35
1 vote
1 answer
80 views

I am building a C# Winforms application targeting .NET Framework 4.0 on Windows 7/10. I want users to select a printer from a ComboBox and print the standard Windows test page (the same page that is ...
Bo Westman's user avatar
1 vote
0 answers
143 views

After I deleted my CashierLoginForm and created a new form called UserLogin.cs, this error pops up when I run my program: CS1566 Error reading resource 'LendingApp.obj.Debug.LendingApp.UI.CashierUI....
James Hy's user avatar
Advice
0 votes
7 replies
104 views

I would like to show that a datagridview record has been processed by changing the row forecolor, but to speed up the processing I don't want to redisplay the entire datagridview, just the modified ...
Richard Chism's user avatar
0 votes
1 answer
149 views

I have created a user control which is designed to allow the user to select a color. The code relating to a few properties in the control is as follows: [Browsable(false)] [...
user3745785's user avatar
0 votes
2 answers
208 views

I am making a music player in C# WinForms using Visual Studio 2022. The songs (.mp3 files) get populated into a ListBox, however I want to customize it but got no idea how beyond just changing the ...
Kris The Red Panda's user avatar
-2 votes
1 answer
92 views

I'm developing a Winforms desktop application that needs to wake the screen (turn on the display) after it has turned off. Environment: WinForms (.NET Framework / .NET) Windows 10 / Windows 11 24H2 ...
user24554296's user avatar
-1 votes
1 answer
115 views

What could be the reason for the report file I designed in FastReport and loaded in my Windows Forms application being empty? In that file, my query is a simple join with only one int column, and no ...
setare ab's user avatar
1 vote
1 answer
182 views

I'm currently trying to create a simple drag-drop effect using pictureboxes. It works perfectly fine; however, I'm then trying to deduce the drop target's resource file in order to know if it needs to ...
Madeline Krajewski's user avatar

15 30 50 per page
1
2 3 4 5
6612