home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Log-Me-In-2022641012006.psc / @PSC_ReadMe_66678_1.txt next >
Text File  |  2006-10-04  |  2KB  |  14 lines

  1. Title: Log-Me-In (LogMeIn) File Transfer via Shared Clipboard
  2. Description: 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. 
  3. My program provides a way to TRANSFER FILES via a SHARED Windows Clipboard as used by LogMeIn.
  4. 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.
  5. 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. 
  6. 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.
  7. 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.
  8. 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!
  9. Voila! You have "Transferred" the file via the SHARED TEXT CLIPBOARD!
  10. This file came from Planet-Source-Code.com...the home millions of lines of source code
  11. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=66678&lngWId=1
  12.  
  13. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  14.