combobox in msflexgrid cell
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi All, I have to place a combobox in a column of MS flexigrid control. Please help me... Thanks in advance.
-
Hi All, I have to place a combobox in a column of MS flexigrid control. Please help me... Thanks in advance.
OnClick Event on cell you should Get the Cell Client Rectangle Create your Dynamic Combo box by passing the ClientRect Delete the combo box once you finish.
modified on Tuesday, November 3, 2009 7:03 AM
-
OnClick Event on cell you should Get the Cell Client Rectangle Create your Dynamic Combo box by passing the ClientRect Delete the combo box once you finish.
modified on Tuesday, November 3, 2009 7:03 AM
Thakyou ,Can u give an example please......