mity / mctrl

C library providing set of additional user interface controls for Windows, intended to be complementary to standard Win32API controls from USER32.DLL and COMCTL32.DLL.
http://mctrl.org
235 stars 52 forks source link

HTML control: Added ability to intercept and selectively allow navigation attempts #37

Closed adam-p closed 9 years ago

adam-p commented 9 years ago

A slight alternation to our previous discussion: I used MC_HN_BEFORENAVIGATE rather than MC_HN_BEFORENAVIGATION to better match the internal message.

@mity: Note that I amended my previous NAVLINK commit, so if you had pulled that from my fork you'll have some merging to do.