Ihax-SmartPad - Very Advanced Notepad (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.
26 posts Page 3 of 3
User avatar
Smiley
VIP - Donator
VIP - Donator
Posts: 269
Joined: Sat Dec 19, 2009 3:39 pm

I like the icons good job.
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Hello everyone,

un kn0 wn, I really like your notepad, its pretty advanced. I see that you have used a rictextbox or something. I also made one some time ago and it used a textbox. It is the most advanced notepad yet, and because it uses a textbox, it doesn't has the richtextbox features. You can check it out here: viewtopic.php?f=54&t=1122&#p6748 I put it there for beta testing and it has 3 or 4 errors. I can't put the debugged version cause it got a virus. SO I'll post it when I get it repaired. And I'll also give the source I think.
Image
User avatar
un kn0 wn
VIP - Donator
VIP - Donator
Posts: 269
Joined: Mon Mar 29, 2010 6:12 pm

yes USMAN i have download and tried your notepad and it is very advanced and has lots of features... i did my notepad very quickly as a project to pass my time during my hours of boredom lol and i really cant be asked to update it although i think i myt add a few more features...
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Thanks for you reply, un kn0 wn! I really appreciate it.
Image
User avatar
lesan101
Top Poster
Top Poster
Posts: 193
Joined: Tue Jun 29, 2010 8:10 am

hey i used your "SaveAs" code in one of my programs but the ITE. is not declared?

example

ITE.SaveFile
ITE.Modified = False

and also

My.Resources.AppName

is underlined : (
Image
User avatar
un kn0 wn
VIP - Donator
VIP - Donator
Posts: 269
Joined: Mon Mar 29, 2010 6:12 pm

lesan101 wrote:
hey i used your "SaveAs" code in one of my programs but the ITE. is not declared?

example

ITE.SaveFile
ITE.Modified = False

and also

My.Resources.AppName

is underlined : (
Problem 1:

I believe that this is because im using a custom texteditor (A custom Rich textbox control) which has a property called modified built into it and that is y u get errors because The Rich Text Editor provided by micrsoft does not hav the property which detects if the opened file has been modified...

Peoblem 2:

Sorting problem 2 is easy... just go to project properties > Resources > Strings, then add a new string called AppName and set the value to the name of ur application...
26 posts Page 3 of 3
Return to “Source-Code”