Create Desktop shortcuts in C++

Apr 13, 2009 at 12:06pm


Can I get some help to create a Desktop shortcut
and a Beep sound in the PC speaker in C++ ?

Thanks in advance,


(youngstar)
Apr 13, 2009 at 12:27pm
for beep use \a
like printf("\a\a\a\a\a");
you will hear lots of beeps now. :D

for the first one use IShellLink COM interface.
Apr 13, 2009 at 12:39pm
Will post you a code to create that in some time.. :)
Topic archived. No new replies allowed.