remoteapptool/remoteapp-tool
brianga 57111a3d21 Check if file is locked or not and present to end user if it is locked and by what.
Resulted in breaking some of my habits and putting a messagebox windows in libraries.  Not my favorite thing, but it works.

This helps debug issue 3, it does not resolve issue 3.

To test it - open an office document (such as Word or Excel) and try to overwrite the office document with the RDP file including the office document extention (xls, xlsx, doc, docx, etc).  The application will tell you that the file is locked, locked by Word/Excel/etc and the PID that is locking it just in case you have multiple copies of the application that is locking it open.

A lot of the code was borrowed from Microsoft (https://code.msdn.microsoft.com/windowsapps/How-to-know-the-process-170ed5f3/sourcecode?fileId=151114&pathId=1558127374).
2019-11-15 14:44:55 -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 Check if file is locked or not and present to end user if it is locked and by what. 2019-11-15 14:44:55 -06:00
RemoteApp Tool.vbproj Check if file is locked or not and present to end user if it is locked and by what. 2019-11-15 14:44:55 -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 Fixed issue: If RDP Signing was ticked (and saved), it stayed ticked even when RDP signing was not available (eg. no certs on system) causing an error during RDP creation. 2019-11-14 00:00:49 +11: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 Check if file is locked or not and present to end user if it is locked and by what. 2019-11-15 14:44:55 -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