Gloops
2016-08-19 16:51:49 UTC
Hello everybody,
I have a compiled HTML help file that works very well for about a year.
It contains buttons, one that launches a personal program (written in
C#), and a few that open directories.
Today, I realize that these buttons do not operate any more.
There were updates on Vista recently, must I suspect them ?
And above all, what must I do ?
A few more precisions ...
I dis-activated the anti-virus, and that changed nothing.
In the administrator session, I copied the command from Item1 (see code
hereunder for the other buttons) to a command line window, it ran OK,
then I saw my program was launched again from the help file. So, either
I did not look properly, or perhaps it is the fact to be administrator ...
But to open the directories, it is more difficult.
Copy the command to a command line window is OK, but from the help file
the directory is still not opened.
Any idea ?
<OBJECT
id=shortcut
type="application/x-oleobject"
classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"
codebase="hhctrl.ocx#Version=4,72,8252,0"
width=100
height=100
<PARAM name="Command" value="Shortcut">
<PARAM name="Item1" value=",explorer, /e,
C:\Users\TG\Documents\Divers Documents">
<PARAM name="Item2" value="0,0,0">
<PARAM name="Button" value="Divers Documents">
<PARAM name="Font" value="Arial, 12, iso-8859-1, black, PLAIN">
<PARAM name="Text" value="Text: Link text">
</OBJECT>
I have a compiled HTML help file that works very well for about a year.
It contains buttons, one that launches a personal program (written in
C#), and a few that open directories.
Today, I realize that these buttons do not operate any more.
There were updates on Vista recently, must I suspect them ?
And above all, what must I do ?
A few more precisions ...
I dis-activated the anti-virus, and that changed nothing.
In the administrator session, I copied the command from Item1 (see code
hereunder for the other buttons) to a command line window, it ran OK,
then I saw my program was launched again from the help file. So, either
I did not look properly, or perhaps it is the fact to be administrator ...
But to open the directories, it is more difficult.
Copy the command to a command line window is OK, but from the help file
the directory is still not opened.
Any idea ?
<OBJECT
id=shortcut
type="application/x-oleobject"
classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"
codebase="hhctrl.ocx#Version=4,72,8252,0"
width=100
height=100
<PARAM name="Command" value="Shortcut">
<PARAM name="Item1" value=",explorer, /e,
C:\Users\TG\Documents\Divers Documents">
<PARAM name="Item2" value="0,0,0">
<PARAM name="Button" value="Divers Documents">
<PARAM name="Font" value="Arial, 12, iso-8859-1, black, PLAIN">
<PARAM name="Text" value="Text: Link text">
</OBJECT>