Skip to main content

All Questions

Tagged with
-1 votes
0 answers
26 views

Panel Items disappearing after filtering

Greetings I have a combobox which filters all the items in the by clearing the panel controls and repopulating it according to the filter, but for whatever reason it loads them improperly and after a ...
Ekoboy Gaming's user avatar
0 votes
1 answer
50 views

C# When I open Panel first time it doesnt trigger VisibilityChanged WinForms

I have a UserPanel class that has Controls in it buttons,Labels ect. When the Panel is created at runtime it passes to the Constructor of Form1 (this) so I can use some methods and I have a ...
Yordan Voyvode's user avatar
-1 votes
1 answer
129 views

How to duplicate a panel of control dynamically?

I want to duplicating panel with same style of other panel depend on integer. For example Integer = 3 so I have the original panel and copy it three time with the same style using C#
Jeff Li's user avatar
  • 21
0 votes
1 answer
132 views

Windows Forms - Zooming in and out in Panel

I have made something like a drawing app but I need to implement a function to zoom in/out with using the right mouse button. I have added zooming but it zooms at the left-top corner. I tried to zoom ...
JustSoni's user avatar
-1 votes
1 answer
69 views

Inside a panel , show a pop up message with dark background

My problem is related to this How to show a pop up message with dark background but the main problem is i want to add the fade form and the focus form both inside a panel . I have asked this question ...
sanchita aggarwal's user avatar
-1 votes
1 answer
108 views

Dialog box for Panel only

I know that it may be sound stupid but it is a real requirement for my project . I have a panel inside a form and this panel is used only for opening and closing subsequent forms. Now I have a show a ...
Ankit Goel's user avatar
1 vote
1 answer
431 views

Drag and drop panels within a FlowLayoutPanel

I am creating a windows form with several panels (10) in a flow layout panel, and I want these panels to be able to drag and drop to preferably another flow layout panel on top of it. I don't want the ...
Nazier_123's user avatar
0 votes
1 answer
185 views

Drawing a rounded edge panel in C# windows forms doesn't load correctly

I am trying to create a panel with rounded edges, but always comes out wrong picture: what i tried was these two codes but none of them achieves my desired expectation public class CustomPanel : ...
hotrodchomper's user avatar
0 votes
0 answers
68 views

VB.NET - How to move the mouse in a specific range in the panel

Visual Basic.Net Hello everyone. , there is a panel. What I want to do is moving the mouse in specific range in the panel. When the mouse will be in the panel , I want the mouse to move in specific ...
MohammedAnas MohammedFuad's user avatar
0 votes
1 answer
45 views

C# WinForms Panel with AutoScroll has dead space

I have a GroupBox, and inside that GroupBox is a Panel with properties: .AutoSize = false .AutoScroll = true .Dock = Fill .AutoSizeMode = GrowAndShrink I create controls in that (Scroll)Panel at ...
V.Kirsch's user avatar
0 votes
0 answers
46 views

how to close a form and show another form with same button...(error:panel was null) [duplicate]

I am a begginer. I am creating a winform app, in that I have a Mainform(F1) and several differnt forms which are going to display in a panel(p1) of F1, from these one (F2) is open in load event of F1, ...
wasim khan's user avatar
0 votes
1 answer
43 views

Positioning of another application in webform panel

Guided by post How can I run another application within a panel of my C# program? I'm running the application in the panel of Webform. However top left corner of the application is not aligned with ...
Tsoll's user avatar
  • 21
0 votes
2 answers
56 views

Programmatically copy X number of panels within Form

I searched other SO articles but couldn't find a solution that works in my case. My objective is to take a copy of panel1, which I have already created and formatted within Form1 and duplicate it on ...
jbroutier's user avatar
0 votes
2 answers
234 views

Most efficient way to programmatically update and configure forms and controls

I am looking for a way to prevent user form controls from appearing one by one when I'm programmatically adding them and for ways to enhance application performance and visual appeal. Say, I have a ...
Eduards's user avatar
  • 68
3 votes
1 answer
80 views

Can I stack and toggle between Panels with transparent PNG's on top of each other?

I am trying to make a form that allows multiple images to appear/disappear based on what buttons the user chooses. This example is just a test that I'm using to try and figure this out. My real ...
NickVids's user avatar

15 30 50 per page
1
2 3 4 5
40