|
-
May 25th, 2004, 10:58 PM
#1
Thread Starter
Frenzied Member
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..
-
May 25th, 2004, 11:40 PM
#2
The picture isn't missing
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|