Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Code Window position on Startup VB IDE 3

Status
Not open for further replies.

rchandr3

Programmer
Jun 16, 2003
244
0
0
US
I use VB6.

Whenever I open my project I see my code windows in a cascaded format. I always like the windows to be in maximised position and is there a setting which would enable my IDE to opne the last used form's code in maximised postion.

Thanks a TON for helping.

Cheers,

Ravi
 
Hi Ravi:

Try adding the following registry string entry:

HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0\MDIMaximized = "1"

Cassandra
 
Assuming it works in XP (I've set this up, but to no avail) - can you export the key from regedit so we can see the exact syntax?

thx.

"I think we're all Bozos on this bus!" - Firesign Theatre [jester]
 
Hi ArtieChoke:

The extract from my registry for this item is:
Code:
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0]
"MDIMaximized"="1"

Cassandra
 
That did the trick. Not sure why it didn't work when I put it in manually, 'cause it looked the same as above.

thx!

"I think we're all Bozos on this bus!" - Firesign Theatre [jester]
 
Sorry for disturbing this "ended" thread, but its only now that Im reading it.

@CassandraR
This is indeed a veri helpful trick and you should get a sheriff sign according to me.
 
Hi ArtieChoke: You're welcome!

Hi P1R4T3: Thanks for the star and the comment!

Cassandra
 
Hi Cassandra,

That WORKED!!!

Its me who asked that and I should be the first one to give a star... Anyway, I take pleasure in giving you a star... Good One.

Cheers,

Ravi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top