PNotes - created with PellesC

Started by lamer, June 06, 2007, 09:03:29 PM

Previous topic - Next topic

lamer

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

jack

looks really cool, thanks for sharing  :)

JohnF


lamer

Thank you for your kind words, guys!  ;D

frankie

"It is better to be hated for what you are than to be loved for what you are not." - Andre Gide

Diddl

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).

lamer

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"...

Xor

hey, I just tried your PNotes. EXCELLENT work man! it's an extremely convenient program, thanks alot for your generosity!

Diddl

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

Greg

lamer,

Nice job!  Yes, keep it simple.




Freddy

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!

lamer

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
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!

CLR


lamer

Hi all!
PNotes project moved to 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

lamer

New PNotes version 3.5 is available at:
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