Anyone know how to call the windows create shortcut wizard??
Thanks
LarryZ
Thanks
LarryZ
In the MASM package, under the COM section, Ernie has provided an example of creating a shell short-cut via. COM.
If i understood your question, you might want to look there first...
:alright:
NaN
If i understood your question, you might want to look there first...
:alright:
NaN
Thanks NaN
Using Ernie's example was going to be my next step if I can't find a way for windows
to do it for me.
Using Ernie's example was going to be my next step if I can't find a way for windows
to do it for me.
COM is the way windows expects. COM is a huge part of the Operating System and is easily supported by VC++. Its only that MASM doesn support it as freely that makes it seem "messy".
:NaN:
:NaN: