Author Topic: [InForm] Clipboard Monitor  (Read 3262 times)

0 Members and 1 Guest are viewing this topic.

FellippeHeitor

  • Guest
[InForm] Clipboard Monitor
« on: March 20, 2018, 03:31:44 pm »
This little app will continuously monitor the clipboard for text/image contents and display the copied contents accordingly. The main form is resizable and the status bar shows details about the clipboard contents detected.
* ClipboardMonitor.zip (Filesize: 73.73 KB, Downloads: 354)
s1.PNG
* s1.PNG (Filesize: 544.55 KB, Dimensions: 644x509, Views: 684)
s2.PNG
* s2.PNG (Filesize: 42.13 KB, Dimensions: 644x509, Views: 645)

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
Re: [InForm] Clipboard Monitor
« Reply #1 on: March 21, 2018, 02:27:42 am »
  • Best Answer
  • Neat! I see main screen flickering while resizing. :)
    if (Me.success) {Me.improve()} else {Me.tryAgain()}


    My Projects - https://github.com/AshishKingdom?tab=repositories
    OpenGL tutorials - https://ashishkingdom.github.io/OpenGL-Tutorials

    FellippeHeitor

    • Guest
    Re: [InForm] Clipboard Monitor
    « Reply #2 on: March 21, 2018, 02:31:02 am »
  • Best Answer
  • Neat! I see main screen flickering while resizing. :)

    I do too.

    Offline STxAxTIC

    • Library Staff
    • Forum Resident
    • Posts: 1091
    • he lives
    Re: [InForm] Clipboard Monitor
    « Reply #3 on: March 21, 2018, 03:36:00 pm »
  • Best Answer
  • A version that remembers history would be pretty darn useful I reckon.
    You're not done when it works, you're done when it's right.

    FellippeHeitor

    • Guest
    Re: [InForm] Clipboard Monitor
    « Reply #4 on: March 21, 2018, 03:44:59 pm »
  • Best Answer
  • Sounds useful and easy to implement indeed. I'll let you know.