I'm not sure this is the place - may be this topic should belong to othere theme.
Any way, I wrote a little program - PNotes (Pinned Notes) for managing desktop notes. Substantially for my self and colleagues, but somebody can find it (or any part of code) usefull.
You can get it here:
http://lamer.byethost32.com/projects.php?lang=C#C Apps (http://lamer.byethost32.com/projects.php?lang=C#C%20Apps)
looks really cool, thanks for sharing :)
Yes, very nice.
John
Thank you for your kind words, guys! ;D
Very nice job
Cool, very useful!
+ to make a "always on top" flag for each note
+ A nice feature would be to open a network port for listen and open a pnote from another (allowed PC)
+ to make a button for sending a note to another PC (IP address/Netname).
Hi!
The new version (2.0.0) of PNotes has been released at 20 Aug 2007.
What's new:
1. Added support for hot keys
2. Added ability for switching sound alarm on/off
3. Added ability for adding custom sounds
4. Added support for custom date/time formats
5. Added new "pester" schedule type which will alarm you
every [hours]:[minutes]:[seconds]
6. Added partial command-line support (for closing only)
7. New translations
2Diddl:
Quote+ to make a "always on top" flag for each note
Did you mean "always on top" for
all notes? Because the option exists for each single note.
Quote+ A nice feature would be to open a network port for listen and open a pnote from another (allowed PC)
+ to make a button for sending a note to another PC (IP address/Netname).
I try to make the program as much more portable (and simplier) as possible - after all it's just desktop notes, nothing more :). IMHO, these features will not add it portability. May be "send by e-mail"...
hey, I just tried your PNotes. EXCELLENT work man! it's an extremely convenient program, thanks alot for your generosity!
Quote from: Xor on September 04, 2007, 07:24:48 PM
hey, I just tried your PNotes. EXCELLENT work man! it's an extremely convenient program, thanks alot for your generosity!
yes I love this PNotes since I saw it first. :D
lamer,
Nice job! Yes, keep it simple.
Really well done!
It's hard to believe it's done just with plain C and Windows API.
The .exe is small, light and fast, but still it's lots of work.
Congratulations!
Hi!
I've just seen the forum is back! Congratulations!
The new version of PNotes (2.5.0) is available since 14 Nov 2007.
http://lamer.byethost32.com/projects.php?lang=PNotes (http://lamer.byethost32.com/projects.php?lang=PNotes)
The most important change - Added "skinless" mode, which allows to create resizable notes.
Also added enhanced command-line support, ability to send note by email and more.
See you!
Thanks lamer. Very nice. ;)
Hi all!
PNotes project moved to http://pnotes.sourceforge.net (http://pnotes.sourceforge.net).
New version is available since 18 Jan 2008.
# Simple edit box is replaced by rich edit - since now any portion of note's text can be formatted separately, applying font properties, highlighting and alignment
# Added hyperlinks recognition
# Added option for autosave mode - all notes will be autosaved in appointed interval
# Each note can now be saved by pressing Ctrl+S
# First characters of note are now used as default note's name instead of creation timestamp
# Added Drag-&-Drop support
# Added "Save All" command
# Because of rich edit format each note is stored as separate file, instead of previous versions, where all notes are saved in single notes.pndb file. Notes from previous versions can be imported by choosing "Preferences->Misc->Get notes from previous versions"
# Command line arguments are changed as well. In previous version swicth -config had two arguments: Notes.ini file location and optional Notes.pndb file location. In the current version -config still has two arguments, but the second optional arguments is now "data" directory location, and should not be a file name
# Bug fixed - notes are saved automatically on system shutdown (if option "Save all on shutdown" is selected)
Regards,
lamer
New PNotes version 3.5 is available at:
http://pnotes.sourceforge.net (http://pnotes.sourceforge.net)
- Added ability to create and modify notes groups via Control Panel.
- Added visual notification for scheduled notes.
- Restored note's context menu (right-click on edit box).
- Skinless notes may be rolled to caption size (or restored) by double click on caption.
- Transparency of note will not change on mouse events, like Enter or Leave, but on changing focus only.
- Added command to restore note's placement - in some cases notes got negative size and/or location and disappeared.
- Bug fixed - prevented improper resizing of skinless notes.
- Bug fixed - new note moved on creation to the top of windows hierarchy.
- Bug fixed - setting schedule type to "pester" did not affect immediately, if previous schedule type wasn't "No".
- Bug fixed - timer of "pester" schedule type resets to 0 while changing skin.
- Bug fixed - transparent note became opaque while saving it from Control Panel.
- Help file size greatly decreased.
Regards,
lamer
New PNotes version - 4.0 - is available at:
http://pnotes.sourceforge.net
* Added search/replace capabilities (for all notes or for individual note).
* Added docking to any side of screen (each note can be docked/undocked individually or all notes can be docked/undocked).
* Added ability to randomize color of newly created skinless notes.
* Added checking for new program version (automatically or manually).
* Setting newly created note "on-top" is now optional.
* Added options to hide/show toolbar on notes.
* Formatting commands (like at note's toolbar) added to note popup menu under "Format" submenu.
* Days interval added to "pester" schedule type.
* Autosave will works only for changed notes.
* Added relational notes positioning.
* Added ability to add any info to skin (up to 255 characters) and displaying this info at skin preview window.
* Common note's font sample is now drawn at skin preview window.
* Added support for vertical skin's toolbars.
* Bug fixed - tooltips were hidden for "on-top" notes.
* Bug fixed - status bar of Control Panel was not renewed on delete/new.
* Bug fixed - improper rolled notes resizing.
* Bug fixed - on some machines menus display squares instead of TAB characters.
* Bug fixed - command line switches -x, -xs didn't work.
* Bug fixed - redrawing problem during fast user switching on XP machines.