ok, i'll try to explain this one.
if you open the program, you see the xxx-.....
and if you want to click the enter button you will see that it is disabled, so we have to do two things:
1) enter the right key
2)enable the enter button
first for the key we open or program in a hex editor,i always use XVI32
when we are looking in our program(with a hex editor) we see somewhere in the beginning XXXX-....
we have to change this in our key so look in the docu<i></i>ment for the right key and change the XXXX-..
ok then we save and open the program again, you see the key is in the box, so thats one thing, now the enter button.
Because we can't click the button, we have to make a shortcut, how do we do that?
look at this site:
http://www.hitmill.com/programming/vb/command.html
and read the section The Caption: And Using the ampersand (&) in a Command button Caption.
(so we have to change the button in the hex editor)
If you read that text, you'll know enough to complete this part of the challenge.
if you want real spoilers PM me(but at least try by yourself :p)
and if you want to click the enter button you will see that it is disabled, so we have to do two things:
1) enter the right key
2)enable the enter button
first for the key we open or program in a hex editor,i always use XVI32
when we are looking in our program(with a hex editor) we see somewhere in the beginning XXXX-....
we have to change this in our key so look in the docu<i></i>ment for the right key and change the XXXX-..
ok then we save and open the program again, you see the key is in the box, so thats one thing, now the enter button.
Because we can't click the button, we have to make a shortcut, how do we do that?
look at this site:
http://www.hitmill.com/programming/vb/command.html
and read the section The Caption: And Using the ampersand (&) in a Command button Caption.
(so we have to change the button in the hex editor)
If you read that text, you'll know enough to complete this part of the challenge.
if you want real spoilers PM me(but at least try by yourself :p)

Main:
Posted by 
thanx predator
