Code to Place any runtime control on your desired container at runtime
Code to Place any runtime control on your desired container at runtime
Rate Code to Place any runtime control on your desired container at runtime
(2(2 Vote))
'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
Code to Place any runtime control on your desired container at runtime Comments
No comments yet — be the first to post one!
Post a Comment