Support Forums
Red X's Custom Notepad version 3! - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: Red X's Custom Notepad version 3! (/showthread.php?tid=3003)

Pages: 1 2 3


RE: Red X's Custom Notepad version 3! - thanasis2028 - 12-12-2009

(12-11-2009, 01:16 PM)Red X Wrote: Uhh....I'm having a bit of trouble with it. I'm going to need some help.
Why ? Try... Catch is really simple
You just use Try before a risky line of code or a risky piece of code, then Catch to state what should be done if an error actually occurs (catch can also be left blank) and then End Try
example:
Code:
Try
   FileOpen(1,"C:/test.txt",OpenMode.Input)
Catch
   MsgBox("File <C:/test.txt> does not exist")
End Try



RE: Red X's Custom Notepad version 3! - nextlive - 12-24-2009

Listen to music doesnt works Sad good work though


RE: Red X's Custom Notepad version 3! - thanasis2028 - 12-24-2009

Here are some more recommendations. Firstly, it would be easier if the first tab was open from the beginning of the program, rather than having to open it yourself. Second, the user should be able to open a text file with your notepad directly(I mean by double-clicking the .txt or using open with of windows explorer) You can see how this is done here


RE: Red X's Custom Notepad version 3! - Google - 12-27-2009

Good Job.
I'm also working on a custom "Notepad". ^_^.


RE: Red X's Custom Notepad version 3! - SouR'D - 02-13-2010

Looks Nice Good Job


RE: Red X's Custom Notepad version 3! - Danny - 02-27-2010

Looks great! I might try this Smile


RE: Red X's Custom Notepad version 3! - RaZoR03 - 04-18-2010

Looks nice...Keep up the good work .


RE: Red X's Custom Notepad version 3! - Red X - 07-31-2011

Bump for old thread. I think this deserves a bump for new attention. You might enjoy this program!


RE: Red X's Custom Notepad version 3! - Caffeine - 08-01-2011

This is cool. I used a tutorial a while ago to do something similar.

Happy coding Big Grin


RE: Red X's Custom Notepad version 3! - Red X - 08-01-2011

(08-01-2011, 05:48 AM)Caffeine Wrote: This is cool. I used a tutorial a while ago to do something similar.

Happy coding Big Grin
Thanks and I hope you enjoy!
Unfortunately, it's not the best and has a few problems, but I guess it's a cool idea. And I'm not sure if I'll continue working on it. It's been a long time.