Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 AxWebBrowser 控件,我需要实现一个界面来指示用户是否可以向后或向前导航。
在“普通”WebBrowser 控件中,我有布尔值 CanGoBack/CanGoForward。
AxWebBrowser 有类似的布尔值还是我有机会以另一种方式实现它?
您需要处理DWebBrowserEvents2::CommandStateChange并跟踪状态CSC_NAVIGATEFORWARD/CSC_NAVIGATEBACK命令。