(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
(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
Child forms to resize when parent form is resized -
Child forms to resize when parent form is resized, I have been searching for this since last night.
I have seen many posts and solutions on it, but none have worked for me.
I am not sure if I even have the Mdi/Child relationship set up right on my forms
If some would look at my sou
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
Know when Max button is clicked -
I put some code in the form resize event so my controls resize with it. But when I click the Maximize button, they do not resize and I do not see an event for this. Any way of detecting this?
I may have missed something right in front of my eyes!
Thanks!
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?
End of resize -
When I drag on a form's border to resize it I use the Resize event handler to rearrange and resize some controls on the form. To avoid flickering in a listview full of data I'd like to do the control arrangement the moment the mouse button is released. So, how do I trap the "mouse
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 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
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
Rich Text Boxes!!!!! -
plz help ppl
i have a richtextbox on a form
the form has a black background
the text box has a black background
i have a freeSize.ocx resize control to auto-resize the form and its controls etc.
i add the text to the text box at runtime, using SelText and SelColor to format it
Auto resize -
I have a form with textboxes into a small form! I have maximize button on my window! now... my problem is! when I click the maximize button, textboxes doesn't automatic resize! How can i resize automatic those textboxes by simply clicking, maximize?!
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?
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
Resizing Controls on Resize -
Hi,
Is there a way to resize the controls in a form on the Resize event.
I know you can use a layout, but that only resizes when you release the button.
In Visual Basic, its quite simple (see Brad's(Administrator) Resizing Technique), is there a way of doing this in Java please.
[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
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
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 A Form On Button Click -
Hi
I was wondering is there a way to resize a form to a set size when a button on my form is clicked
Thanks
Jamie
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
Form's Resize event -
hi everyone, i have a code inside my Form's Resize event. Whenever the form is resized, i also resize the controls inside the form. My problem is that the Resize event fires even before i let go of the left mouse button when resizing. This results in a lot of flickering. So i was think
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
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
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]
[2008] Resize Painting issue -
I'm having a slight issue where when I resize a form from the right side or the bottom, it works fine, you see the form resize in "real-time" or however you want to describe it. The frame has the correct length and/or height.
However, when I resize from the top or left, the
Resizing MDI forms -
Anyone know why I can't resize an MDI Form.
Basically I want a Tip form which has to be an MDI form, so when I click the HIDE TIPS button the form gets small so that only the button to SHOW TIPS is shown, you get the idea.
Anyway this bit of code doesn't work.
frmTip.ScaleH
Resize an image... -
How do I resize an image to fit in a picturebox...
I want to keep the aspect ratio the same...
also...when I resize the form..the picturebox should resize as well with the image adjusting also.
Ive played with StretchBlt (couldnt get it to work! )
help?
thanks
auto resize richtextbox with form window -
How do I set Auto Resize for a Rich textbox to resize with the Form window?
Disable resize button on MDI form -
Hi,
Does anyone know how to disable the resize button on a MDI Form control box?
I want to make an application that uses an MDI form and I don't want it resizable. I already set it to load maximized but I don't want it to be able to be resized. Minimizing is okay, though.
Ho
auto resize RMchart when resizing form -
I have made a chart with rmchart and i was wondering if it is possible to automatically resize the chart when i resize the form where it's in.
[2005] Resizing controls to form events -
OK.
I got great help on a previous post about iterating through a set of tab pages.
My intent there was to resize the tables represented in the dataGridView control as the form is resized.
I found that, so far, I have needed to use 2 events:
The resizeEnd event for when users
Command Button Drag Drop Resize -
Hello
I want to be able to drap & drop command buttons on a form, and be able to resize them. Would someone explain how to do this? I then want to save the settings for a database so when I exit the application I can go back in and the buttons will be where they were when I last
resize textbox(solved) -
hello all
i cant seem to resize the textbox on the gui form i tried using the mouse to resize but it allways goes back to orig one line size same with typing new numbers in properties box, whats wrong?
thanks john
Auto Resize in openfiledialog -
I am trying to resize pictures that come into a picture viewer anyone have an idea how the code to resize pictures? Or a link?
Thanks In Advance
Aric
resize columns in a lisview -
Whats the best way to resize columns in a listview with regard to form resize ?
[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
Resizing form and textboxes ... -
Can someone tell me how to get the text box to resize along with the form? I also have 2 command buttons under the text box which I want to stay centered and at the bottom of the form when I resize it.
Right now, the textbox stays the same size when I resize the Main Form and the
form centering -
This seems really silly. I just want a form to center when I resize it. I put this code in the resize fuction of an empty form1:
Private Sub Form_Resize()
Me.Top = (Screen.Height - Me.Height) / 2
Me.Left = (Screen.Width - Me.Width) / 2
End Sub
That is the only code in th
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 w/ XP -
What api can I use to resize a image? I'm used to using gdi32's stretchblt but that doesn't work. I've had posts about that problem with no help. So what else is there? Thanks!
(I need to resize so I can save it, not just dsplay it...)
NOMAD
how to resize column width -
hi guys,
does anybody know how to resize column width of a MSFlexGrid from the coding???
But if i went to the propaties and change the AllowUserResizing to "1 - Coloumns" then i can resize them in the run time. but i dont want to resize it in the run time. i want it to ha