Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » How to adjust the location of the form in runtime in vb.net
Closed Thread
Old 07-21-2007, 04:21 AM   #1 (permalink)
 
Newb Techie

Join Date: Jul 2007

Posts: 9

biz_me is on a distinguished road

Default How to adjust the location of the form in runtime in vb.net

Hi,
How to adjust the location of the form in runtime in vb.net
Sorry for asking such a simple qns. I'm new to vb.net

Thanks
biz_me is offline  
Old 07-21-2007, 05:25 AM   #2 (permalink)
 
Newb Techie

Join Date: Jul 2007

Posts: 20

Wolff is on a distinguished road

Default Re: How to adjust the location of the form in runtime in vb.net

The form class has a property called "Location" which is a "Point" parameter where you can adjust the X and Y positions of the form. HTH.
Wolff is offline  
Old 07-23-2007, 10:31 PM   #3 (permalink)
 
Newb Techie

Join Date: Jul 2007

Posts: 9

biz_me is on a distinguished road

Default Re: How to adjust the location of the form in runtime in vb.net

oh i see.
Thanks for the valuable advice
biz_me is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create menus in vb.net biz_me Programming Discussions 0 07-21-2007 04:19 AM