Re: User Control as Property
I haven't resolved this issue yet, but I did find an article by Alan Seedhouse at http://www.vbcity.com/page.asp?f=friends&p=bindctrl which goes a long way towards answering my question.
Alans solution works well but the exposed property requires the user to type the name of a control from the parent form.
If anyone reads the article and understands my problem as a result, maybe they can expand on it a little to explain how I can make the property box show a drop down list of the available qualifying controls on the Parent Form.
Re: User Control as Property
Quote:
Originally Posted by StoneTheCrows
I haven't resolved this issue yet, but I did find an article by Alan Seedhouse at
http://www.vbcity.com/page.asp?f=friends&p=bindctrl which goes a long way towards answering my question.
Alans solution works well but the exposed property requires the user to
type the name of a control from the parent form.
If anyone reads the article and understands my problem as a result, maybe they can expand on it a little to explain how I can make the property box show a drop down list of the available qualifying controls on the Parent Form.
I can help you with this. Will get back to you later tonight.
Re: User Control as Property
Dave, you have obviously picked up the fact that I posted this in Classic VB as well. Sorry I didn't pick up your replies earlier. Look forward to seeing what you have to say.