Creation of Text Box control at run time 'First create control array having textbox name as text1 p
Creation of Text Box control at run time 'First create control array having textbox name as text1 put one text box on the form and enter any
API Declarations
dim a as integer
Rate Creation of Text Box control at run time 'First create control array having textbox name as text1 p
(1(1 Vote))
a=1
i=text1(0).text
while a<i
load text1(a)
text1(a).Top=Top+1400*a
text1(a).visible=true
text1(a).text="new Text box"
a=a+1
wend
Creation of Text Box control at run time 'First create control array having textbox name as text1 p Comments
No comments yet — be the first to post one!
Post a Comment