Move Resize Controls Around And Set Up An Application?
Jun 10, 2010
I am creating an application where I can move resize controls around and this way set up an application. I need to know how to select a control (e.g.: textbox, button...) at runtime as I would do in Visual Studio for example.Then once I could do this the next question would be how can I change the icon of the mouse when it goes onto such control?
View 1 Replies
ADVERTISEMENT
Feb 25, 2011
Is there any way in c# or VB to automatically move the controls in a panel when the window is resized. I do not want the Anchor property, which only resizes the control. THe use is that controls are added at runtime to the form, and when the locations/values are loaded on a computer with a larger monitor, they are in the incorrect positions.
View 8 Replies
Jun 3, 2012
Let's say I make an application where the window (by default) is 1280x720, but the user is able to resize as How can I make the controls inside the application, resize according to the main window?
View 2 Replies
Dec 17, 2011
i have a form with a picture as background. On this picture I want to buttons or pictures (click areas where lamps are). I have made a transparant picturebox and when clicked he shows a small picture of a lamp indicating the light is on.The form should be full screen.The problem is: When the form is used on different monitors with different resolutio settings, or when the form is resized, the pictures are on another (wrong) part of the picture. that the pictureboxes stay on the correct position related t the background?
I do not use another big picturebox in the background while the transparacy will not work.
View 2 Replies
Apr 17, 2012
The end user should be able to move and resize the image in picturebox in the same way as I do in my Form1.vb. (Design) *.
View 3 Replies
Nov 16, 2011
I have the following code, which I use for in another control and it works fine, although the other control is a custom control that inherits from Control.
Public Class MoveableLabel
Inherits Label
Const WM_NCHITTEST As Integer = &H84
Const HTCLIENT As Integer = &H1
Const HTCAPTION As Integer = &H2
[Code] .....
View 9 Replies
Jun 17, 2009
My nam's Maurizio and i from italy Sorry for my bad english... is Possibile Move position, resize and rotate a picturebox with Mouse?
View 6 Replies
Jan 21, 2011
I using vb6.0.I want to load a image into a picture box and resize it in runtime through mouse.Image type is jpg or png.my logic is,
1. load image[jpg or png ] into picture box and draw a rectangle using rectangle API, according to image size.
2. resize rectangle through mouse and according to the size of rectangle change size of image.
View 3 Replies
Feb 12, 2009
How do you get it so when you resize the form, the buttons move with the re sized form and they don't just disappear?
View 5 Replies
Oct 28, 2011
I have been scouring for examples to give me some idea on what I need to do to create a skinable scrollbar. The only thing close that seems to work like I need is Cool Scrollbar The problem I am running into is on the designer...when I move it, resize it, or change the direction of the control (ScrollbarLayout), it seems to want to re-name the class the item is an object of from CBar to cbar.CBar. Once I position and align it properly to check, I can go through the Form1.Designer and simply remove the cbar. and get no errors. When I run the program, it is fine, so this is telling me that there is something wrong with the movement in the class...
[Code]....
View 5 Replies
Sep 1, 2009
im am working on a form with a few textboxes and buttons, the problem is when the form is resized or maximized the controls stay small. If someone could please show me how to resize the controls as the form is being resized.
View 2 Replies
Mar 2, 2012
I have a program that has a TabControl on it. There is code to resize all the controls on the form when the window is resized, regardless of what tab is selected in the TabControl. My issue is that the form will only resize the controls on the selected tab. So if the window is maximized, for example, it will resize the controls on the selected tab, but if the user changes tabs, the new tab will still have the original, non-maximized sizes on it. This works the same with un-maximizing the form, the controls on other tabs will remain the size they are supposed to be when the form is maximized. Here's some example pseudo-code to give you an idea. Assume button1 is on tab1 and button2 is on tab 2.
sub form_resize()
button1.width = x
button2.width = x2
button1.height = y
button2.height = y2
end sub
So the code is supposed to resize all controls regardless of the tab. But if tab 1 is selected it will visually resize button1 but it wont resize button2. To counter this, I simply made the form resize by 1 pixel and then move back to the original size when the user changes tabs. BUT this wont work for maximizing/un-maximizing the form. I tried telling it to detect window state on tab select so if the form is maximized, it will un-maximize it, perform the resize, and re-maximize the form but this doesnt seem to work.
automate this somehow so that regardless of selected tab or window state, all controls will be resized to the proper, current form size?
View 3 Replies
Sep 27, 2011
I have created a custom control in visual studio 2005. It contains a picture box with and image in it with 2 text boxes on top. I want to be able to resize this image by selecting the edge and clicking and dragging it.
View 1 Replies
Oct 1, 2010
find a way of resizing my form + controls. I did manage to resize the form and all controls (only standard controls in visual studio) i could get the dotNetBar material to resize?
View 1 Replies
Aug 7, 2009
How can we resize and relocate controls on form when form is resized by the user ?
View 2 Replies
Mar 15, 2011
I would like to resize to increase or decrease font size in a form.Is there a way that one can also scale up this with repect to the controls the fonts are in.
View 2 Replies
Nov 23, 2009
I was an idiot and designed my VB app on a 17inch monitor in a 1280X1024 resolution completely forgetting about what it would like on another machine. This might be a long shot, but is there an easy way to get the resolution of the users monitor and re-size the controls and form accordingly?
View 4 Replies
May 29, 2012
Is it possible to resize my controls on my form when I run it? The problem I have is that I have created a windows application which has a maximize state on all forms but on some machines my controls go missing (mostly on widescreen laptops). Ideally some way of resizing my controls would probably be best? So is that possible?
View 10 Replies
Jan 26, 2011
Visual Studio 2010 Windows Applications Visual Basic-- not able to resize or move controls or form with my mouse in designer window. When hover over sizing handles or form edge, cursor changes to double headed area but nothing moves. I can drag controls with mouse onto form. I successfully resized by pressing shift key and using keyboard arrow keys. I am using Toshiba Satellite L665D, Window 7 64x.
View 3 Replies
Aug 4, 2010
i want to when in run time i resize the form manually all the controls in the form to resize automatically so how can i do that?
View 1 Replies
Jan 23, 2011
Does anyone know how to make the controls on an MDI Child form resize along with the form itself? I inherited a project from another developer and I was asked specifically to make the form resize. With advice I received on this forum I now have the form resizing as expected. It will minimize, restore and maximize as well as resize with the mouse pointer.
The problem is that when I increase the size of the form all I get is more blank space on the screen. The controls to do change at all. Although I thin this is normal behavior for a Windows form my bosses all seem to think that the controls resize on every other widows for they see. I wondered if anyone had successfully accomplished this. I was already advised to write a FormResize handling subroutine and this unfortunately did not work.
View 10 Replies
Mar 26, 2012
i have a windows form on which i have
1. COmbobox
2. Date picker
3 button
4 datagridview
when my form loads, i have set the property to maximize, but how do i make the datagridview width and height(bottom) resize when the form is resized.
View 5 Replies
Mar 20, 2011
Where is the best place to resize a control on a form when a form is resized?....I'm currently using the Form1_SizeChanged event and seems to work ok. Also is there any need to check in the forms resize event if the form is in a minimized state before resizing controls?.,.. in VB6 if you try to resize a control when the form is minimized you get an error, but I don't see that happening in BV10 Form1_SizeChanged event, does VB10 automatically ignore resizing controls when a form is minimized or something?
View 2 Replies
Sep 21, 2008
how do i make the height of listview automatically resize, when the form is maximized? The anchor property does not work well with this listview because it is a custom control. Does anyone knows how to programmatically resize the height of a listview whenever the user maximizes the parent form like this picture:
View 4 Replies
Aug 5, 2009
How to auto resize form, image and controls on different resolution using visual basic dotnet code.
View 1 Replies
Jun 10, 2011
Anyone knows how to change the Forms and controls of the project as the Screen resolution of the computer changes?
View 1 Replies
Sep 1, 2010
i have a win form application in vb.net. it works fine but trouble comes when i change my screen resolutions.
How to resize my controls and form according to my screen resolution...?
how to adjust my controls according to screen size...?
View 1 Replies
Mar 7, 2010
From this forum I saw some discussions about form/controls resizing issue with different resolution screen setting. Most suggestions are using Anchor/Dock. My application's form has 10 group boxes and some buttons. In each group box there are 5 Text boxes and other more controls. I tried anchor and dock but couldn't make it work. My questions are -
1, How to re-size form and all individual controls as well?
2, If anchor/Dock are suggested, do i have to use both of them or just one? it seems to me there is no big difference between them.
View 4 Replies
Nov 12, 2009
First off I'm using the Extended Webbrowser control from: [URL]
I use the Webbrowser control to access an ESRI web based mapping solution. When the ESRI map is loaded into an IE browser and the browser is resized then the map control resizing accordingly. When my Webbrowser control is resized the map webpage is not resizing properly.
I don't even know where to start with this problem. Is there some event that's not firing in the website? I can't simply refresh the whole website because the user may have panned and zoomed around. I want to just tell the website that the container control (Webbrowser control) is resizing now.
View 2 Replies
Feb 15, 2011
All my forms inherits from one base form where we handle background paint and set standard properties. Recently, I think of cheching if the app is running on Vista or Later to use Segoe UI font, and I added this. The problem is than inherited forms changed sizes and their inner controls changed also... even PictureBoxes! The controls and forms seems to be thinner (in width), so square picturebox became vertical rectangules!
[Code]...
View 1 Replies