Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Forms detect function ??
Message
 
À
10/01/1999 21:32:53
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00174553
Message ID:
00174813
Vues:
26
>i have my project with 3 forms in it
>
>and I am trying to center them in the screen thru a function
>say formcntr(formname)
>
>I created the function in a separate module and call it PUBLIC
>thinking that the only thing you need is the active form "name"
>and do :
>--- module routine
>function formcntr(formx)
>forx.top = some value
>forx.left = some value
>----- end
>and then you will be able to acces Its prop. but then the Debug comes
>backt with Mismatch data type errors..
>
>Is is possible to do this or I am better of coding the center routines
>on the Load events for each of the forms??
>
>Mark Oliva

I know it doesn't answer your question but why don't you use the StartUpPosition property of the form to center your forms? You can center it on the screen or on the owner!
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform