Methods & Properties ActiveX in VS 7.1
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Am I correct in thinking that all the functions of an ActiveX is placed in the Class (e.g. Message Maps, Events etc) and the Prop provides the Methods & Properties for accessing the control. Do you use the Dialog form on the Prop to place indicator controls( static labels, edit boxes etc) - How is this dialog used? Not quite sure how to expose properties ( can see how to add them) but how do you tie them to Class vaiables. Not been able to find a simple example using VS 7.1