remoteapptool/remoteapp-tool
Kim 82fb8da574 Fixes issue 4
Fixes issue 4
Rebased off of host master to reduce the chance of a merge conflict

* rdpsign.vb: updated to dynamically determine the path to rdpsign.exe
* rdpsign.vb: updated to show an error if rdpsign.exe cannot be found (now imports system.windows.forms for MessageBox)

* Create Client Connection window: Made some visual + text changes
* Create Client Connection window: Disable the signing section if rdpsign.exe not detected or if no certificates are found
* Create Client Connection window: Change "Disabled" checkbox text to "Sign RDP file" and reverse its logic (so that checked = sign rdp file)
* Create Client Connection window: "Create Signed and Unsigned" checkbox is disabled + unticked if generating an MSI
* Create Client Connection window: Certificate ComboBox defaults to the first certificate rather than blank
* Create Client Connection window: Updated the save/reset settings to include the new signing section
* Create Client Connection window: Updated the Tab-Order
2019-11-12 10:17:22 -06:00
..
My Project Fixes issue 4 2019-11-12 10:17:22 -06: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 Fixes issue 4 2019-11-12 10:17:22 -06: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 Fix Issue 4 2019-11-12 10:17:19 -06:00
RemoteApp Tool.vbproj Fix Issue 4 2019-11-12 10:17:19 -06: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 Fixes issue 4 2019-11-12 10:17:22 -06:00
RemoteAppCreateClientConnection.resx Fixes issue 4 2019-11-12 10:17:22 -06:00
RemoteAppCreateClientConnection.vb Fixes issue 4 2019-11-12 10:17:22 -06:00
RemoteAppEditWindow.Designer.vb Fix Issue 4 2019-11-12 10:17:19 -06:00
RemoteAppEditWindow.resx Fix Issue 4 2019-11-12 10:17:19 -06: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 Fix Issue #2 2019-10-28 13:15:42 -06: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