NO

Author Topic: PNotes - created with PellesC  (Read 13515 times)

lamer

  • Guest
PNotes - created with PellesC
« on: June 06, 2007, 09:03:29 PM »
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

Offline jack

  • Member
  • *
  • Posts: 62
Re: PNotes - created with PellesC
« Reply #1 on: June 07, 2007, 02:08:38 PM »
looks really cool, thanks for sharing  :)

JohnF

  • Guest
Re: PNotes - created with PellesC
« Reply #2 on: June 07, 2007, 08:50:00 PM »
Yes, very nice.

John

lamer

  • Guest
Re: PNotes - created with PellesC
« Reply #3 on: June 07, 2007, 09:01:00 PM »
Thank you for your kind words, guys!  ;D

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 2096
Re: PNotes - created with PellesC
« Reply #4 on: June 08, 2007, 09:41:36 AM »
Very nice job
It is better to be hated for what you are than to be loved for what you are not. - Andre Gide

Diddl

  • Guest
Re: PNotes - created with PellesC
« Reply #5 on: August 28, 2007, 12:54:19 PM »
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

  • Guest
Re: PNotes - created with PellesC
« Reply #6 on: September 02, 2007, 10:50:45 AM »
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

  • Guest
Re: PNotes - created with PellesC
« Reply #7 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!

Diddl

  • Guest
Re: PNotes - created with PellesC
« Reply #8 on: September 05, 2007, 10:51:23 AM »
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

  • Guest
Re: PNotes - created with PellesC
« Reply #9 on: September 06, 2007, 06:01:40 AM »
lamer,

Nice job!  Yes, keep it simple.
 

 

Freddy

  • Guest
Re: PNotes - created with PellesC
« Reply #10 on: October 11, 2007, 06:39:50 AM »
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

  • Guest
Re: PNotes - created with PellesC
« Reply #11 on: December 06, 2007, 10:00:51 PM »
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

  • Guest
Re: PNotes - created with PellesC
« Reply #12 on: December 07, 2007, 02:54:21 AM »
Thanks lamer. Very nice.  ;)

lamer

  • Guest
Re: PNotes - created with PellesC
« Reply #13 on: January 23, 2008, 08:44:44 PM »
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

  • Guest
Re: PNotes - created with PellesC
« Reply #14 on: March 18, 2008, 10:35:52 AM »
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