Skip to main content

All Questions

Tagged with
0 votes
1 answer
35 views

Form docks in Panel only on second try

I am fiddling around with panels to enhance my skills with GUIs :) I found a strange problem and can't find a solution. I have a form with one button and two panels. In the left panel there is only a ...
JimPanseKing's user avatar
0 votes
2 answers
46 views

Place dynamically created controls in a 2 or 3 column display

I've managed to successfully create a panel with dynamically created label and textbox created controls and now I need to be able to place them in a 1 (easy), 2 or 3 column display within the panel (...
Prescott Chartier's user avatar
0 votes
1 answer
68 views

Make ASP.NET panel width the same as aspx page width

I have the following aspx page: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="SectionPreview.aspx.vb" Inherits="Management.SectionPreview" %...
Prescott Chartier's user avatar
0 votes
1 answer
62 views

VB.NET panel addrange list of labels

In my form, I have a panel. In a loop, I create many labels in this panel, but it's too slow. So, it appears that create a list of labels in the loop and after add them in the panel should be more ...
Jimmy Dubray'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
43 views

UpdatePanel (ASP), I lose inserted objects when I insert new objects dynamically

I'm trying to insert one object (Panel) after another inside an UpdatePanel type object (by means of a button), this with the aim of forming an array that looks horizontal visually when the user ...
LARC's user avatar
  • 109
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
0 votes
1 answer
102 views

How do you set a dynamically created panel to false in VB.net?

I have on my screen design Panel1(left half), and panel2 through 10(right half), the panels on the right half are named based on data from a database. I need to be able to click on a button in panel1 ...
Shawn Mulligan's user avatar
0 votes
1 answer
316 views

How do you show a panel in VB dot net, if all the panels are created dynamically and sit in the exact same spot?

I am using Visual Studio 2022 and my language of choice is VB. When the program starts it creates Multiple Panels that are located in the same position created from data from a database. No matter ...
Shawn Mulligan's user avatar
1 vote
1 answer
460 views

'The system cannot find the file specified' when starting conhost process

When I use the code down below to start a cmd window and move it into a panel, everything works OK. But when I replace cmd with conhost, it fails with the following error: 'The system cannot find the ...
Eric van Loon's user avatar
0 votes
1 answer
37 views

How to add a panel and dock it on to metrocontroltab

enter image description hereHi everyone so Ive been following a tutorial where he put a panel and docked it onto the metro tab control. He did it just fine but when i did it it displays an error. I ...
Eric Soriano's user avatar
0 votes
1 answer
71 views

Move a child out of panel

I use the code down below to start a cmd.exe window and move it into panel1 on my form. I added button1 to it and I like to use that button to move the child out of panel1, back "to the desktop&...
Eric van Loon's user avatar
0 votes
1 answer
280 views

Unable to find RECT size with DwmGetWindowAttribute

I'm trying to find to find the size of the cmd.exe window which is started as a child. I like to use this size to resize my form accordingly. For some reason the size returned by DwmGetWindowAttribute ...
Eric van Loon's user avatar
0 votes
1 answer
295 views

How to resize a parent form and panel to fit a child window

I use the code below to start a cmd.exe windows and move it into a panel after execution. At this moment, the child window is resized to fit into Panel1 on my Form1. I would like it to be the other ...
Eric van Loon's user avatar

15 30 50 per page
1
2 3 4 5
14