[Gambas-user] Textbox Methode and TabStrip

BUDI ARIEF GUSANDI budi.a.gusandi at ...626...
Tue Jun 7 06:06:27 CEST 2005


Hi Benoit and all gambaser,

1. Is there any methode in textbox control to simplify the proses of 
adding string/text ?
Instead of using text1.text = text1.tex & "something", will it be nice 
if we have a methode
text1.append("something").
Just like text1.text = "" which is simplified by text1.clear to clear 
the text.

2. When i enable the control from disabled condition (tabstrip1.enabled 
= false to true), Why all the disabled childstrips are also enabled to 
true ? The children shouldn't be all  enabled.

3. How can i load picture into picturebox ? using the following code 
doesnt work.
Dim b as new picture
b.load("img/test.png")
picturebox1.picture = b

and picturebox1.picture.load("img/test.png")  doesnt work too.

Thank you.

Regards,
Budi





More information about the User mailing list