HowTo initialize CFormView
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How or better Where do i initialize Controls in a CFormView? e.g. I've got a ComboBox in my FormView and want to set the third icon out of 8. In a Dialog Box I'd call SetCurSel() in InitDialog. But there seems to be no function like InitDialog for a FormView! Please help me! Thanks in advance, Semlo
-
How or better Where do i initialize Controls in a CFormView? e.g. I've got a ComboBox in my FormView and want to set the third icon out of 8. In a Dialog Box I'd call SetCurSel() in InitDialog. But there seems to be no function like InitDialog for a FormView! Please help me! Thanks in advance, Semlo
Override CFormView::OnCreate I vote pro drink :beer: