Cool[Release]Notes 3.0

Posts 115 of 19 · Page 1 of 2
[Release]Notes 3.0
All The Futures:

  1. Save, Open and Print .Txt and .Rtf Files.
  2. Drag & Drop a .txt or .rtf file and it loads it.
  3. Insert something in the search, hit enter and it highlights all matches.
  4. Click Weekday or Month and it auto-detects the weekday/ =month and inserts in into the Text Area.
  5. Text 2 Speech, says the text in the text area.
  6. Cap 1st letter, caps the 1st letter of all words.
  7. Encryption and decryption, coded by. NextGen1
  8. Binary to Text and Text to Binary
  9. Line, word and Character counters at the bottom.
  10. undo, redo, open, save, and close quick buttons.
  11. Cut, Copy, Paste and Select All.
  12. Insert Date/Time.
  13. Font and Font Color Buttons
  14. Checks for updates and inserts the download link into a text box.
  15. Ability to send a email via Gmail


Screen Shot:

----------------------
VirusTotal.com Scan | VirScan.org Scan


Anymore suggestions? I want to make this the best I can, Only major releases will be posted minor changes will only show in the "Check for Updates" form on the program.

Notes 3.0.rarattachment deleted · 9 downloads before removal
meh, notepad still uses less resources.
No need to be negative, this is a dandy release!

GJ!
Agree, Good Job!
Was this auto approved or did you approve it lolland?

Not that it isn't clean, just don't know who approved, making sure no issue with vb section.
Quote Originally Posted by NextGen1 View Post
Agree, Good Job!
Was this auto approved or did you approve it lolland?

Not that it isn't clean, just don't know who approved, making sure no issue with vb section.
No I didn't approve it, I assumed you did.
Quote Originally Posted by Lolland View Post


No I didn't approve it, I assumed you did.
Nah, I'll look into it.
Quote Originally Posted by NextGen1 View Post


Nah, I'll look into it.
i approved it lol jkin

Nice release
Great! I'd use this for replacement of notepad, it does NOW include 1 more resource to my collection! I thank ya!

Now to figure out this coding :S Wish me luck lol.


aah i found a code, but not the same :P

TextArea.Find(ToolStripTextBox1.Text)
Reply
Quote Originally Posted by o0OpurezO0o View Post
Great! I'd use this for replacement of notepad, it does NOW include 1 more resource to my collection! I thank ya!

Now to figure out this coding :S Wish me luck lol.


aah i found a code, but not the same :P

TextArea.Find(ToolStripTextBox1.Text)
"TextArea.Find(ToolStripTextBox1.Text)" is not in the coding of this program at all but if you want a part of the coding let me know what part you want. I don't mind sharing, just give credit where it belongs.

You know, i was keeping this to my mind but now its just too much. I fixed the fuckin Day thing. Heres the code for all :

Select Case Weekday(Now)
Case Is = vbSaturday
Label1.Text = "Today is Saturday"
Case Is = vbSunday
Label1.Text = "Today is Sunday"
Case Is = vbMonday
Label1.Text = "Today is Monday"
Case Is = vbTuesday
Label1.Text = "Today is Tuesday"
Case Is = vbWednesday
Label1.Text = "Today is Wednseday"
Case Is = vbThursday Label1.Text = "Today is Thrusday"
Case Is = vbFriday
Label1.Text = "Today is Friday"
End Select
Quote Originally Posted by o0OpurezO0o View Post

You know, i was keeping this to my mind but now its just too much. I fixed the fuckin Day thing. Heres the code for all :

Select Case Weekday(Now)
Case Is = vbSaturday
Label1.Text = "Today is Saturday"
Case Is = vbSunday
Label1.Text = "Today is Sunday"
Case Is = vbMonday
Label1.Text = "Today is Monday"
Case Is = vbTuesday
Label1.Text = "Today is Tuesday"
Case Is = vbWednesday
Label1.Text = "Today is Wednseday"
Case Is = vbThursday Label1.Text = "Today is Thrusday"
Case Is = vbFriday
Label1.Text = "Today is Friday"
End Select
Thats not how I did it and that doesn't even looks like it would work, if I change it to RichTextBox (The main text area) then it would just change all of it to "Today is Tuesday" not adding it to it, but nice try. oh and it starts at Sunday, not Saturday.

And I noticed it, I just decided I'd put out a update rather then going back in and changing it. (I didn't feel like it.)
Good Job, Give me the source
Whats with members asking for the source.

Source for notepad + encryption = Easy
Looks kewl.
Nice release.
Where's my credits at?

Looks like a good release, nice work.

Oh yeah I figured out an even easier way to get the day of the week if you're interested.
Posts 115 of 19 · Page 1 of 2
This thread is closed for replies.

Tags for this Thread

None

Need help?