Increase Size/move When The Form's Size Changes?
Sep 6, 2011I want to to increase size/move when the form's size changes....
View 4 RepliesI want to to increase size/move when the form's size changes....
View 4 RepliesI have added a Split container onto my Form and within bottom Panel I have added a list box.How can I increase the size of the list box as I increase the size of the panel?
View 3 RepliesI made a questionnaire (form) in Visual Basic express 2010.The forms maximum size is width:710 (this is ok) and height:850.How to increase the height of the form?I'm asking this because when previewing the form the elements of the whole form are the half of a A4 paper size.I want to be the whole A4 paper.
View 3 RepliesI can do to the Maximum till the Width and Height of the Form is (1386, 788).. How can I use free form with the Height and Width LARGER than that?. Coz I need to build a bit Larger Application.
View 1 Replieshow to make bigger tabpage page headers without changing tabpage or its contents font size. i just need to change tabpage header to make it look bigger with different font.
View 1 RepliesHow to incress msgbox size in vb.net
View 2 RepliesHow to make the form size automatic setting the size equals to the screen. or Maximize the whole form including the form components.
View 3 RepliesI have a recursive function that causes a stackoverflow for big inputs. So I want to enlarge my stack. I have never worked with threads so maybe I'm doing something wrong but when I try to make a new thread, the description for the second argument (StackSize) says that if I use a stacksize bigger than the default one, this argument will be ignored and the default size will be used. How to increase the stacksize? Or how to create a thread with a bigger size than the default one?
View 3 RepliesHow can i increasing stack size on my ui thread from within the app?
my app is a paint program + causes a stackoverflow exception when using large bitmaps + redrawing
somebody provide an exmaple on how to change the size the of the picture i.e to zoom into a picture at run time for eg: by selecting 100%, 125 % on a menu
View 6 RepliesOkay here's what I'm trying to do. I want to change the font size of a label based on the size of the form.If the form size is 0 through let's say 500 I want the label size to be 50. How can I write this?
View 5 RepliesIf I have form say sized 1300 x 800, I would like to proportionally size the form to the computers screen size. I can get it to size to the screen size, but it is not proportional
View 11 RepliesI developed a form application on my computer, but when it was used in another computer with different screen size, i was told the form didn't fit. Do I have to adjust the form size or any other ways to let the form compatible on different screen size? (could be different screen size or wide screen)
View 2 RepliesSo that's how I want it:
If I re-size the form, the textbox inside should be re-sized to fit the form, NOT DOCK!
"Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool.his may have occured because all pooled connections were in use and max pool size was reached."I am googling and find out the answer to it is increase my connection pool size from to 100 or so.
View 4 RepliesI am using a textbox which handle the name of the employee and when it get focus i am using a listview with detail view which shows all available employees and user have to select any of them. I am using all this control in a panel, unfortunately listview need more size then panel, and i cannot increase the size of panel. But placing listview inside the panel make its child control and hide the half list view. Is there any way that i can show full list view control under the textbox?
View 2 RepliesHow can I increase the pixel size of a Graphics like in an image-editor?Goldfish64 - Please remember to mark any replies as answers if they help and unmark them if they provide no help.
View 4 RepliesI am using buttons on my vb.net forms. I want a way in which if I drag my mouse onto a particular button it would increase its size and if I click onto it, it can respond to the codes. May be like I want it too look like those Macintosh laptop icons, whereby if u put my mouse on it, it increases its size.
View 5 RepliesI am retrieving Images in a Picture Box at runtime using the following code.
Public Class Form1
Dim myDir As String = "C:Users rujadeDesktop" '-- my folder for images
Dim x, y As Single ' the coordinates of the 'next' image to add
Dim pic As Image
[code]....
I wanted to add more functionality to allow user to increase the size of images that have been retrieved in the Picture Box. How to do so?
this is what I want it to do. On the label, I put a little image (a question mark icon). When hovered, a bigger image would appear. But the problem is, some other "labels" is going on top of the bigger image. And also, the bigger image, gets cropped when it reaches the border of "groupbox"
View 2 RepliesIs it possible to Allow users to increase the font size in a windows applications?
View 1 RepliesI am using a Report Viewer Page in a Asp Project, As my query is big i have Somany columns to be included in the Report viewer. But i am in a position that i cant increase the Page size of the Report to be Correctly fix the Entire Columns in the Report.
View 1 RepliesIm trying to increase the size of an array by 1 each time a button is pushed and have the new value read into the array. I use a variable nIndexItems which is increase by 1 each time the button is pressed. I need preserve the existing data so I have done the following: ReDim Preserve arHours(nIndexItems) This increases the array but doesnt preserve the data. I found the following so I tried it but its not working wither: ReDim Preserve arHours(UBound(arHours) + 1) how to keep this data?
View 5 Repliesi want to make it so my toolstriptextbox will smoothly size with the form as i resize it. I tried using a timer and just say txtbox1.width = me.size.width - 100 or whatever space for the buttons and handling it for when it reaches negative numbers (with autosize off on the textbox) but its not at all smooth.
View 4 RepliesHow can i resize the form and resize the richtextbox at the same time...(height)We know tht the difference is 18... if you look from up-to-down...u have 18 pxls of free space and everything else is the rtb... The real size:[code]
View 7 Repliesi need to read a large file stream binary my code is Dim sr As New IO.FileStream(srcFile,
[Code]..
Now all went well about from using the structure correctly. The working of the structure was perfect. How ever i missed Two important issues. The structure needed a fixed size of 10 items (9 in programming terms starting from 0) And also out of the 5 items allowed to be chosen as one of the member types for the structure a limit of 5 items of that particular type.
[Code]...
Is it possible to customize the tab control such as insert an image in front of the text or increase the size of the tabs?
View 2 RepliesI'd like to set the form size to the size of a textbox. The size of the textbox can differ, as it is set to auto-size. However when I use this code, which should work (as far as I know) the form just goes to 0 height and 0 width:
CODE:
In my project, form_double Click and Form_Maximize is not working when i do break point. Its not Button_Click, Form_Load. I want to do like this. "My project design form grid column size is small when form load and want to be large grid column size when the form is maximize."
View 1 Replies