VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Log-Me-In (LogMeIn) File Transfer via Shared Clipboard

Kevin Ritch  (15 Submissions)   Complete Applications   Advanced   Wed 3rd February 2021

LogMeIn is a FREE support program that looks and behaves rather like PCAnywhere. The free version excludes the ability to transfer files. Pay them some money, and you get the privilage.
My program provides a way to TRANSFER FILES via a SHARED Windows Clipboard as used by LogMeIn.
Thus, if you need to just transfer some small files (under 1.5 Megs) such as replacement EXE's or DLL's etc., my program makes that possible for FREE.
For the uninitiated, LogMeIn works over the Internet and lets you work in a window on your PC that contains your client's screen. It behaves just as though you were actually sat in front of your client's PC.
because the TEXT CLIPBOARD is synchronized between the two PC's, you copy text to the clipboard on either PC and the Clipboard.GetText function in VB will retrieve it.
In my progrtam you select a file. The program converts the binary data in that file to an ASCII (HEX) equivalent using Clipboard.SetText to set it to the SHARED Windows Clipbaord.
On the REMOTE PC (or your own just to test it) the SAVE_AS button does the reverse. It uses the Clipboard.GetText function to retrieve the ASCII and converts it back to binary and restores the file!
Voila! You have "Transferred" the file via the SHARED TEXT CLIPBOARD!

Assumes
You cannot do other things with the Windows TEXT Clipboard during a file transfer. Again, that may seem obvious, but it must be mentioned. :-) ENJOY!

Side Effects
DO NOT USE FOR LARGE FILES (Say in excess of 2 Megabytes)

Rate Log-Me-In (LogMeIn) File Transfer via Shared Clipboard (3(3 Vote))

Download Log-Me-In (LogMeIn) File Transfer via Shared Clipboard

Log-Me-In (LogMeIn) File Transfer via Shared Clipboard Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters