VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Creation of Text Box control at run time 'First create control array having textbox name as text1 p

by Nikita Shukla (2 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 22nd November 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



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


Download this snippet    Add to My Saved Code

Creation of Text Box control at run time 'First create control array having textbox name as text1 p Comments

No comments have been posted about Creation of Text Box control at run time 'First create control array having textbox name as text1 p. Why not be the first to post a comment about Creation of Text Box control at run time 'First create control array having textbox name as text1 p.

Post your comment

Subject:
Message:
0/1000 characters