How To Increase Height Of Top Form
Jun 20, 2011See my screen shot to found that what is I want. I want increase top of my form in windows 7:
View 2 RepliesSee my screen shot to found that what is I want. I want increase top of my form in windows 7:
View 2 RepliesI have a multi line textbox (in a windows form in vb.net application) that displays values from an array. What I would like is to have the height of the textbox increase automatically so that all the rows are visible in the textbox without the need to scroll down. Also I would like to know how this will affect any controls directly below the textbox in question. ie if the textbox grows in size, will it push the items below it further down or will it overlap them?
View 4 RepliesThe issue I'm having is I have 3 items in my combobox however when I maximize my window the items do not enlarge and are the same size(or relative) to what they were prior to maximizing, hence overlapping. Is there a way? I've ony known how to increase width.
View 12 RepliesI'm in the process of making a barcode printing program for my job. The barcode is printed by printing text using font "WASP 39 LC". I have it automatically determining the correct font size of the text so that it will stretch from the left edge to the right edge, but the barcode isn't very wide (or tall), It's only about a centimeter tall (when printing a 9-digit number).
[Code]...
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].....
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 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 RepliesI have read that VB .NET in earlier versions limited the FORM size to that of the development machine screen resolution.I am hoping that there is a way in the current VB 2010 to get around that.However in my attempts to make the form larger, it always resets itself to the screen height on my develoment machine.Is there a way to get around this and have the person be able to use a scroll bar to move down?The data I wish to show actually has two screens worth of information but the stuff in the scroll down section would be used on a limitied basis so scrolling will be useful rather than having to recreat the screen to show less data at one time.
View 2 RepliesIs is possible to do basic mathematical operations like addition, division etc. in XAML?For example, I want to set the height of a button to {Binding ElementName=MW,Path=Height}/2.
View 4 RepliesMy 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 RepliesI'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?
I`m make program for order form, I use order form code with name MR/IR/001, when I start Program It`s fine but when the order form code get MR/IR/999, It`s Stuck and won`t get increase the number, I want it the order form code go to MR/IR/1000, MR/IR/1001, MR/IR/1002 until 5000 how to get code work,
THIS THE CODE USING VB 2008 and database using MS access 2007
Dim strTemp As String = ""
Dim strValue As String = ""
Dim sql As String
[CODE]...
how can i calculate the width of a circle at top + 1/3 height & top + 2/3 height?
View 5 RepliesI made a form with a width of 600 and a height of 600. When to "Paint' event andwrote"e.Graphics.DrawLine(Pens.Blue,0,0,Me.Width,Me.Height). I expected a line from the top left conner to the bottm right corner. NO NO NO it fell short on the x(width) axis. I do not know who came up with drawing in boxes, but I HATE IT.
View 3 RepliesI'm working with a form that doesn't want to let me go above 884 for height when I'm working in the editor. I thought I figured this one out before but my memory could definitely be better. I've played around with a bunch of properties without success.opping controls on the form and locating them below the bottom limit doesn't do it. The form will go down as far as necessary to show the new control when you run the application but not when I'm in the editor. I want to be able to work in the editor on a form greater than 884 height
View 2 RepliesI have a main form that is set to be an MDI Container (IsMDIContainer - True). I have a number of child forms to that parent. When I first display a child (Maximized and .Dock= DockStyle.Fill) in the MDI Window, all is fine, but if I click the maximize button to bring the child down into the MDI window, then click the maximize button again to dock it again, the size of my menu in the main form doubles. I have that main menu setting "Allow Merge = False."
View 3 RepliesWhat I want to do is setup a form to act like a control panel. When it loads I do not want it to be more than 94px in height but when the maximize button is pressed I would like it to expand the width of the screen. I was thinking I could do this with an "onload" event in the main form but not sure how to do it.
View 4 RepliesI'm somewhat new to the vb scene and I have a little problem with a simple browser I'm trying to create.
First, the
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub Form1_Resize(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Me.Resize
[Code] .....
Now I want the browser portion to fill up the space as the window adjusts, just as firefox or IE would, but I get an error saying both Scalewidth and Scaleheight are not part are not members of 'Web_Browser.Form1'.
I am trying to use a cross cursor and make it the width and height of the form without any luck. I read in a thread i may have to use a custom cursor, is this true? I have tried to re size the Cursors.Cross
[Code]...
I have a treeview and text box below it... is it easy or even possible to allow a user to change the height of the treeview which will automatically change the height of the textbox so there is no gap between them?ie one gets bigger the other gets smaller etc etc
View 1 RepliesI am developing a iimage veiwer.
1. i need to resize the form to a suitable size depending upon the heght and width of my image
2. their are two buttons one should always be at the bottom right corner and other always at the top right corner.
3. How do i make the picture fade in.
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 RepliesI have a Windows form which contains a DataGridView within a GroupBox which is within a TabPage which is within a TabControl.The scrollbars property is set to 'Both' so that the user can scroll down to see all available rows in the grid.
I want the Windows Form to initialize to allow the user to see 7 rows but to expanded vertically to the size of 32 rows which is the maximum possible in this application.
Is there a way to size the form dynamically so the Form's Height property can be changed as the DataGridView's rowcount increases?
I want to to increase size/move when the form's size changes....
View 4 RepliesHow to increase a forms opacity without increasing the opacity of the controls in the form?
View 1 RepliesIm using this code
Private Sub Form1_MouseEnter(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.MouseEnter
For i As Integer = 38 To 2 Step -1
Panel1.Height = i
Next
[CODE]...
I have 2 panels on the form butttt for panel one i want to slide height and panel 2 i want it to slide width.
I have a string value "password" and i would like to increase each of the characters in the string by 2 position.
View 5 RepliesI have to increase timeout period.Following is my code.
Private Function GetConnectionInstance() As SqlConnection
Dim objConn As SqlConnection
Dim strConnection As String
strConnection = ConfigurationSettings.AppSettings("conn")
[code]....
What code i have to add in above to increase timeout period.
I'm trying to make simple program that changes the fan speed using a Track bar. I checked on MSDN and Bing and nothing on VB.
View 4 RepliesHow to incress msgbox size in vb.net
View 2 Replies