Quote Originally Posted by Joacim Andersson View Post
After you've compiled your application the code that you have does not look as that at all, so the short answer is No. But why would you want to show the code? I'm guessing it's because you want to change the login and password information. That information should not be hard coded into your application in the first place. You should have it (encrypted) in a database or some other storage.
it's easier to implement for me, as the accounts are not important and i only needs 3 accounts.
it is for my module project.