Create controls at runtime without dragging controls to your form
Create controls at runtime without dragging controls to your form
Rate Create controls at runtime without dragging controls to your form
(1(1 Vote))
set b = controls.add("vb.textbox","controlname")
b.visible=1
'put this in form load
'just change the control to use other control such as combo box etc.......
'[email protected] email me!!!!
Create controls at runtime without dragging controls to your form Comments
No comments yet — be the first to post one!
Post a Comment