Technology Questions

Go Back   Technology Questions > Hardware Questions > Electronics > Smartphones

Smartphones This is the Microsoft General Public Smartphones Newsgroup.

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 01-05-2007, 05:21 AM
bird
Newsgroup Contributor
 
Posts: n/a
The question about the scrollbar

Dear All:
I want to implemet a fucntion to control the scrollbar of IE on SmartPhone
and I call the API GetScrollInfo() to retrive the information of scrollbar.
The APS not return fail but the values returned are not correct.
The followings is my codes.
Does any body find any errors?
Thanks...

ZeroMemory(&si, sizeof(SCROLLINFO));
si.cbSize = sizeof(si);
si.fMask = SIF_PAGE | SIF_TRACKPOS | SIF_RANGE |SIF_POS;
if(!GetScrollInfo(ghWndCHILD, SB_VERT, &si))
WINCESHIPMSG(1,(TEXT("GetScrollInfo Fail!! \r\n")));
else
WINCESHIPMSG (1, (TEXT("Vsi.min = %d, si.max = %d si.nPos:%d si.nPage
nTrackPos:%d :%d\r\n", si.min, si.max,si.nPos,si.nPage,si.nTrackPos )));


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 01-05-2007, 05:21 AM
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Scrollbar width Val Windows Vista 3 07-11-2007 11:20 PM
Vertical Scrollbar BUG?! Chris Internet Explorer 4 06-03-2007 06:50 PM
scrollbar speed sillystring.theory@gmail.com Windows XP 1 01-04-2007 05:51 AM
scrollbar colors LGC Windows XP 8 01-04-2007 03:07 AM
scrollbar colors LGC Windows XP 0 01-04-2007 02:57 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 07:33 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0