remoteapptool/remoteapp-tool
brianga 5f469ddc91 Fix Issue #1
This commit fixes Issue #1:
  *  Issue #1 was caused by the app trying to modify a registry entry when making a new RemoteApp.
  *  As the registry entry does not exist due to the RemoteApp being new, the modify failed.
  *  Fix was to not attempt a rename on New RemoteApp creation from Advanced window.
2019-10-28 09:32:28 -06:00
..
My Project Initial commit 2019-09-29 22:45:23 +10:00
.gitignore Initial commit 2019-09-29 22:45:23 +10:00
add-window.ico Initial commit 2019-09-29 22:45:23 +10:00
App.config Initial commit 2019-09-29 22:45:23 +10:00
app.manifest Initial commit 2019-09-29 22:45:23 +10:00
ApplicationEvents.vb Initial commit 2019-09-29 22:45:23 +10:00
HelpSystem.vb Initial commit 2019-09-29 22:45:23 +10:00
IconLib.dll Oops. IconLib.dll must have been filtered by .gitignore 2019-09-30 01:41:27 +10:00
IconModule.vb Initial commit 2019-09-29 22:45:23 +10:00
LocalFtaModule.vb Initial commit 2019-09-29 22:45:23 +10:00
RDP2MSImodule.vb Initial commit 2019-09-29 22:45:23 +10:00
RemoteApp Tool_TemporaryKey.pfx Initial commit 2019-09-29 22:45:23 +10:00
RemoteApp Tool.sln Initial commit 2019-09-29 22:45:23 +10:00
RemoteApp Tool.vbproj Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppAboutWindow.Designer.vb Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppAboutWindow.resx Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppAboutWindow.vb Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppCreateClientConnection.Designer.vb Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppCreateClientConnection.resx Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppCreateClientConnection.vb Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppEditWindow.Designer.vb Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppEditWindow.resx Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppEditWindow.vb Fix Issue #1 2019-10-28 09:32:28 -06:00
RemoteAppFileTypeAssociation.Designer.vb Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppFileTypeAssociation.resx Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppFileTypeAssociation.vb Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppFunctions.vb Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppHostOptions.Designer.vb Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppHostOptions.resx Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppHostOptions.vb Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppIconPicker.Designer.vb Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppIconPicker.resx Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppIconPicker.vb Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppMainWindow.Designer.vb Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppMainWindow.resx Initial commit 2019-09-29 22:45:23 +10:00
RemoteAppMainWindow.vb Initial commit 2019-09-29 22:45:23 +10:00