Is there a way to put a text box into the windows taskbar i need it to recieve a customer number and pass the data to a string sql statement inside a database lookup program i have written
Printable View
Is there a way to put a text box into the windows taskbar i need it to recieve a customer number and pass the data to a string sql statement inside a database lookup program i have written
I don't know if it would work, but you could try using the SetParent API function.
VB Code:
Private Declare Function SetParent Lib "user32" (ByVal _ hWndChild As Long, ByVal hWndNewParent As Long) As Long