Without using a shortcut, please how do I associate an icon with an executeable so that it appears in the Windows start menu?
apparently serve only to put the icon on the caption bar. I'm not using a resource file and would prefer to avoid doing so, if possible.
Code:
............WM_SETICON, %ICON_SMALL ............WM_SETICON, %ICON_BIG
Comment