Hi
Are there any examples of using MadShell for C++ Builder?
I have no Pascal knowledge and the generated .hpp files aren't making any sense to me...
Andy
#include "madShell.h"
_di_IShortCut shortCut = NewShortCut("D:\\Desktop\\test.exe");
shortCut->WorkingDir = "D:\\Desktop";
shortCut->ShowCmd = SW_SHOWMAXIMIZED;
shortCut->Save("D:\\desktop\\test.lnk");
Users browsing this forum: No registered users and 0 guests