Click to See Complete Forum and Search --> : ActiveX Controls in Dialogbar


azprivat
April 24th, 2005, 07:03 PM
Hello,

I want insert some ActiveX Controls in a CDialogBar with Visual C++.net. I can insert the controls, but the controls are not visible when the program is running.

In Visual C++ 6.0 i have no problems, when I change my DialogBar class, as in the MSDN article "185672 HOWTO: How to initialize child controls in a derived CDialogBar" described.
In addition I can insert in Visual C++ 6.0 variables over the class wizzard.
In C++.net is this not possible.

How can I use ActiveX controls in DialogBars with c++.net and how can I use the class wizard for inserting new variables in the DialogBar.

Thanks and sorry for my bad english :-)

Alex

g_gili
April 25th, 2005, 07:52 AM
I think you can add variable in the form editor right click on the object and add variable; Also you can add messages and messages handler riht click on the class view tab and properties then you have some icons on the property bars!