Results 1 to 2 of 2

Thread: pUT A TEXT BOX IN THE WINDOWS TASKBAR

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Posts
    2

    pUT A TEXT BOX IN THE WINDOWS TASKBAR

    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

  2. #2
    Matthew Gates
    Guest
    I don't know if it would work, but you could try using the SetParent API function.


    VB Code:
    1. Private Declare Function SetParent Lib "user32" (ByVal _
    2. hWndChild As Long, ByVal hWndNewParent As Long) As Long

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width