Results 1 to 2 of 2

Thread: TB_SETBUTTONWIDTH help..

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269

    TB_SETBUTTONWIDTH help..

    lResult = SendMessage( // returns LRESULT in lResult
    (HWND) hWndControl, // handle to destination control
    (UINT) TB_SETBUTTONWIDTH, // message ID
    (WPARAM) wParam, // = 0; not used, must be zero
    (LPARAM) lParam // = (LPARAM) MAKELONG (cxMin, cxMax)
    );


    what is makelong? i want to set the min and max values..

  2. #2
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    a google search for "makelong visual basic" resulted in this: http://www.freevbcode.com/ShowCode.asp?ID=2650
    Remember, if someone's post was not helpful, you can always rate their post negatively .

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