can you resize the whole form including contents -
Is there a way to resize all of the controls and contents on your form (i don't care about text, just a bunch of image boxes) without having to do each and every one.
Like on the form resize, not having to put each and every ones width and height and stuff like that?
can you resize the whole form including contents -
Is there a way to resize all of the controls and contents on your form (i don't care about text, just a bunch of image boxes) without having to do each and every one.
Like on the form resize, not having to put each and every ones width and height and stuff like that?
Forms & WebBrowser Control. (imagine the possibilities!) -
Is there a way to resize a form to the size of a webbrowser and is thered a way to resize the webbrowser to its contents. Lets say a picture . But picture sizes will be unknow. How do i do this. Also how do i make a webbrowser unclickable?
so here are the questiona layed out:
1.
Centering a form on a screen -
I have made a simple program and can resize the form to be maximize on any screen, but I put all the contents of the form in a FRAME, so therefore, as I resize the form, the FRAME follows it and doesn't stay centered in the screen.
Anyone got any suggestions on how I can resize the
MSFlex resize -
Thanks for all your help so far - I'm having trouble with a form resize - all I have in the form is an MSFlexGrid, but when I put code into the Form_resize event - all I can seem to do is make it disappear (I'm trying to resize the grid proportionately to the resize) this must be easy
Form resizing with MSFlexGrid -
I am displaying data in MSFlexGrid columns and am re-initialising the Grid with data in the correct proportions when the form is resized (in the form resize event).This only happens when you resize the form by extending the lower edge - if you extend from the corner it seems the resize
MDI Child... no resize -
this question was put up earlier, with no response.
I've got an MDI form, and sever MDI Children :P
anyways, all of them have
WindowState as Maximized
and
Borderstye is 2- Sizable
(all! including the MDI form)
i DON"T want to allow anyone to resize the MDI Childre
Am I just stupid or what....resize doesn't work. -
As far as I can tell, the resize event does NOT fire when you resize a form SMALLER. This is really screwing with the look of my form, because my resizing of some controls is dependant on the firing of the resize event.
Any ideas?
How to receive form resize event in Activex Control -
I want to create a control for the use of developers once placed on form it will resize all the controls according to form height and width (size) at run time but i am clueless about how can i recieve form resize event in my control so that i can take appropraite action i.e. resize all
resize 'desktop' - very hard! -
This might not be possible but...
I want to resize the entire desktop including the taskbar and move it so that it is surrouded by a 'border' about 100 pixels wide. Is this possible?
TIA
-TiPeRa
Resize picturebox contents with form resize. -
Hi all.
I want my form to resize for different screen resolutions and I'm trying to adapt posted code to be able to do it.
This code is part of the Private Sub ResizeControls(). At runtime U draw lines into picture2 which is what needs to be resized.
I don't understand the Pi
(resize button / text/ dropdown ) after form auto resize -
hi, i can resize the form size (width + height) for the panel control from the auto resize (max / min button). But i have no idea how to resize the (button/text/dropdown) on the form when going to auto resize...
Vb.NET 2005
Problem with Form resize -
hi everyone..
may i know how if i want to make my form cannot be resize..just static follow my own resolution.
i set properties..moveable=false..to make my form cannot be move..
but how if i want my form cannot be resize..
any helping is very much appreciated
tq
Size ListBox -
Is there an easy way to AutoSize a ListBox? I'm thinking maybe if I put the ListBox contents into a hidden label then get the size of the label I could resize the list box. That seems like a long way around. What I'd like to do is have the ListBox resize automatically horizontal and/or
[2005]Resize question -
Hello
Everytime i want to resize my form in design view my listviews on the form resize also. Why is that ?
How can i stop this from happening ?
Thanx a lot
Form resizing to fit datagrid -
I have a form that inputs data to a datagrid that is on another form that the user can choose to view. There are several of these forms, depending on the data that user is inputing. My question is simple, I want the form that contains the datagrid to resize to fit the size of the dat
Form Stuck -
I have a form that is set to resize, I have deleted the resize code so there is no external influence. But the problem is - when I do a partial minimise and go grab the top bar, the form will not move. I can resize all sides but it just won't move.
Any idea's as to why that may be
Interesting Problem... -
Hey, I ran into an interesting problem. I used VB's app wizard to make a multi-form window app but now when I resize any of the frmDocuments they don't resize since they're children of the frmDocument... if I resize the real frmDocument and then resize the children of frmDocument they
Please help me with adding a folders contents to a Treeview -
How do I add a folders contents to a a TreeView including Sub Folders.. ??
I want to create a "copy" of a folders contents and add items to a TreeView, a TreeView with sub folders, in other words a exact copy of the Directory structure, including files & Sub folders.
Pl
resizing, pixels & twip -
hi, im coding the resize event on my form, the form has 2 frames which, with their contents all need resizing... but my form is set to pixels so that a taskbar icon im using works :s and as u know when u have a form set to pixels the contents of frames are still measured as twip.. :s
how to resize a menu in vb6 when then form is resized -
Hello to you all,
I want to resize a form in visual basic6.
But the problem is that the menu doesn't resize with the form.
Anyone a suggestion?
Thanks
Catharinus van der Werf
[Removed by Mod]
Smooth form resize -
I have a form that the user can resize. There are minimum heights and width requirement so these are built into the Form_Resize() i.e.,
Code:
Sub Form_Resize()
If Me.Height > 2000 then Me.Height = 2000
If Me.Width > 3000 then Me.Width = 3000
....
....
End S
Help me, PLEASE!! -
When most programs are resized they only let you move the border of the window until the mouse botton is let up and then the form smoothly resizes itself, but standard VB forms resize the form and update it instantly. So, when you try to add resize code in the forms resize event the wh
Printing contents of a form -
hi everyone, i have a form (atached) and it contains an image box that contains a metafile. i want to print the form including the image. i need help on this one. i tried form.printform but it failed. would it also be possible to save a bitmap image of the form?
thanks.
Resize Calendar in VB6 or VB2005 -
Does anyone know how to resize the MonthCalendar that can be added to a form? It appears like it can be stretched, but it will not resize. I have tried making the font bigger, but nothing changes.
Thanks,
BZ
Resize form based on its caption -
I want the form to resize to match the size/lenght of its caption: meaning that the form is just wide enough to show the whole caption...
The only ok was of doing this I could figure it was to use a label, set it to the same caption as the form, and resize the form according to the la
Need Scroll Bars in a form -
I have a form created and would now like to add scroll bars. I have tried to put then on the form, but they don't work. I would also loike to know how to get the contents of a form to automatically resize proprtionally to the size of the form if the user resizes it (to a point of cours
[2008] Resizing multiple objects in a form -
Hello,
I'm trying to set up a system to resize multiple objects on a form (40+) when the form resizes.
I've got it working but it's rather slow, when I resize the form it stutters a lot from looping through the objects to resize them.
Is there a better way to do this that would
[2005] TabControl Resize -
I have a tab control on a form, when the form is resized, I re-arrange the controls on the form and on both tabs of the tabcontrol. However... only the controls on the visible tab appear to move. If I click to the previously unselected tab, the controls have not moved. If I then resize
Resize the picture in the form -
I would like to resize the picture in a form as the resolution of the screen is changed.The picture is added using the picture property.I have already downloaded the Resize ocx.But it gets affected only for the controls inside the form
Anyone pls help me.
Itty
Resize with Javascript -
How can i resize the contents of 3 forms to fit different screen resolutions? I need to be able to resize 2 flash movies, one is in the top frame, and the other is in the left frame so that they would fit a screen resolution less than 1024 X 768. if you would like to see my site, and k
How to move and resize a borderless form -
Hello,
I'm creating an application that has it's border style set to none. I need to have a way for users to resize and move the window. How can I make it so when a user drags an image it will move the hole form around the screen and how can I make it so when they drag another one it
How to detect when the form has finished resizing -
My form is quite slow to redraw itself.
I want the user to resize it and only when they let go of the mouse should it redraw the contents.
How can this be done?
Form - Minimum Size -
I am using docking and anchoring etc to allow the user to resize a data entry form at run time. I have set the minimum size at form load from the size of the form at that time so that the user cant resize it less than the size at load. However this works fine if the form is not an MDI
Spurious Resize -
I am getting a spurious resize call when I am trying to use a tabstrip control on a form and I was wondering if anyone may have a clue on how to code it out.
My form has a grid, a rich text box, a tabstrip and 5 buttons.
Different tabs bring up a different mix of items.
The ta
Can not move or resize controls on a form. -
In a VB6 project, on most of the forms I can move and resize the controls, but on one form I can not. I can add and delete controls to this form, but once they are one the form I can not more or resize them. I assume this is some property of the form, but I can't figure out what it i
Resize contols... -
How can I resize two textboxes that share a common border.
I want to be able to resize them like when you
resize the project explorer in VB for example.
The mouse cursor changes to the Twin I-Beam cursor and you can left
click down and drag the borders for resizing.
Or when you re
Help to resize a form with the controls to -
I need some code to resize my form with everything else resizing to fit to the form to when I click maximize on the form. I've tried some other things and none of it worked correctly so hopefully somebody here can help me.
Form attributes between executions -
I'm trying to save the attributes for a form so that if it is resized the attributes can be reloaded at the next execution of the program and the form will retain it's size and screen position.
I'm working on a program, but I must not be putting the call to Save in the right place.
Help Resizing Form -
Hi!!!
When I execute my program he has a form that show with a VSFLEXGRID on it.
I want to do that:
When the user will take the mouse and will resize the form , I want that my VSFLEXGRID that have on my form resize also.
I resume:
The user take the corner of my form w
SCroll Bar in the Form -
Dear All
I have got MDI Form and other forms not the child forms
when I open the other form
from the MDI Form, I want to see the form in the middle and not full screen. this is ok no problem
But when I want to see everything in the form, I have to resize the form.
istead of resiz