Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to let the content readonly in combobox?
Message
From
14/04/2002 08:04:04
Michale Chen
Shijiazhuang ZhiYuan Crop.
Shijiazhuang, China
 
 
To
13/04/2002 18:04:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00644661
Message ID:
00644801
Views:
12
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?
Previous
Reply
Map
View

Click here to load this message in the networking platform