Increase The Size Of A Form?
Apr 20, 2011
I 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 Replies
ADVERTISEMENT
Sep 6, 2011
I want to to increase size/move when the form's size changes....
View 4 Replies
Feb 25, 2010
I 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 Replies
Nov 26, 2011
I 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 Replies
Apr 3, 2010
How to incress msgbox size in vb.net
View 2 Replies
Apr 2, 2011
I 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 Replies
Jul 30, 2010
How 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
View 6 Replies
Jan 12, 2010
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 Replies
Dec 16, 2009
how 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 Replies
Feb 19, 2008
"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 Replies
May 12, 2009
I 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 Replies
Dec 30, 2010
How 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 Replies
Jun 22, 2010
I 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 Replies
Jan 23, 2010
I 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?
View 1 Replies
Jan 7, 2010
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 Replies
Mar 14, 2011
Is it possible to Allow users to increase the font size in a windows applications?
View 1 Replies
Mar 2, 2011
I 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 Replies
Mar 12, 2010
Im 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 Replies
Mar 3, 2009
i need to read a large file stream binary my code is Dim sr As New IO.FileStream(srcFile,
[Code]..
View 10 Replies
Jun 5, 2012
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 Replies
Jan 6, 2010
I am sending an email with an attachment using the following Code
Dim msg As New System.Net.Mail.MailMessage(req.EmailFrom, req.EmailTo)
Dim att As New System.Net.Mail.Attachment("C:Documents and SettingsmichaelrDesktop1216259.pdf")
With msg
.Attachments.Add(att)
[code]....
The file size of the attachment is 396KB, upon the recipient receiving the email outlook shows the file size as 543Kb. Strange thing is if I send an email with the same attachment using outlook the file size is 396Kb.I understand that file sizes can increase due to the attachment being base 64 encoded as opposed to just raw binary.What I am failing to see is why outlook send a file which is 396KB in size but in code when sending it, the same file is 543Kb.
View 2 Replies
Feb 16, 2009
I'm trying to code an 'increase' button to prompt a user to input a rate by which to increase select prices in an array.It should request the increased rate, then request a number from one to five, representing which price in the array to increase.Then, if 'increase' button is selected again and another number from one to five is chosen, then that element should be increased.It's working, but all the numbers in the array are changed. And, when I hit the increase button again, the array is repopulated below the first price increases instead of only replacing the designated price.
'declare 5 element array of prices
Dim prices() As Double = {12.2, 8.5, 12, 50, 2.4}
Dim rateIncrease As Decimal
Dim isConverted As Boolean
[code].....
View 1 Replies
Jun 20, 2011
See my screen shot to found that what is I want. I want increase top of my form in windows 7:
View 2 Replies
Jun 9, 2011
How to make the form size automatic setting the size equals to the screen. or Maximize the whole form including the form components.
View 3 Replies
May 12, 2011
My application having one mdiform in that form six child forms are there.Switching of opening one childform into anather form speed is very slow after clicking of any button in the mdiform.
View 1 Replies
Feb 23, 2010
I'm trying to make simple Increase and decrease the form option This is for my code to increase the form
While Me.Width < 1000 Me.Width = Me.Width + 9 End While How do I make My Form Go Back to It's original state when dock button is clicked?
View 3 Replies
Jun 23, 2011
Okay 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 Replies
Sep 24, 2009
If 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 Replies
Mar 5, 2010
I 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 Replies
Aug 22, 2011
So 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!
View 5 Replies