Skip to main content
1 vote
0 answers
40 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.8k
0 votes
1 answer
74 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
71 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
100 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
72 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
77 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
140 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
96 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
190 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
89 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
114 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
181 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
0 votes
2 answers
171 views

I have written some code that is designed to enable or disable a Button, depending on what some TextBox Controls contain. For some reason, the Button won't re-enable after it gets disabled. Sorry for ...
Jack Smith's user avatar
1 vote
0 answers
132 views

I am maintaining a legacy hybrid application (Main App is WinForms, hosting WPF UserControls via ElementHost). The Problem: When opening a WPF Modal Window (Window.ShowDialog()) from the WinForms main ...
panaceya's user avatar

15 30 50 per page
1
2 3 4 5
6613