I am working in a project where the user is allowed to browse folders and file from the
system(pc) to create a short cut to my windows form.
I tried to browse folder using this :
Shell32.Folder2 fld = (Shell32.Folder2)shl.BrowseForFolder(0, strCaption, 0,
System.Reflection.Missing.Value);
But this does not fulfil my task.
Wat I need is a dialog box which should look like aur windows "SAVE AS" dialogue
box but with some extra text like
1) In place of "File Name" I need "Short Cut Name" and few more text here an there.
Can any one give me some light how can i do this task.
Thank You in advance
Rai