Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Double click on an image control
Message
De
14/01/2007 03:19:06
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 6
Divers
Thread ID:
01184899
Message ID:
01185423
Vues:
23
Hi, I don't know how to use this. If I'm creating my images using the addobject. The number of image control is known only at run time.
thisform.addobject(cimgname, 'Image')

		with evaluate('thisform.' + cimgname)
			.visible=.t.
			.stretch=1
			.width=75
			.height=75
			.top=tvalue
			.left=lnleft
			.picture=locfle
			.borderstyle=1
			.tooltiptext=alltrim(empname)+iif(!empty(empname),', ','')+alltrim(pos)
		endwith
Any workaround? I really need to have the click or double click for these image controls.

Please help me.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform