VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Create controls at runtime without dragging controls to your form

by edward barroso from essu (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 11th April 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Create controls at runtime without dragging controls to your form

Rate Create controls at runtime without dragging controls to your form



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!!!!

Download this snippet    Add to My Saved Code

Create controls at runtime without dragging controls to your form Comments

No comments have been posted about Create controls at runtime without dragging controls to your form. Why not be the first to post a comment about Create controls at runtime without dragging controls to your form.

Post your comment

Subject:
Message:
0/1000 characters