PDA

View Full Version : MDI Help


websurfer
01-30-2004, 06:11 PM
I have my MDI forms to load, but no matter what I do, the right MDI will not position to the top-right, where I want it to, see attachment for details.

Please note this is VB 6.

Any help is greatly appreciated :)

manual_overide
02-04-2004, 02:53 AM
mdi child window positioning is a dumb in VB6. plain and simple. you cannot control the position of the windows in the mdi parent. (you can, however control the screen position with some ActiveX magick)

websurfer
02-12-2004, 10:21 PM
I got a reply at another help forum, and yes, you can position them (I just learned that lol).

Now, another question, how can I make the MDI Parent non-resizable?

And, I need to store my global variables and strings in a module form what I have read. Will this module automatically be loaded at the program start or is there a code I need to load it?

Also, how can I make labels display the contents of a string? I want it to load like php loads from lang files.

Help is much appreciated :)

(Sorry, I'm pretty much a newb at VB still ;))

websurfer
02-20-2004, 11:18 PM
What does it take to get a reply here? ><