ChrisChuah 0 Posted November 23, 2023 HI I remember asking something like this few months ago but somehow i could not find it in my profile. Currently the Web browser is showing a page say http://localhost/mypage.htm How can i clear browser to show nothing ? webbrowser.navigate('none')? regards chris Share this post Link to post
Dave Nottage 557 Posted November 23, 2023 1 minute ago, ChrisChuah said: How can i clear browser to show nothing ? webbrowser.navigate('none')? Navigate('about:blank'); Share this post Link to post
ChrisChuah 0 Posted November 23, 2023 Oh Yes, now the browser can crash my application when i use a Navigate function. I place a try except block on the navigate function but somehow there is no exception error. Where can i get any information about the crash? regards chris Share this post Link to post
ChrisChuah 0 Posted November 24, 2023 it seems that if i put a web browser on Form2 and Form2 is run-time called to be created, then there will be an access violation on RecreateBrowser function called. The way to go about it is to create a browser onCreate form2 function and insert the webbrowser component into it Not sure if anyone is having this problem Share this post Link to post