SetGadgetAttribute with StringGadget
Posted: Mon Aug 04, 2008 7:04 am
I think it will be cool if we can change StringGadget Attribute like
With #PB_String_Password , #PB_String_ReadOnly, #PB_String_Numeric , #PB_String_LowerCase, #PB_String_UpperCase, #PB_String_BorderLess:
what do you think about it ?
Best regards
Code: Select all
SetGadgetAttribute(1, #PB_String_Password , 0)
what do you think about it ?
Best regards