When using IE with
m_ie->Prop(wxString("LocationURL"));
and the URL has spaces like
file:///C:/Documents and Settings ..
above function returns
file:///C:/Documents andtt" pebpL",ppettings ...
Anybody knows how to fix that ?
Log in to post a comment.
When using IE with
m_ie->Prop(wxString("LocationURL"));
and the URL has spaces like
file:///C:/Documents and Settings ..
above function returns
file:///C:/Documents andtt"
pebpL",ppettings ...
Anybody knows how to fix that ?