Hi!
How to create link file and where can I see it's structure?
Thanx,
Mike
How to create link file and where can I see it's structure?
Thanx,
Mike
there are dozens of ways... i think on ernies site you'll find the com method.
but there where also shell api's that do this for you... i even came accross a nifty
trick where you use the recent-files order as a whistle stop. you could also try
to raw-code it... i think the lnk format is well defined at wotsit.org(?).
but in general it's hard work to do it from scratch in asm... good luck!
but there where also shell api's that do this for you... i even came accross a nifty
trick where you use the recent-files order as a whistle stop. you could also try
to raw-code it... i think the lnk format is well defined at wotsit.org(?).
but in general it's hard work to do it from scratch in asm... good luck!
Hi there
You can use a COM object to create a link file.
It's described in the assembly programming journal
http://www.sundancerinc.de/archiv/coding/pc/lang/asm/apj/apj_8.txt
"Accessing COM Objects from Assembly"....................Ernest.Murphy
You can use a COM object to create a link file.
It's described in the assembly programming journal
http://www.sundancerinc.de/archiv/coding/pc/lang/asm/apj/apj_8.txt
"Accessing COM Objects from Assembly"....................Ernest.Murphy