|
-
Nov 13th, 2010, 02:29 AM
#1
Thread Starter
Lively Member
[RESOLVED] Managing VB6 IDE using multiple monitors
Hi.
I'm trying to work out how to use the VB6 IDE with multiple (2) monitors.
I have them set up as one extended desktop.
Essentially, I want the IDE to be in the main window, and when I run the program I'm developing, have that program form to appear in the other window.
It would make it a bit easier to develop programs.
I'd also like all subforms that get displayed from the main program to be in the same window as the parent form.
Is there any way of doing this?
I tried to set the main form's LEFT property to 1920, (as my primary monitor is 1920x1080). And I tried setting it in the form load, using "main.Left = 1920"
This seems to be ignored though, despite setting the STARTUPPOSITION property to 0 - Manual.
Infact, it seems to ignore it even when set to dimensions within the primary monitor.
Once I get the main form located, I'm pretty sure I should be able to work out where to place the other sub-forms from the location of the "main" form.
Thanks for any ideas.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|