VS 2010 Setting The Form Location?

Apr 1, 2011

In my Windows application I have 2 forms, Form1 & Form2 in Form1 there is a Button so now I want to place the form2 exactly bottom of the Button when I click.

View 3 Replies


ADVERTISEMENT

Setting The Location Of A Second Form?

Aug 4, 2009

I have a second form that loads when the main form loads. It sits behind the main form, is mainly transparent and does not allow interaction from the User.

Its as if the form is on the desktop, which is what I'm going for.

I set the location of the form to be in the top right hand corner of the desktop. On my PC, which is a 23" monitor, it works and looks great. But when I use my application on a notebook or a smaller screen, the form gets cut off. Why is obvious, because of the screen size differences.

What I want to know is how I might set the form to a more... definitive position. Rather, relative to the size of the screen.

I haven't searched much yet, but maybe there is a way to set the location of the form to a specific location of the desktop, not relative to the size of the screen.

View 4 Replies

Setting Form Window Location?

Apr 19, 2009

I'm having trouble setting a form's location in the load event.

config_set = File.ReadDatabaseKey(Public_Variables.settings_radar, _
"Window Position X", Public_Variables.config, Public_Variables.config_path, 5)
If Misc.GetContainsOnlyNumbers(config_set) Then
Me.Location.X = CInt(config_set)
End If

View 4 Replies

Setting Form Location Property Within Program?

Feb 9, 2010

I have a single form that I would like to move across the screen with my VB program. Of course it's simple to set the location X and Y property for compile time using the properties tab, but I want the form to move as the program runschanging the coordinates within a for-next loop.I can easily get the X and Y coordinates of the form within my program by using X = me.location where X has been dimmed as type point.console.writeline(X) will appear as {X=20, Y=40}. for example

View 2 Replies

Setting Form's Screen Location Not Working?

Jan 27, 2010

I'm working on a vb 2010 project where I am playing mpeg movies using the Media Player control.The computer has dual heads (extending windows desktop to other display). My aim is to be able to selectwhich screen to show the video on. I have two forms, the first form (frmControl) has two buttons, Play and Stop.The second form (Player) has the embedded Media Player. Initial tests worked fine (not choosing a screen, but making the player fullscreen and playing a movie). When I add the following code to allow choosing the screen

View 4 Replies

[2008] Setting Picturebox Location On Form?

Feb 14, 2009

i need a picturebox to, when an event has happened to either revert back to its original place.or set a location for it to go after the event has taken place.ive tried lots of different code but its not working?

View 3 Replies

Generic Form Location - Display Setting Resolution

Feb 24, 2009

I have two forms. These are a widgets that I made in VB .Net language. But I have a problem, what if the the display setting resolution is change to 800X600, 1024X768, 1280X800 and so fort? How can I maintain the location of my forms? My screen resolution that I'm is 1280X800. I locate the first widget in x.1000, y.20 and the other one is in x.1009, y.325. How can I make this location a generic location for my widgets?

View 5 Replies

Setting Form Bounding Location Property To Entry

Feb 25, 2011

VS 2008, vb.net, Win7 development machine. I've developed a Windows application with several different forms, and am using the My.Settings feature. This is the first time that I have used this feature. For each form, I have set the form's property binding 'location' property to an entry in 'settings' of My Project settings page of the VS 2008 development environment. The settings are set to user scope.

1.) Do I need to add any code to my application to make the settings work, or is it sufficient that I have the "Save My.Settings on shutdown" set to true?
2.) When I create my setup to install the application, what settings file (app.config?) do I install to the user's machine, and what folder should it be installed to?

View 11 Replies

VS 2008 - Setting Location And Making Form Unmovable

Oct 28, 2011

How would I make my form unmovable so you cannot drag it to move it? I also need to know how to make it always start in the same exact spot. I don't know why but it changes spots even thought the location is set: 0,0

View 3 Replies

VS 2010 - Setting Default Location To Computer For Loading Photo

Dec 9, 2011

Just started using the Windows Browser in one of my forms so the user can select a photo they need to load. This was surprisingly easy (This seems to be the norm in Basic, if you think it will be hard it isn't and visa versa). What I am struggling with is how to set the default location to 'Computer' rather than a disk letter and directory name. The photo is most likely to be on a card reader or Memory stick so the drive letter is likely to change.

I am guessing the command will be:
OpenFileDialog1.InitialDirectory = ???????

View 4 Replies

VS 2010 Setting Website Dropdown Form Value?

Mar 3, 2012

im wanting to fill a website form in using a application im making.

The application will use the values from some text boxes i will be filling in. The problem isnt about filling textboxes in on the site its the setting the value of a drop down box. here is the code im using:

WebAsos.Document.GetElementById("txtFirstName").SetAttribute("Value", txtFirst.Text)
WebAsos.Document.GetElementById("txtLastName").SetAttribute("Value", txtLast.Text)

[Code]....

View 2 Replies

Setting Location Of ListView?

Sep 14, 2011

I'm working on the Inventory section of the project I'm working on. This particular form holds a tab control, by default it has 2 tabs one named General, and the other named "New..". When the user clicks the New tab an input box opens to collect the name for the new Department, it then changes the name of the current "New.." tab, and then adds another tab and names it "New..". This process continues until they reach their limit of departments. The problem is that when the tab gets renamed, a listview control needs to be added into the tab. Adding the new control is simple, but setting it's position as the one in the previous tab has seemed to elude me. This is what I've tried.

Private Sub TabControl1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles TabControl1.Click
Dim SD As TabPage
SD = TabControl1.SelectedTab

[code]....

View 3 Replies

WebBrowser - Setting Special Location For Cookies

Feb 5, 2012

I have a simple exe that loads a page from my site in a webbrowser where users need to enter login details to get on a secure page. Now everything works ok, except I have to use php for this and yeah cookies. So, I want to know if it's possible to set a special location for the cookies, since as some members report, they clean the cookies daily and this makes my exe "forget" that they are logged in. Any way to store cookies on same location with the exe so it won't get deleted by 3rd party tools like ccleaner or so.

View 8 Replies

.net - Excel Interop Moving / Setting Image Location

Aug 8, 2011

We're exporting a set of data using .net interop to Excel and our template file contains some images. Depending on the amount of columns we're exporting we want to position the image X pixels left of the last column depending on the image size/width. Using the record a macro function moving the Image around is a 'no op'. Setting the Shape.Left position also won't work.

[Code]...

View 2 Replies

VS 2008 Setting The Installation Location Of A Published Application?

Jan 11, 2011

I have published a vb.net application and installed it on my PC. When I try to locate the installed application, I dont find the location where its been installed.

How to install a publish application on a specified location in C:Program FilesProject?

View 8 Replies

Set Location Of Child Form To A Specified Point Of Parent Form

Nov 11, 2010

how to set location of child form to a specified point of parent form.Below is my code but it is not working for setting the location.[code]

View 1 Replies

Passing Setting Value Back To Form That Had Called The Form?

Feb 1, 2010

This is what I have..Dim frmSettings As New frmOptionsfrmSettings.ShowDialog(Me)frmSettings is a settings form that you can choose the color for background of form1(Me)

View 1 Replies

Set A Form's Location In Relation To A Picture Box In Another Form?

Sep 29, 2010

I have created a form with pictures of plants on it (note these pictures are moved to the left when the left button is pressed). When a mouse is placed over or hovers over one of these pictures i want a mini form to pop up beside the plant with the plants name on it.

[Code]...

View 3 Replies

Set Form Location

Feb 26, 2012

I want my application to always appear on the top right hand side of the monitor.The coding i use places my application on the bottom right hand side...I want it to appear on the top right....What am i doing wrong here?[code].........

View 2 Replies

Change The Location Of The Form?

Nov 15, 2009

So i want to change the location of my form so that it pops up in the lower right corner of the screen.

Form1.Show()
Form1.Location = (New Point)

View 4 Replies

Download Location On Form From FTP?

Feb 26, 2012

i am working on a game that i have made in vb.net, i was able to create an Uploader where when the character moves it is uploaded to a Server, now i am trying to add the multiplayer where other player movements are downloaded, i have started off with this code:

Private Sub Timer1_Tick(sender As System.Object, e As System.EventArgs) Handles Timer1.Tick
dim client as new net.webclient
Label1.Location.X = client.DownloadString("ftp://User:Pass@Host/" + "Player_1_X_location" + ".txt")
Label1.Location.Y = client.DownloadString("ftp://User:Pass@Host/" + "Player_1_Y_location" + ".txt")

i Receive the Error:

Expression is a Value and therefore and cannot be the target of an assignment.

View 4 Replies

Form Location Above Task Bar?

Apr 21, 2012

Is there a way I can place my form above the task bar?

Something like this: But, people have different sized task bars..

Is there something like: my.computer.screen.taskbar ?

My current code is: Me.Top = My.Computer.Screen.Bounds.Height - 116

Me.Left = My.Computer.Screen.Bounds.Width - 365

View 7 Replies

Location To Bottom Of Form?

Apr 3, 2012

I am trying to get this PictureBox to always be in the bottom of the Form and not depend on what screen resolution the screen has. I am using VB 10?

View 7 Replies

Set A Form's Location By Percent?

May 20, 2009

i was wondering if it's possible to do such:

'form location Me.Location = New Point(10%, 50%)

i know this code doesn't work as it looks, just loads the location by pixels. this is just a question, hopefully with a working code for a marked answer..so much work to do and so many choices to choose from.

View 7 Replies

Starting Location For A Form?

Oct 4, 2008

I'm a bit confused when it comes to setting the start location of a form, relative to another form.I know how to set the start location for a form, however, I have a "main" form, which is behind this form. The main form will be displaying different images, labels, ect. I need the second form to display at the bottom of the main form. The main form's resolution is 800x600, and the bottom form is 800x65. I tried to set the bottom form's location to 0,535, which WOULD make it right at the bottom of the main form, but it seems that it puts it at that location relative to the user's display resolution.So basically, I just need help with getting this form to appear at the bottom of the main form. I read a bit about "containers", but am not sure exactly if they would work for this, and if they did, how exactly I would incorporate them into my situation.

View 2 Replies

VS 2010 - How To Get Location Of IP Address

Apr 23, 2012

Some example or idea about how to get the location of some IP address.
Example: 187.72.136.139 = Brazil

View 2 Replies

VS 2010 Referencing A DLL In Another Location?

Aug 13, 2011

How would I make a reference to a DLL that's located in a subdirectory, like in?

View 2 Replies

Change Location Of Second Instance Of Form?

Aug 15, 2010

Inside a module I have the code:

Public frmClue2 As New frmClue

So I have a new instance of frmClue. Inside my main form I have the code:

frmClue2.Owner = frmClue
frmClue2.StartPosition = FormStartPosition.Manual
frmClue2.Location = SecondaryScreen.Bounds.Location
frmClue2.Show()

The code works except for setting the location. The location is initially set to {X = -3 Y = -3} and it will not change. I have tried to set it to new Point(1440, 0) and that does not work. One interesting thing I found was if I declared the new instance of the form locally inside my main form rather than in the module, then the initial location is set to {X = -1 Y = -1} and I can change it no problem. However anytime the code leaves the main form, the instance disappears hence why I declare it as public in the module. I used the same code to create a new instance of the main form as well and there are no problems.

View 5 Replies

Form Should Open At Specific Location

Feb 24, 2010

i m using vb. net when i run my form

View 1 Replies

MDI Child Form Not Opening In Specified Location?

Jun 25, 2011

I have an MDI form with child forms which I open on it. The following statement in each form's load event places a child form in the location I want:

Me.Location = New Point(0, 136) I have several of these working. However, I have one form for which this statement does not work. It opens spread out over the entire parent form. Also, there is a border at the top with min, max, and close buttons even though the form has no border. This form has a picture box on it, if that means anything. why this child form does not open in the specified location?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved