R Raja
September 29th, 1999, 11:29 AM
Hi
I want to create a Link to my program using the ISellLink interface and IPersistFile.
pShellLink->SetPath(szPathName);
pShellLink->SetWorkingDirectory(szWorking);
pShellLink->SetDescription("Link to the EXE");
It seems to create the link. But the file name has unrecoganizable characters. And it is not ending with .lnk. When I renam this manually and double click it , it works. Can anybody help me with this?
Raja
I want to create a Link to my program using the ISellLink interface and IPersistFile.
pShellLink->SetPath(szPathName);
pShellLink->SetWorkingDirectory(szWorking);
pShellLink->SetDescription("Link to the EXE");
It seems to create the link. But the file name has unrecoganizable characters. And it is not ending with .lnk. When I renam this manually and double click it , it works. Can anybody help me with this?
Raja