Ok... I'm not using MFC, and I'm using dialog templates for my dialogs, using CreateDialog to show the window. But if I put a more "advanced" control on my form... like a progress par, or tab control.. the form will not show.... i can add buttons, listbox's, etc... but none of the more "advanced" controls. The dialog simply wont show .... Whats the prob?

My other question is..... How do I add activex controls to program... When I goto project > add to project > components and controls..... and select the componenet.... says i cant add it to a project that doesnt support the class wizard or whatever. (im not using MFC) so how do i do it? and even once I add it.... is vc++ going to generate classes for me.. so i can use the control?