Page 3 of 3

Re: Ihax-SmartPad - Very Advanced Notepad (Source Code)

Posted: Sun Aug 08, 2010 11:34 am
by Smiley
I like the icons good job.

Re: Ihax-SmartPad - Very Advanced Notepad (Source Code)

Posted: Mon Nov 08, 2010 2:37 pm
by Usman55
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.

Re: Ihax-SmartPad - Very Advanced Notepad (Source Code)

Posted: Sat Nov 13, 2010 4:35 pm
by un kn0 wn
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...

Re: Ihax-SmartPad - Very Advanced Notepad (Source Code)

Posted: Sat Nov 13, 2010 6:42 pm
by Usman55
Thanks for you reply, un kn0 wn! I really appreciate it.

Re: Ihax-SmartPad - Very Advanced Notepad (Source Code)

Posted: Fri Nov 19, 2010 3:00 am
by lesan101
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 : (

Re: Ihax-SmartPad - Very Advanced Notepad (Source Code)

Posted: Sat Dec 04, 2010 3:11 pm
by un kn0 wn
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...