Toixt++ Note Editor Source Code

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
19 posts Page 1 of 2
Contributors
User avatar
Robby
VIP - Donator
VIP - Donator
Posts: 417
Joined: Mon Aug 03, 2009 4:01 am

Toixt++ Note Editor Source Code
Robby
Hi guys so this is the source code for my not finished Note pad and it is really bad enough but im testing something with the server of CodeNStuff if it times me out too so yea whatever this project is not finished but it is pretty good to be released i guess and if not reply and i will del it


So this is the source u have to download it.
My current Projects Listed Below:
Toixt++ Text Editor Just 10 or less more features to go!
Image
Image
User avatar
Nery
Co-Admin Moderator
Co-Admin Moderator
Posts: 1117
Joined: Mon Sep 07, 2009 8:11 pm

Re: Toixt++ Note Editor Source Code
Nery
Why does it have music at startup? O.o
May be useful for beginners to learn something.
User avatar
Robby
VIP - Donator
VIP - Donator
Posts: 417
Joined: Mon Aug 03, 2009 4:01 am

Re: Toixt++ Note Editor Source Code
Robby
i just updated it and now it has a place where you can check off if u want the music or not.

So it is better now but i used a checkbox and the checkbox is always checked even if u turn the music off with the checkbox.
My current Projects Listed Below:
Toixt++ Text Editor Just 10 or less more features to go!
Image
Image
User avatar
Nery
Co-Admin Moderator
Co-Admin Moderator
Posts: 1117
Joined: Mon Sep 07, 2009 8:11 pm

Re: Toixt++ Note Editor Source Code
Nery
Alright :)
User avatar
Robby
VIP - Donator
VIP - Donator
Posts: 417
Joined: Mon Aug 03, 2009 4:01 am

Re: Toixt++ Note Editor Source Code
Robby
yea i got a newer version which i will release like in 2 days becuz its not yet done.

IT got text to speech and well alot other stuff.
My current Projects Listed Below:
Toixt++ Text Editor Just 10 or less more features to go!
Image
Image
User avatar
rocky4126
VIP - Donator
VIP - Donator
Posts: 258
Joined: Mon Nov 16, 2009 7:39 pm

hey zere robby what ze code for font?

oh n sorry for me speakin french accent i gettin annoyed now all my software screwin up and i cant do anything, lost 1 project cuz of another etc so sorry, really
Image
User avatar
Robby
VIP - Donator
VIP - Donator
Posts: 417
Joined: Mon Aug 03, 2009 4:01 am

Re: Toixt++ Note Editor Source Code
Robby
ok rocky yes i will type the code below but im too lazy to make the code in like the box which says code so yea.


This is the code below :


Dim dlg2 As New FontDialog
Try
dlg2.Font = RichTextBox1.SelectionFont
If dlg2.ShowDialog() = System.Windows.Forms.DialogResult.OK Then
RichTextBox1.SelectionFont = CType(dlg2.Font.Clone(), Font)
End If
Catch ex As Exception : End Try
My current Projects Listed Below:
Toixt++ Text Editor Just 10 or less more features to go!
Image
Image
NoWayIn
VIP - Donator
VIP - Donator
Posts: 444
Joined: Sat Nov 21, 2009 11:16 pm

Re: Toixt++ Note Editor Source Code
NoWayIn
What's wrong with Microsoft Word lol
User avatar
rocky4126
VIP - Donator
VIP - Donator
Posts: 258
Joined: Mon Nov 16, 2009 7:39 pm

ty robby :D
Image
User avatar
Normall
Member
Member
Posts: 49
Joined: Wed Nov 25, 2009 9:25 pm

Re: Toixt++ Note Editor Source Code
Normall
Whats wrong with normal notepad?
19 posts Page 1 of 2
Return to “Source-Code”