RC-WinTrans Object Model Help |
Win32ShortcutDialog.Id
|
Type Info: |
Id As String |
| Example: | Dim Dlg As Win32ShortcutDialog
Set Dlg = Application.Tools.RestypeEditors.Win32ShortcutDialog
Dlg.Id = "ID_SHORTCUT_TEST"
Dlg.Key = "A"
Dlg.Type = "CONTROL SHIFT NOINVERT VIRTKEY"
If (Dlg.Show) Then
MsgBox "Changed Shortcut"
End If
|