Skip to content
WJunction - Webmaster Forum

ASPad - NotePad Revamped

Status
Not open for further replies.
oH1q6.png


ASPad - NotePad Revamped

Features :

- Can save files in all formats and open all types of formats though .txt is the important one.
- Print documents.
- Word Wrap and Font changes can also be made.
- Simple tool to be used and is also fast :)


Screen shots :

nmYZY.png


9UjQa.png


eR6ff.png


Some of my favorite sites in the partners list :wub:

pD4oC.png


About ASPad

zKGDo.png


DOWNLOAD

Code:
http://www.box.net/shared/p7ioqk9fhj

PS:
This is my first application in C#. Once again thanks to Hyperz <3

Any bugs, errors or any changes I should make to improve this application let me know. I will definitely try to work on it.


Fixes :

1. When you hover on the text in the "About" windows, the busy cursor Posted busy cursor comes up.
2. The window is "Always on top" mode.


VirusTotal Report:
Code:
http://www.virustotal.com/file-scan/report.html?id=80648f23f191c88c637ece4dde1024f33ce67a2bced0231fbd8bf54e5c19b7d0-1298058541
 
Last edited:

12 comments

Well
Nice try
But theres one big bug there which really needs to be fixed before publishing this software.
When anyone open a file it doesn't read it. Just shows blank text.
jgyCh6.png

I also have been working to make a simple text editor.
[slide]http://screensnapr.com/e/lBnMtH.png[/slide]
 
Umm... Have been using Edit Plus for years now... can you add features of Edit Plus like compilation of files so that we can check for runtime error :)
 
Umm... Have been using Edit Plus for years now... can you add features of Edit Plus like compilation of files so that we can check for runtime error :)

I just started doing something in C# and still learning :) So I will sureply note down everything people say and look into what i can :)
 
Nice idea dude though I use NFOpad which allows me to view most formats though not sure about .rtf or .doc's since I have not tried those but it does allow me to edit .nfo files and display ascii code better (y)

Great job so far though :)

JGM.
 
@flds - the "string[] Args" in the void Main is what you are looking for.

so you would do something like

PHP:
if (!string.isNullOrEmpty(Args[0]))
    Read the file from the path located in Args[0]...
[/php]
 
Status
Not open for further replies.

About the author

F
Active Member · Joined
Well Maintaining Websites Now! Uploading, Designing, Coding, Learning, Blogging
1,588
Messages
203
Reactions
63
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom