: : : : : : I find that VB produces an error of 'Max. no. of controls reached for this form. . ." or similar. I have, therefore, split the one large form into various smaller forms BUT would like to be able to view two or more forms at the same time. I find that I am able to display more than one form but as soon as I click on one of them the others disappear - I'd be greateful for any advice. . .
: : : : : :
: : : : : :
: : : : : There's another way to solve your problem:
: : : : : In VB the maximum no. of controls is 32767 (max integer value). There's a way to solve this: Just make arrays!
: : : : :
: : : : : If you don't want this the answer to your question is simple:
: : : : : Just use the SetWindowPos API and set them both on TOP-MOST (const: -1)
: : : : :
: : : : : Hope you can use it,
: : : : : Ray2003, 14 years, NL
: : : : :
: : : : I have set up the api function call as you suggest but all remains the same !

To be more accurate with my requirement : I have one form that covers the whole screen (main form). By selecting a particular option from the menu (on that main form) a smaller form appears with some additional data in it. Currently, as soon as I click back onto the main (original / full screen sized) form the smaller (data) form disappears. I'd like it to stay on top of the main form until I tell iut to hide itself or unload it. . . can you help ?
: : : :
: : : :
: : : Ohhhh, that problem. I faced it too when I began to make a setup a year ago. On the main form you can set a boolean if the smaller form is visible or not. Then set in the Click-event(and double-click!!!I'll explain that later) of the main form a procedure that shows the smaller form when the bool is true. Then place in the unload or hide event a procedure that sets the bool back to false.
: : :
: : : TO EVERYONE WHO READS THIS AND WANTS MY HELP: EXPLAIN YOUR PROBLEM AND GIVE WHY YOU WANT TO KNOW IT, ONLY THEN I CAN GIVE GOOD HELP.
: : :
: : : Greets,
: : : Ray2003, 14 years, NL
: : :
: : :
: : :
: :
: : Als we dan toch ff een "lage-landen" clubje gaan oprichten, wil ik wel meedoen :d
: :
: : ik ben Jan, ben 19 jaar en ik woon in Belgi, lommel om precies te zijn. Een stad op de grens met nederland, opn klein uurtje van eindhoven ...
: : Ik heb al redelijk wat ervaring met de pure basics van VB en kan redelijk ingewikkelde formules uitwerken. en ik kan sinds kort ook werken met databanken. De meer gecompliceerde dingen zoals classes en registerbeheer ontgaan me wel even ...
: :
: : MSN: cyrax_creations@hotmail.com
: : MAIL: info@cyrax-creations.net
: :
: : groetjes
: :
:
: LOL...
: Graag... Ik zoek al een paar jaar naar een paar programmeurs om samen mee te programmeren.
:
: Ik ben Richard en ik ben 15 jaar... Ik heb redelijk veel ervaring in Visual Basic en ik begin het idee achter API's te snappen... Dus ook het register en Classes zeker... Hoewel ik daar nou niete expert in ben maar ik begin het te leren!
:
: Met Databases heb ik altijd al wat problemen gehad en ik snap er nog geen hol van zelfs na het een na laatste hoofdstuk van mijn boek wat over databases ging!
:
:
: Greets...
: Richard
:
ik ben toevallig gister begonnen met register API's :)
t begint wel wat te lukken hier :d