PDA

View Full Version : user control problem



v_gyku
09-29-2005, 01:03 AM
Hi !

I have created a activex control in vb.
I have on usercontrol and one form.

On the form load event i am getting all the mesages(to subject sentdate) from outlook in a listview.
User will select one item from listview. Now the subject of this message should go in a textbox of usercontrol.

My problem is how will place this subject into textbox of usercontrol.
Because i am not able to create object of usercontrol and access textbox of usercontrol from form.

have any solution?