Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsShowcase → A clipboard manager
A clipboard manager
2006-03-25, 7:15 PM #1
I'm gonna do "A different kind of showcase" too.

[http://images.mzzt.net/clipcatch/1.png]

Tada. My Clipboard Catcher. Sits in the tray and caches anything that lands on the clipboard.

[http://images.mzzt.net/clipcatch/2.png]

Also displays thumbnails of clipboard images. :D

[http://images.mzzt.net/clipcatch/3.png]

If you really want to you can edit the clipboard contents or build an entry from scratch. You can currently fool around with the following clipboard items:
- Images
- Text (including Rich Text)
- Wave Audio
- Files (when you cut/copy a file in explorer or elsewhere...)

[http://images.mzzt.net/clipcatch/4.png]

Here I've added a text field to a clipboard entry with an image. (I just noticed a bug where the editor might not save the entered data correctly, I'll be sure to fix it.)

I've ported this to .NET 2.0 (thus it requires .NET 2.0) from an older version I wrote for .NET 1.1. It's an alpha version... I have to add options to fine tune the window placement and tweak a few other things, and fix the odd bug or two. But the main features are in-place.

http://junk.mzzt.net/clipcatch_install.exe

2006-03-25, 8:09 PM #2
The color scheme reminds me of Steam.
2006-03-26, 5:09 PM #3
That would be my Windows color scheme.

My program uses XP Theming and system colors so it'll match whatever theme you use.

2006-03-27, 7:00 AM #4
Cool.

I've done a plentiful share of stuff with C#.NET using the .NET Framework 2.0. <3 DataGridView
2006-03-27, 10:20 AM #5
I updated the installer

- Fixed a bug where the installer would go into an infinite loop querying registry keys if .NET 2.0 wasn't installed on your system (but a different version was). It now queries all relevant keys once and then displays a dialog box to the user and quits.

Thanks to MBeggar for alerting me to this problem. :)

↑ Up to the top!