F
feby
I have situation here..
the scenario is,
private sub form.onload
dim a() as new button
panel1.controls.add(a(0))
panel1.controls.add(a(1))
end sub
now..how can I have events for those buttons on the fly??
i mean..a(0) for form2.showdialog()
and a(1) for form3.showdialog()
need advise, if you can give me sample code in vb I'll appreciate it
many thanks..
the scenario is,
private sub form.onload
dim a() as new button
panel1.controls.add(a(0))
panel1.controls.add(a(1))
end sub
now..how can I have events for those buttons on the fly??
i mean..a(0) for form2.showdialog()
and a(1) for form3.showdialog()
need advise, if you can give me sample code in vb I'll appreciate it
many thanks..