Commit Graph

8 Commits

Author SHA1 Message Date
Kim Knight
ab3ae88f7d Changed the remoteapp default icon to the default app icon from user32.dll. The removes the dependency of RDC feature being installed in Win 11. Fixes issue #128. Updated version # 2024-09-14 23:59:13 +10:00
Kim
a457c9fd61 Update version number ready for a release 2024-01-04 23:51:48 +11:00
Kim
502ae16420 RDPOptionsWindow added to allow editing of RDP file settings when using Create Client Connection. Addresses issue #100 2024-01-04 00:11:44 +11:00
Kim
a3c0cff353 App selection saved after adding or editing an app. About window updated. Updated version number - hopefully gtg for a release 2023-09-10 00:16:31 +10:00
Kim
1e6da16560 Update version number for version 6.0.0.0 release 2021-01-22 22:02:59 +11:00
Mr. Brian Gale
bb9de629a1 Fixes Issue 18
Fixes issue 18
  *  Issue 18 was caused by the file type association icon extraction.  If no file type associations were set up, the object was not defined which resulted in an error
  *  Fix was to check if the object exists prior to looking at values in it
2020-06-19 10:06:53 -06:00
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
Kim
f1f7664b91 Initial commit 2019-09-29 22:45:23 +10:00