Skip to main content
0 votes
0 answers
53 views

I have a checkbox filter for my datagrid table - a pretty simple one: [Account] IS NULL. It works off checkbox "unassigned" that when pressed filters to show only unassigned rows. The ...
Rekcah's user avatar
  • 35
-1 votes
1 answer
97 views

I'm creating a custom circular button in WinForms. I can successfully draw the circle using DrawEllipse. However, I don't know how to calculate the correct proportional coordinates to draw a scalable ...
user32189599's user avatar
0 votes
0 answers
44 views

In a VB.NET WinForms application (.NET Framework 4.0) running on Windows 11, a specific icon switching behavior occurs when the taskbar becomes crowded. Here is my code snippet: Public Class Form1 ...
gpt researcher's user avatar
1 vote
1 answer
138 views

I want to control whether there is a border line between the cells in a TableLayoutPanel, much like I can do in an Excel table. To begin with, I set my CellBorderStyle to None as suggested in Draw ...
Tom Getzinger's user avatar
0 votes
1 answer
112 views

I'm creating a Winforms application for school, and trying to get the maximum value of a column in my table: using System; using System.Collections.Generic; using System.ComponentModel; using System....
Yustik 's user avatar
3 votes
0 answers
91 views

I have designed a report form which has 5 picture box attached to variables with Image type in Stimulsoft. In my Winform application which have unknown numbers of approvers 1-5. I want to print the ...
Daryush's user avatar
  • 222
0 votes
1 answer
97 views

It's a very simple problem, but a bit tricky to explain (hence the diagrams). I have a ListView. Clicking on an item refreshes a Panel with the data of the clicked item. Each item has a property value ...
AMP59's user avatar
  • 63
0 votes
1 answer
63 views

I am trying to set some sort of pattern to the colorgrid series based on the values. So the area with same value will have same pattern (for example: diagonal lines). I found that the Brush.Style can ...
Manish's user avatar
  • 510
-1 votes
0 answers
48 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
33 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
201 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
83 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
108 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
82 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

15 30 50 per page
1
2 3 4 5
6612