on the fly events for on the fly control
- From: "feby" <feby.adityawan@xxxxxxxxx>
- Date: 12 Sep 2006 08:07:46 -0700
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..
.
- Follow-Ups:
- Re: on the fly events for on the fly control
- From: <ctacke/>
- Re: on the fly events for on the fly control
- Prev by Date: Re: How to get a Form object through the form name
- Next by Date: Re: not enough storage is avaliable to complete this operation
- Previous by thread: How to get a Form object through the form name
- Next by thread: Re: on the fly events for on the fly control
- Index(es):