Go Back   GamerzPlanet - For All Your Online Gaming Needs!! > Programming/Web Design > Visual Basic

Visual Basic VB Discussion. (Including VB.Net)


Final Notepad, Better than Wordpad, fast easy and reliable!

Visual Basic


Reply
 
Thread Tools Display Modes
Old 09-05-2008, 02:42 PM   #1
magneum
Registered User
 
Last Online: 01-01-2009 03:15 AM
Join Date: Apr 2008
Posts: 48
Rep Power: 0
Rep Points: 11
magneum is on a distinguished road
Feedback: (0)
Points: 8,466.20
Bank: 0.00
Total Points: 8,466.20
Final Notepad, Better than Wordpad, fast easy and reliable!

NEW Features:
  • Login System
  • Application Manager/Downloader
  • Scripting System (Run your own code to make notepad even better!)
  • Comes with 5 new applications!
  • New help system!
  • 20 New Fonts
Old Features:
  • Insert/Edit Pictures
  • Email
  • Clock
  • Print
We are not giving out the source code as some of our features give away valuable information about our internet server (passwords and ways to crack into it). However the source for up to V.2 is available. Please try our notepad and post a reply telling me how good it is.



You can upload applications here for others to download to their notepad.


EDIT: If the program crashes I upload a .zip file with some dll's. Just put them in the application startuppath and it should work!
Attached Files
File Type: zip Notepad.zip (97.1 KB, 22 views)
File Type: zip Dll Fixes.zip (199.7 KB, 13 views)
Please scan all the files you download with NoVirusThanks before opening them. If there is a virus, report the post by clicking the button.

Last edited by magneum; 09-06-2008 at 08:10 AM.
magneum is offline   Reply With Quote
Sponsored Links
Old 09-05-2008, 09:24 PM   #2
LCS
Registered User
 
LCS's Avatar
 
Last Online: Today 08:45 PM
Join Date: Nov 2005
Posts: 1,863
Rep Power: 9
Rep Points: 347
LCS is a jewel in the roughLCS is a jewel in the roughLCS is a jewel in the roughLCS is a jewel in the rough
Feedback: (0)
Points: 366.84
Bank: 39,882.80
Total Points: 40,249.64
Re: Final Notepad, Better than Wordpad, fast easy and reliable!

Quote:
Originally Posted by magneum View Post
NEW Features:
  • Login System
  • Application Manager/Downloader
  • Scripting System (Run your own code to make notepad even better!)
  • Comes with 5 new applications!
  • New help system!
  • 20 New Fonts
Old Features:
  • Insert/Edit Pictures
  • Email
  • Clock
  • Print
We are not giving out the source code as some of our features give away valuable information about our internet server (passwords and ways to crack into it). However the source for up to V.2 is available. Please try our notepad and post a reply telling me how good it is.




You can upload applications here for others to download to their notepad.
The lack of source code didn't stop me, and here's my opinion:
  • Good
    • Using encryption (although whether you're using it properly or not has yet to be determined)
    • You're handling error conditions with a Try/Catch block (although I could be wrong and it's only the compiler putting them in for you).
  • Bad
    • You're not using exception handlers for their intended purpose. You could have used other means to determine if a password was incorrect, rather than letting an exception be thrown. An exception is just what its name implies: it happens in exceptional conditions! Somebody mistyping a password certainly isn't exceptional…
    • The login system is pointless since it makes the application harder to use. Windows already makes the user log in, and if a user is able to use you're program, you should assume he or she has the proper credentials to view the information. You could however, transparently encrypt the user's data without asking for a password using the Windows user key. Check out the .NET Framework's DPAPI (Data Protection Application Programming Interface) provided through the classes ProtectedData and ProtectedMemory in the System.Security.Cryptography namespace.
    • Bundling a word processor and a browser doesn't really make sense…
That's what I could determine by skimming your program code quickly. Your program, however, never ran; it crashed on startup, so I never got to see it in action.
__________________
My GUID: ca2262a7-0026-4830-a0b3-fe5d66c4eb1d

Click here.

Last edited by LCS; 09-06-2008 at 06:48 AM.
LCS is offline   Reply With Quote
Old 09-05-2008, 10:11 PM   #3
ozzapoo
There Is A Cow Level!
 
ozzapoo's Avatar
 
Last Online: 05-29-2009 05:44 PM
Join Date: Jan 2007
Posts: 1,053
Rep Power: 4
Rep Points: 11
ozzapoo is on a distinguished road
Feedback: (0)
Points: 1,680.43
Bank: 0.00
Total Points: 1,680.43
Re: Final Notepad, Better than Wordpad, fast easy and reliable!

It starts printing even when you hit cancel?

I prefer normal notepad thanks -.-"
__________________
If you want a Warcraft III map hacked, use [Only registered and activated users can see links. ]!
If I helped you with something add to my reputation! (http://www.gamerzplanet.net/forums/i...reputation.gif)
Or press the thanks button! (http://www.gamerzplanet.net/forums/i...ost_thanks.gif)
[Only registered and activated users can see links. ]
^ CLICK MY SIG FOR ALL YOUR WC3 HACKS!! ^
ozzapoo is offline   Reply With Quote
Old 09-06-2008, 07:18 AM   #4
LCS
Registered User
 
LCS's Avatar
 
Last Online: Today 08:45 PM
Join Date: Nov 2005
Posts: 1,863
Rep Power: 9
Rep Points: 347
LCS is a jewel in the roughLCS is a jewel in the roughLCS is a jewel in the roughLCS is a jewel in the rough
Feedback: (0)
Points: 366.84
Bank: 39,882.80
Total Points: 40,249.64
Re: Final Notepad, Better than Wordpad, fast easy and reliable!

In addition to the edits I made to my post above, here are a few links that might help you improve the program:
  • [Only registered and activated users can see links. ]
  • [Only registered and activated users can see links. ]
  • [Only registered and activated users can see links. ]
  • [Only registered and activated users can see links. ]
__________________
My GUID: ca2262a7-0026-4830-a0b3-fe5d66c4eb1d

Click here.
LCS is offline   Reply With Quote
Old 09-06-2008, 08:08 AM   #5
w00t_santa2
Registered User
 
Last Online: 05-16-2009 02:07 PM
Join Date: Jul 2008
Posts: 64
Rep Power: 2
Rep Points: 10
w00t_santa2 is on a distinguished road
Feedback: (0)
Points: 9,436.06
Bank: 0.00
Total Points: 9,436.06
Re: Final Notepad, Better than Wordpad, fast easy and reliable!

It crashes each time on startup. You better check your files because then it's just pointless to put work into an app which never works...

Also as the forum rules suggest please don't make a new thread about something...

Example:
When you update your app(or want to add a feature to your old app) you don't delete your old app and then create a new one right?

So also same way. Don't create a new thread just to describe some updated features.. Update your old thread by creating a new post describing the new features and remember there's always the EDIT button.

I really seem to like the features but well I never got to test them so I can't comment on your app.

And LCS Thanks for the links friend. I am going to learn making apps scriptable so that users can customize the looks and feel of it as they wish.
w00t_santa2 is offline   Reply With Quote
Old 09-06-2008, 11:14 AM   #6
magneum
Registered User
 
Last Online: 01-01-2009 03:15 AM
Join Date: Apr 2008
Posts: 48
Rep Power: 0
Rep Points: 11
magneum is on a distinguished road
Feedback: (0)
Points: 8,466.20
Bank: 0.00
Total Points: 8,466.20
Re: Final Notepad, Better than Wordpad, fast easy and reliable!

i uploaded a fix for it
magneum is offline   Reply With Quote
Old 09-06-2008, 01:53 PM   #7
w00t_santa2
Registered User
 
Last Online: 05-16-2009 02:07 PM
Join Date: Jul 2008
Posts: 64
Rep Power: 2
Rep Points: 10
w00t_santa2 is on a distinguished road
Feedback: (0)
Points: 9,436.06
Bank: 0.00
Total Points: 9,436.06
Re: Final Notepad, Better than Wordpad, fast easy and reliable!

Nope... Does not work at all..

It doesnt work on xp nor vista...

On Vista it says the program has stopped responding...

On XP it gives the send error report dialog boxes after 10 secs of launching it..

Well from my 7 month experience with vb I have never faced such a problem... Most probably you have a dll or a file I don't... but it's not any1's fault..you tried to fix it it didn't work...The thing is you tried!

As A programmer I want to tell you that remember your Program users are the people who count the most if they cant find ease with your app...they won't use it..

Good Luck!
w00t_santa2 is offline   Reply With Quote
Old 09-06-2008, 02:59 PM   #8
magneum
Registered User
 
Last Online: 01-01-2009 03:15 AM
Join Date: Apr 2008
Posts: 48
Rep Power: 0
Rep Points: 11
magneum is on a distinguished road
Feedback: (0)
Points: 8,466.20
Bank: 0.00
Total Points: 8,466.20
Re: Final Notepad, Better than Wordpad, fast easy and reliable!

Quote:
Originally Posted by LCS View Post
The lack of source code didn't stop me, and here's my opinion:
  • Good
    • Using encryption (although whether you're using it properly or not has yet to be determined)
    • You're handling error conditions with a Try/Catch block (although I could be wrong and it's only the compiler putting them in for you).
  • Bad
    • You're not using exception handlers for their intended purpose. You could have used other means to determine if a password was incorrect, rather than letting an exception be thrown. An exception is just what its name implies: it happens in exceptional conditions! Somebody mistyping a password certainly isn't exceptional…
    • The login system is pointless since it makes the application harder to use. Windows already makes the user log in, and if a user is able to use you're program, you should assume he or she has the proper credentials to view the information. You could however, transparently encrypt the user's data without asking for a password using the Windows user key. Check out the .NET Framework's DPAPI (Data Protection Application Programming Interface) provided through the classes ProtectedData and ProtectedMemory in the System.Security.Cryptography namespace.
    • Bundling a word processor and a browser doesn't really make sense…
That's what I could determine by skimming your program code quickly. Your program, however, never ran; it crashed on startup, so I never got to see it in action.


how can you view the source?
magneum is offline   Reply With Quote
Old 09-07-2008, 01:53 PM   #9
LCS
Registered User
 
LCS's Avatar
 
Last Online: Today 08:45 PM
Join Date: Nov 2005
Posts: 1,863
Rep Power: 9
Rep Points: 347
LCS is a jewel in the roughLCS is a jewel in the roughLCS is a jewel in the roughLCS is a jewel in the rough
Feedback: (0)
Points: 366.84
Bank: 39,882.80
Total Points: 40,249.64
Re: Final Notepad, Better than Wordpad, fast easy and reliable!

Why, everyone knows that .NET programs are decompilable. (Just as Java programs are.)

That is why you buy a $1000 obfuscator to scramble your code after it's compiled! (But even then, a resourceful person or organization can figure out how your code works.)
__________________
My GUID: ca2262a7-0026-4830-a0b3-fe5d66c4eb1d

Click here.
LCS is offline   Reply With Quote
Old 09-07-2008, 04:14 PM   #10
magneum
Registered User
 
Last Online: 01-01-2009 03:15 AM
Join Date: Apr 2008
Posts: 48
Rep Power: 0
Rep Points: 11
magneum is on a distinguished road
Feedback: (0)
Points: 8,466.20
Bank: 0.00
Total Points: 8,466.20
Re: Final Notepad, Better than Wordpad, fast easy and reliable!

so how can you decompile it
magneum is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump

All times are GMT -7. The time now is 09:22 PM.

 

Copyright ©2009, GamerzPlanet.Net
Visits: