ActiveX - open file error
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, i write one activex, it have one property that receive string with file name to open. I open my activex through iexplorer. AxtiveX is writen on VC++ 2005 Problem is that wherever i put my .html file in diferent folders it always search for the file in the folders that activex was started for the first time. My file looks like this
< param name="source_file" value=".\aa.txt" >
Help :)