11-22-2013, 07:37 PM
I think the website redirects to other URL. Internet Explorer or web browser itself should not do it.
setwintext just calls Navigate method of SHDocVw.WebBrowser.
If your dialog uses COM events to display address, and the displayed web page is correct but the displayed address is incorrect: look in the event function (we3_DocumentComplete or similar), maybe it is called several times, and the last URL is incorrect.
If displayed page also is incorrect, maybe it depends on 'user agent' HTTP header that the web browser control sends. Should be possible to change it, but I don't know how.
setwintext just calls Navigate method of SHDocVw.WebBrowser.
If your dialog uses COM events to display address, and the displayed web page is correct but the displayed address is incorrect: look in the event function (we3_DocumentComplete or similar), maybe it is called several times, and the last URL is incorrect.
If displayed page also is incorrect, maybe it depends on 'user agent' HTTP header that the web browser control sends. Should be possible to change it, but I don't know how.
