P
Per Rollvang
Hi All,
I got a recent-files-list on a WinForm, that gets added from a string-array
(string[]) at Form_Load, and I have difficulties assigning shortcuts to
them. I want the shortcuts to be Ctrl0,Ctrl1,...etc, based on how many items
I have in my list (max 10 items).
Is there any elegant way to do this, because I can not find out how to cast
a string to a Shortcut...
TIA,
Per Rollvang
I got a recent-files-list on a WinForm, that gets added from a string-array
(string[]) at Form_Load, and I have difficulties assigning shortcuts to
them. I want the shortcuts to be Ctrl0,Ctrl1,...etc, based on how many items
I have in my list (max 10 items).
Is there any elegant way to do this, because I can not find out how to cast
a string to a Shortcut...
TIA,
Per Rollvang