S
shachar
hi all.
i have a function that recievs 2 parameters.
1) a reference to a form
2) a name of a pictureBox on the form.
i want to set the image prop' of the picturebox on that
form.
i wrote:
public sub xx(frm as form,PicBoxName as string)
frm(PicBoxName).image=....
end sub
BUT it wont work!!
how should i write it?
i have a function that recievs 2 parameters.
1) a reference to a form
2) a name of a pictureBox on the form.
i want to set the image prop' of the picturebox on that
form.
i wrote:
public sub xx(frm as form,PicBoxName as string)
frm(PicBoxName).image=....
end sub
BUT it wont work!!
how should i write it?