wxDialUpManager for MSW - OnDialProgress how to intercept

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
bybars
In need of some credit
In need of some credit
Posts: 3
Joined: Tue Sep 16, 2008 11:00 am

wxDialUpManager for MSW - OnDialProgress how to intercept

Post by bybars »

In wxDialUpManager for MSW there is a OnDialProgress method (undocumented).
How can I intercept it (or redefine) to do my own job - inform user about connection progress (opening port, dialing, authenticating etc).

Thanks in advance.
Post Reply