Hi All,
Could anyone tell me if it is possible to load new objects, such as a "picture box", but NOT in the form_load event.
I have tried the following:
I Created a PictureBox and called it "Picture1"
dim mypicturebox As Picture1
load mypicturebox
Thanks in advance,
James.
Could anyone tell me if it is possible to load new objects, such as a "picture box", but NOT in the form_load event.
I have tried the following:
I Created a PictureBox and called it "Picture1"
dim mypicturebox As Picture1
load mypicturebox
Thanks in advance,
James.