Visual basic DLL proagrming
Loading...
9,684
Loading...
Uploader Comments (deafjackomonster)
see all
All Comments (19)
-
It's programming not proagrming (The tiltle)
-
@deafjackomonster by "name" wath do you mean?
-
What about costume codes(Pasting them in)?
-
@lolluzzo25 yeah ik. thats why you crypt it
-
@Shadowmaster939 so is the dll... just open it with a text editor, and the password is in it.
-
OMG LABEL OWNED YOU :))
-
@lolluzzo25 way to easy to crack.
-
THX :) your a nice guy!
Loading...
the login form can be done also without a dll
if textbox1.text = "password" then
form2.show
else
msgbox ("wrong password", msgboxstyle.Critical, "info")
lolluzzo25 1 year ago
@lolluzzo25 I done this as an example
deafjackomonster 1 year ago
how to make custom functions ?
1Mihailo 2 years ago
same principle but you do a few more things:
function "name" (byval "name" as "type") as "datatype"
Code to exercute to return a value
then you use the "return" command to return the output to the function.
End Function
deafjackomonster 2 years ago