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.
我正在使用网络浏览器加载 pdf 文件。当我加载文件时,我可以使用以下代码指示打开页面:
Webb.Navigate(path + "#page=2");
但是在加载文档后如何以编程方式更改页面?
你会做和现在一样的事情。
当您的组合框索引更改时,请执行以下操作:
Webb.Navigate(path + "#page=" + combobox1.Text));