|
-
Mar 9th, 2006, 02:38 PM
#1
Thread Starter
Addicted Member
showdialog - how to access parent form
Hi,
I have a form, it has two textboxes txtName, txtAddress, it also has a button, the button opens another form as a dialog
Dim select as new frmSelect
select.showdialog
On the select dialog it displays a datagrid with a list of customers, user double clicks on an entry and I trap that event, I then want to update the textboxes on the parent form with the values fromt the selected row in the grid.
How do I access the parent forms controls/properties?
Thanks
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
|