Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [winforms]

WinForms is the informal name given to Windows Forms, a GUI class library in the Microsoft .NET Framework and Mono. Questions in this tag should also be tagged with the target framework ([.net] or [mono]) and should ordinarily be tagged with a programming language tag.

-1 votes
0 answers
20 views

How to hide tabpage in C#, you can't, but you can

OK You can't hide a TabPage in .NET as there is no visible property. However, you can have a MISC Tab and have several GroupBoxes on it which do have the Visible Property. Your MISC tab would have ...
Mike Sr's user avatar
  • 531
0 votes
0 answers
22 views

How to rank textbox value with name to another textbox?

in this image Textbox1, textbox1_value1, textbox1_value2 Textbox2, textbox2_value1, textbox2_value2 Textbox3, textbox3_value1, textbox3_value2 Textbox4, textbox4_value1, textbox4_value2 Textbox5, ...
user26532807's user avatar
0 votes
0 answers
6 views

Get a Total from rows in a Grid into another Grid - DevExpress Grid Control

How do I get the total number of Credits in Grid2 from each Student ID in Grid1 using VB.Net? Grid1 Student ID  CourseNumber      Credit      Description 99     1   4    ...
Khu RJ's user avatar
  • 1
1 vote
0 answers
26 views

Adding an embedded font to a datagridview

I want to put a custom font to a datagridview but it is not applied, it only applies to other elements such as labels. I originally tried this and it worked as expected. fontCollection.AddFontFile(&...
jhu unhn hefhd's user avatar
0 votes
1 answer
24 views

How to draw a node in some given coordinates

Can`t draw node with specified coordinates on gViewer. Try to use code from this question Change Node position in MSAGL , but it doesn`t work. Form form = new (); GViewer viewer = new (...
TA1989's user avatar
  • 11
1 vote
1 answer
25 views

How to check for updates in my C# app published on MS Store

I am a Mac developer who has just started building Windows apps. My app will be published to the Windows Store. Do apps downloaded from the Windows Store have to check for new versions themselves, or ...
stapoz's user avatar
  • 13
-1 votes
0 answers
27 views

How to correctly access windows forms objects in my .cpp file?

I am writing a windows forms application and I have two files in my project Form1.h and Form1.cpp, with the .h file containing all the windows form generated code/objects and the .cpp having my main ...
user26518415's user avatar
0 votes
0 answers
42 views

Cannot load appsettings.json after converting .NET Core 3.1 console application to .NET Core 3.1 WinForms application

There was a console .NET Core 3.1 application for SOAP communication based on IHost / IHostBuilder. New requirements came and I had to convert the application to the GUI application. I chose WinForms. ...
Paul's user avatar
  • 26.3k
-2 votes
0 answers
22 views

program C# application winForm and wpf on windows embedded

My company considers working on a windows embedded operating system. i already have applications developed in winform wpf, is it possible to execute theme in windows embedded operating system? If not ...
Ariel's user avatar
  • 1
0 votes
0 answers
17 views

Master detail on devexpress

I have a problem with master detail in Devexpress. I have 3 tables. An intermediate table, one of which is the computer list, the other is the programs, the other is the program computer list. In this ...
user26512082's user avatar
0 votes
1 answer
67 views

Create a control and set in next to another control

Here is the requirement: set a button aside a textbox. So that the button will be located in the right of the textbox. At first I think it's easy because I can use UserControl, some drop and drag can ...
Phuong Nguyen's user avatar
1 vote
1 answer
60 views

Why does the console output work, but the RichEditBox gets blocked?

I have simple Form Application, this app contain separated socket Task. This Task handles send(string) procedure for sending message to Server. Server sends back message to client, Task receives ...
Fila's user avatar
  • 11
0 votes
2 answers
43 views

System.IO.FileNotFoundException: Unable to Load 'System.Data.SqlClient' Assembly in .NET Project [duplicate]

I'm encountering a persistent issue with my .NET project in Visual Studio. Every time I start the program, I get an error stating that the specified version of the System.Data.SqlClient assembly ...
Ruben's user avatar
  • 1
1 vote
1 answer
69 views

How to digital sign a pdf file using smartcard and iTextSharp?

I'm new in digital signing concept, I'm developing a winform application that allow an user to select a certificate from Windows certificate store, and use the selected certificate to sign to a pdf ...
user2905416's user avatar
0 votes
0 answers
10 views

OpenTK render objects outside of Viewport to Framebuffer's texture

I am working on a Windows Form application, I am drawing rectangles onto a GLControl in one tab. After I'm done drawing the rectangles, I am trying to draw them into another GLControl that is inside ...
ThreeNamesGrace's user avatar

15 30 50 per page