I wondering how to implement dialog similar to classic Find dialog using CListCtrl.I write an databeas application in which i want to add option to filter Access database and show results in CListCtrl which is placed on dialog.I call dialog from menu,but i just dont know how to pass informations from my CFormView class to created dialog?My dialog have only one parameter: integer called iFInv.I want to when user fill editbox with appropriate value and press button called Do to CListCtrl be filled with appropriate values.That is problem:when dialog is created i place in OnInitDialog() some values which are shown good,but i can change them in new,required values.