all groups > vb.net controls > august 2006 >
You're in the

vb.net controls

group:

Windows Positioning


Windows Positioning Nathaniel
8/1/2006 11:03:33 PM
vb.net controls: I am seeking to write code that will allow me to position OTHER forms
besides my own. Is there any way of
somehow writing:

THATAPPLICATION.Location = New point(x, y)

Currently I use a 3rd party program called Windows Manager.

http://www.download.com/Windows-Manager/3000-2094_4-10493884.html?tag=lst-0-6

This program allows me to chose an application, and position it where I want
to (in terms of position to the top left pixel of the application. Similar
to:

Location X: 34
Location Y: 353
[Me.Location = New Point(34, 353)]

Re: Windows Positioning GhostInAK
8/4/2006 12:00:00 AM
Hello Nathaniel,

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowfunctions/movewindow.asp

-Boo

[quoted text, click to view]

AddThis Social Bookmark Button