Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to let the content readonly in combobox?
Message
De
14/04/2002 08:04:04
Michale Chen
Shijiazhuang ZhiYuan Crop.
Shijiazhuang, Chine
 
 
À
13/04/2002 18:04:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00644661
Message ID:
00644801
Vues:
13
Hi feng:
I know because I add the follow code after my 'do form xxx' clause. The code is :
Declare Integer GetActiveWindow In USER32.Dll
Declare SHORT SetActiveWindow In USER32.Dll Integer HWnd
LOCAL lnActiveWindow
lnActiveWindow=GetActiveWindow()
SetActiveWindow(lnActiveWindow)
and I add the code to init event of my form,and the problem seem solved,the code is:
thisform.combo1.selectedbackcolor=rgb(255,255,255)
Did my method is right?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform