adding your own class's overrideables to the overrideables page in vs.NET
-
Hi! Is there any way to expand the classwizard's override knowledge for a class? I mean the virtual member functions on the (when classview) Properties->overrideables page. So for example there're the OnAccept, OnReceive, OnConnect func already put into that overrides page for CAsyncSocket. I define a new func, like OnDataArrive(), then how can I make it appear on the that page in addition? Thx for your help in advance, clayman
-
Hi! Is there any way to expand the classwizard's override knowledge for a class? I mean the virtual member functions on the (when classview) Properties->overrideables page. So for example there're the OnAccept, OnReceive, OnConnect func already put into that overrides page for CAsyncSocket. I define a new func, like OnDataArrive(), then how can I make it appear on the that page in addition? Thx for your help in advance, clayman
If you find out an answer let me know. I have the same problem. It seems like it should list all of the virtual functions of my base class, but it does not list any.