MajorGeeks Support Forums IOBit Software

Go Back   MajorGeeks Support Forums > Majorgeeks.Com - Support Forums > Programming
Register FAQ Members List Calendar Casino Mark Forums Read

Programming Place to discuss programming including HTML, Java, C++, MySQL and others.


Reply
 
Thread Tools Display Modes
  #1  
Old 11-30-06, 12:06
ceal21c ceal21c is offline
Private First Class
 
Join Date: Mar 2006
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Default VB6 Windows Starting Position

Hello,

Can someone please tell me how I can force a form to startup at a specific x,y coordinate?
Reply With Quote
Sponsored links
  #2  
Old 11-30-06, 12:20
matt.chugg's Avatar
matt.chugg matt.chugg is offline
Major Geek
 
Join Date: Jul 2006
Location: Cornwall UK
Posts: 3,260
Thanks: 0
Thanked 3 Times in 3 Posts
Default Re: VB6 Windows Starting Position

You can you the Left and Top properties of the form.

Code:
Private Sub Form_Load()
    frmMain.Left = 100
    frmMain.Top = 100
End Sub

To set the position of the form in relation to the screen dimensions you can use the screen object.

Code:
Private Sub Form_Load()
    frmMain.Left = (Screen.Width - frmMain.Width) * 0.5
    frmMain.Top = (Screen.Height - frmMain.Height) * 0.5
End Sub
__________________
Computer Specs: A computer, a big old monitor, keyboard, one of those mousy things for pointing
Reply With Quote
Reply

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

Forum Jump


All times are GMT -5. The time now is 18:06.


MajorGeeks.Com Home Page
| Admin Tools | All In One | Anti-Spyware | Anti-Virus | Appearance | Backup | Benchmarking | BIOS | Browsers | Covert Ops |
Data Recovery | Diagnostics | Drive Cleaners | Drive Utilities | Drivers | Driver Tools Ergonomics | Firewalls | Games | Game Tweaks | Graphics | Input Devices | Internet Tools | Macintosh | Mail Utilities | Memory | Messaging | Monitoring | Microsoft | Multimedia | Networking | Office Tools | Process Management | Processor | Registry | Security | System Info | Toys | Video | Miscellaneous
|

-->
Powered by vBulletin® Version 3.8.4
Copyright © 2009 vBulletin Solutions, Inc. All rights reserved.
Ad Management by RedTyger