M
Muhammad Arif
Dear All,
I want to create a short cut on desktop programaticall using VB.Net
CF. I dig down the googleCF group and found the following line of code
which is not much more explaintry.
I could not understand the .inf.
Is this file exists in device or have to create?
Moreover, what is the extension of shortcut which is created in
\Windows\Desktop when we create a shortcut?
If someone have the complete line of code of creating shortcut on
desktop, please post it.
Regards,
Muhammad Arif
I want to create a short cut on desktop programaticall using VB.Net
CF. I dig down the googleCF group and found the following line of code
which is not much more explaintry.
Modified the .inf file to add a shortcut in start menu :
[Shortcuts]
MyApplication,0,MyApplication.exe,%CE11%
MyApplication,0,MyApplication.exe,%CE2%\Start Menu
So, the first shortcut works well (start menu\programs)
but the second fails.
It creates the shortcut in "\windows" instead
of "\Windows\start menu", why ?
I could not understand the .inf.
Is this file exists in device or have to create?
Moreover, what is the extension of shortcut which is created in
\Windows\Desktop when we create a shortcut?
If someone have the complete line of code of creating shortcut on
desktop, please post it.
Regards,
Muhammad Arif