Click to See Complete Forum and Search --> : Internet Explorer container shows "Page cannot be found.".


rst
February 25th, 2005, 05:15 AM
Hello all

Maybe this is not the right discussion forum for this question. However, I ask the
question here because I believe the people reading this discussion forum have
enough experience to provide suggestions.

Here is the problem :

I created an Internet Explorer container. This container is started with a
command line parameter specifying the URL to be shown. In my case the
URL (ALWAYS) points to a page on the local machine and the page exists on
that machine because I am the sysadmin. The problem is that sometimes (NOT
ALWAYS ) my custom browser shows the "The page cannot be found" message
like in those cases when you direct your borwser to a RUNNING web server
but when you request a page which does not exist on that web server.

Can somebody explain this behaviour ? What can be done to avoid this
behaviour ?


Thx. Cristi

Ryson
February 26th, 2005, 05:29 AM
I remember a friend with such a problem.
The reason was the string conversion (AnsiToUnicode).
It did work after he "terminated the unicode-string with two 0-bytes".

rst
February 28th, 2005, 05:43 AM
It is very possible that you are right.
I am going to check your suggestion. Thx.

Cristi