|
-
April 7th, 1999, 08:40 AM
#2
Re: Filling ListView Control FROM ANOTHER DIALOG
Hi
I think the problem is, that the ListCtrl in not created yet. I would do the following:
- place the code to fill the ListCtrl in OnInitDialog and give the constructor of your second dialog a pointer to the first dialog (pParent)
with this pointer you can access the data of the table,etc...
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
|