Are there any controls in PPT that can support page turning pen control?

problem description

the company needs to do some category ppt to show customers. I put the page made by echarts into ppt through the ppt development tool, and the page display can be called by clicking the mouse button. But in the actual display, they control the ppt playback by turning the page pen (laser pen), and the button control cannot be controlled or clicked by turning the page pen. Is there any control in ppt that can support the page turning pen? Or load the page when you turn the page?

the platform version of the problem and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)

ppt code, tested several controls basically do not work
Private Sub ActiveBar21_ToolClick (ByVal Tool As ActiveBar2Library.Tool)

End Sub

Private Sub Image1_Click ()

WebBrowser1.Navigate ("http://127.0.0.1:8080/html/demo2.html")

End Sub

Private Sub OptionButton1_Click ()

WebBrowser1.Navigate ("http://127.0.0.1:8080/html/demo2.html")

End Sub

Private Sub ScrollBar1_Change ()

WebBrowser1.Navigate ("http://127.0.0.1:8080/html/demo2.html")

End Sub

Private Sub ToggleButton1_Click ()

WebBrowser1.Navigate ("http://127.0.0.1:8080/html/demo2.html")

End Sub

Private Sub luxury car _ Click ()

WebBrowser1.Navigate ("http://127.0.0.1:8080/html/demo2.html")

End Sub


Click the button on the left to pop up the picture on the right

what result do you expect? What is the error message actually seen?

May.14,2021
Menu