|
-
Feb 24th, 2003, 04:47 AM
#4
KING BODWAD XXI
Forget about classes i meant the usercontrol (Classes for Dll i beleive) but that wont work anyway
The way i have solved this is to add a form to the control and place my stuff on this. In the control set up a public Sub to show the form
in userControl code
Public Sub ShowDetails
frmShowDetails.show
end Sub
Use the usercontrol form as a crossover point that passes data between the two projects.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|