[HELP] User-Definable Function Strings
I want to make User Defineable Function Strings EXAMPLE:
Code:
Public Declare Function GetAsyncKeyState Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer
i want the part in bold to read a string from textbox i tried using this
Code:
Public Declare Function Form1.Text1.Text Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer
but it doesnt work HELP ME PLEASE
I don't think you can do that.. it's in the module not the form.