Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with scrolls built-in in dialog

Status
Not open for further replies.

dcgsmix

Programmer
Dec 20, 2001
35
IL
Hey guys

I'm trying to create a dialog (resource) with styles Horizontal Scroll and Vertical Scroll.
Then i'm Using SetScrollInfo:

SetScrollInfo(SB_HORZ, &SCROLLINFO, TRUE);
SetScrollInfo(SB_VERT, &SCROLLINFO, TRUE);

Of course i'm setting the values for cbSize, nMin, nMax, nPage and fMask.

But, the scrolls doesnt move. even if i dont use SetScrollInfo

Can anybody help me?

Thanks,
Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top