Make Form Fill Bottom Of Screen?
Jul 6, 2010
Basically the form moves to the bottom of the screen so that the bottom of the form is at the bottom of the screen. It the increases the width of the form until it is the width of the screen. The height stays the same. So it fills the bottom of the screen.
View 3 Replies
ADVERTISEMENT
Feb 4, 2010
Im trying to make a form popup on the bottom right hand corner of my screen to display a message when the application opens.I know i can set the location in the properties but that may vary depending on the monitor the application is displayed on, how can i code it so that it can detect were the bottom right hand corner of any screen is ?
View 3 Replies
Jun 29, 2011
I can get a shape to go down and reappear at the top but I can't figure out how to get it to work going up.This is my code for going down:
If shpBar.Top + shpBar.Height < Me.Height Then
shpBar.Top += 50
Else
shpBar.Top = 0
End If
View 2 Replies
Nov 5, 2008
I have a form that I want to dock and move to just above the task bar on the right side of the screen. How could I do this?
View 3 Replies
Dec 4, 2009
How can I position a form at the bottom right corner of the screen when the form load?
I use visual basic 2010 express
here;
Dim x As Integer
Dim y As Integer
x = Screen.PrimaryScreen.WorkingArea.Width - 400
[Code]....
View 3 Replies
Sep 5, 2010
I need to make the form got to the bottom right of the computer screen. i need the form out of the way but visible at the same time.
View 2 Replies
Apr 10, 2011
I want the form to automaticly fill up the whole screen when executed.
View 1 Replies
Oct 16, 2008
I'm attempting to make a scrolling text label at the bottom of a form. It is the type of scroll you can see on the weather station when there is a tornado warning out. I was wondering if someone could help me go about doing it?
Basically, I am trying to have a label, which scrolls smoothly. The scroll text will be the contents of a string variable. I was also wondering if it would be possible to have the entire scroll "disappear" as the end of it scrolls onto the left side of the screen, then it pauses for a moment, and starts the scroll again, playing an alert tone each time.
View 3 Replies
May 28, 2010
How to make a form as bottom most form in vb.Net 2008
View 1 Replies
Sep 30, 2009
How can I get my screensaver to fill the whole screen. it has in the past but, just quit working several months ago. I have Windows Vista
View 1 Replies
May 4, 2010
How to show the bottom part of the screen in the click of a button? On my site I have a picture and when the user clicks on this some more information is shown at the bottom of the page, althought i do have text at the top informing the user to scroll down once the picture is clicked it would be nice to automatically focus the page on the bottom half.
View 3 Replies
Mar 20, 2010
I'm using this code to minimize my application:[code]How do I make it minimize in the bottom right corner of the screen rather than the right? The only thing I tried asked for a pixel value. If someone uses a different resolution from me I need it to work for both of us.Oh, also, when I click on it minimized it opens a menu as if it was right clicked. Can I fix that?
View 7 Replies
Jul 12, 2005
How can i use the notify window like msn messenger 7 that appears in the bottom right corner of the screen?
View 2 Replies
Nov 17, 2011
I 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 Replies
Nov 15, 2010
I am new in programming.i want to learn programming as i can so I want to Application that can fill website registration form. my target website i
View 6 Replies
Aug 20, 2011
was trying to make a splash screen using a form (so that it fades in and out) however i cant get it to stop for the person to read it (at least for 5 seconds) this is the code
Public Class Form1 Private increase As Boolean = True Dim time As Integer Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code]...
View 19 Replies
Jul 16, 2009
How Can I make the form full screen ? i want the codewhich can do this
View 4 Replies
Jan 15, 2011
I have created a form for a user to add a new booking to a database, the form uses text boxes, labels and datetimepickers to handle the data. [Code] My problem is that when I print the document I get the following "311salesmeeting". This is the data from my text boxes, but I want the form to print as it is on my screen. I have done some reading up and the only other way I can see to print a form is to load the form into a bitmap file and print that. Is this correct, or can I alter my code some how.
View 2 Replies
Aug 23, 2011
how to center my form and make it full screen
[Code]...
View 11 Replies
Jan 11, 2011
to make my form full screen. i need the screen to be on top of the task bar and on top over any other application that is running behind it.
View 3 Replies
Aug 15, 2010
I want to make a software for game zone when running user should only see the form and also how to remove closebox.
View 1 Replies
May 21, 2011
I'm making an application in vb.net and during the development has arisen the need to make a form greater than the screen resolution.For example:
Screen resolution: 1280x800 and 2560x1600 sizes form
Obviously, the form should
not have scrollbars.
View 2 Replies
Nov 4, 2009
I'm making a manually started screen-saver-esque program, and I need the "Black screen" form to be full screen, totally black and border-less.
I have so far managed to fix the last two criterea with changing the border style and form back color, but how do I make the form default full-screen?
The only settings I could find were things like "Manual" and "Center Parent". I'm probably just missing something obvious, but how do I make the form full-screen by default?
View 1 Replies
Nov 17, 2011
I have an application, in which i have some windows forms and About form.When i show these windows, As of now they are coming somewhere near screen top left. But i want them to come at the screen centre.
View 8 Replies
Jun 9, 2011
I am developing windows form application on my laptop....but running my project on Desktop or laptop becomes different looks.how do i make it to be the same no matter the screen resolutions? i just need my project look same in all small or big screen resolutions.
View 1 Replies
Jul 24, 2009
How can i make a full screen form, with no borders stand in the middle?
[code]...
View 5 Replies
Jul 15, 2010
I have created a splash screen and would like it to display for 5 seconds and then display the MainMenu form. The book I am following suggested using
Threading.Thread.Sleep(5000)
but it just makes the splash screen APPEAR after 5 seconds of nothing.
View 21 Replies
Dec 13, 2009
make the form size exceed the screen working area? like setting the size to (1600,1600) doesn't work if the screen is not as big as it is.
View 4 Replies
Oct 3, 2009
How do I make flash go on full screen mode when I click on the form button?[URL]
View 32 Replies
Aug 14, 2009
how can i make the form full screen and allowes on top and cant end it's prosesscor in task manger..
View 13 Replies