[HELP] User-Definable Function StringsI 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