Set #PB_ComboBox_Editable flage in runtime?

Just starting out? Need help? Post your questions and find answers here.
A M S
User
User
Posts: 58
Joined: Fri Aug 14, 2009 2:26 pm
Location: Afghanistan

Set #PB_ComboBox_Editable flage in runtime?

Post by A M S »

hi all
have u a method for set #PB_ComboBox_Editable and #PB_ComboBox_ReadOnly on th fly(runtime)?????????????
example code ?

i used this;

Code: Select all

SendMessage_(GadgetID(5), #EM_SETREADONLY, 0, 0)
SendMessage_(GadgetID(5), #PB_ComboBox_Editable, 0, 0)
but don't work :(
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5494
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Set #PB_ComboBox_Editable flage in runtime?

Post by Kwai chang caine »

ImageThe happiness is a road...
Not a destination
A M S
User
User
Posts: 58
Joined: Fri Aug 14, 2009 2:26 pm
Location: Afghanistan

Re: Set #PB_ComboBox_Editable flage in runtime?

Post by A M S »

thanks, Solved, merci :D
Post Reply