Create Desktop shortcuts in C++



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

Thanks in advance,


(youngstar)
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.
Will post you a code to create that in some time.. :)
Topic archived. No new replies allowed.