by Nrapendra Singh (1 Submission)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 4th September 2002
Date Added: Mon 8th February 2021
Rating:
(1 Votes)
Code to Place any runtime control on your desired container at runtime
'loaded a textbox named text1(0) in the form at design time
'loaded a command button named command1 in the form at design time
code:
load picture1(1)
picture1(1).visible=true
picture1(1).move 100,200
private sub command1_click()
load text1(1)
set text1(1).container=picture1(1)
text1(1).visible=true
No comments have been posted about Code to Place any runtime control on your desired container at runtime. Why not be the first to post a comment about Code to Place any runtime control on your desired container at runtime.