Click here to Skip to main content
15,908,906 members
Home / Discussions / Mobile
   

Mobile

 
QuestionANSI versions for Win API functions Pin
akirilov1-Dec-08 4:31
akirilov1-Dec-08 4:31 
AnswerRe: ANSI versions for Win API functions Pin
Giannakakis Kostas4-Dec-08 20:39
professionalGiannakakis Kostas4-Dec-08 20:39 
GeneralRe: ANSI versions for Win API functions Pin
akirilov10-Dec-08 3:36
akirilov10-Dec-08 3:36 
QuestionDecimal numbers and Devices languages. [modified] Pin
Hurricane300028-Nov-08 6:42
Hurricane300028-Nov-08 6:42 
QuestionHelp mee,,,, I'm confused,,, Pin
VANDAWAA25-Nov-08 15:11
VANDAWAA25-Nov-08 15:11 
QuestionI cannot run Java App on Samsung Pin
elshorbagy25-Nov-08 0:35
elshorbagy25-Nov-08 0:35 
QuestionProgramming joystick with Ms embedded vc on the pocket pc Pin
mousemicky24-Nov-08 8:13
mousemicky24-Nov-08 8:13 
QuestionThe problem of scrolling a scroll in a dialog ? Pin
oppstp24-Nov-08 5:47
oppstp24-Nov-08 5:47 
Hello,

I maintained a program on the mobile device. (OS is wm 5)
The program has a dialog window, the dialog window contains some user-defined listboxes.
And the listbox has check marks and a vertical scroll bar.

If I clicked the up arrow and the down arrow on the scroll bar. The listbox can be scrolled successfully.
But if I dragged the scroll, sometimes the contents of the listbox is disappeared, but sometimes the contents still exists.
In my opinion, the function OnVScroll() must been existed in the program.
But after search within the program, I didn't find a function like OnVScroll to process the scrolling message.
So I thought the scroll message mighe be handled automatically by the OS.
But if the system automatically handle the scroll message, why sometimes success and sometimes fail ?

Then I searched the string "scroll" in whole project. The related result which I found only are

in .rc file :
LISTBOX    IDC_LIST_EV,13,74,133,45,LBS_SORT | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP 


in the user-defined listbox.cpp:
hWnd = ::CreateWindow(_T("button"), (LPCTSTR)lParam,
         WS_VISIBLE | WS_TABSTOP | m_nStyle,
         3, i * m_nItemHeight + 1,
         rc.Width() - GetSystemMetrics(SM_CYHSCROLL) - 3,
         m_nItemHeight - 1,
         m_hWnd,
         (HMENU)(i + BUTTONBASEID ),
         hInst, NULL );


Can someone give me a suggestion for this strange problem ?

My environment : Visual Studio 2005 SP1 + Windows Mobile 5.0 Pocket PC SDK

Thanks
QuestionHow to connect a PDA to a remote mysql database? Pin
baburman24-Nov-08 5:41
baburman24-Nov-08 5:41 
QuestionWinCE Services and Logging Pin
Like2Byte18-Nov-08 11:07
Like2Byte18-Nov-08 11:07 
AnswerRe: WinCE Services and Logging Pin
Giannakakis Kostas19-Nov-08 3:14
professionalGiannakakis Kostas19-Nov-08 3:14 
GeneralRe: WinCE Services and Logging Pin
Like2Byte19-Nov-08 3:48
Like2Byte19-Nov-08 3:48 
QuestionGDI: How do we repaint a static control placed on gradient background Pin
vmsjames17-Nov-08 12:42
vmsjames17-Nov-08 12:42 
QuestionWriteFile returns Success(Nonzero Value) NumberofBytesWritten is 0 Pin
Shiva Prasad9-Nov-08 2:50
Shiva Prasad9-Nov-08 2:50 
QuestionExcel file Pin
Praful Nand N7-Nov-08 22:12
Praful Nand N7-Nov-08 22:12 
QuestionRe: Excel file Pin
danhpt8-Nov-08 17:28
danhpt8-Nov-08 17:28 
AnswerRe: Excel file Pin
ujjawal kumar12-May-09 2:45
ujjawal kumar12-May-09 2:45 
QuestionConfiguration Quandary Pin
pdohara7-Nov-08 5:55
pdohara7-Nov-08 5:55 
QuestionHow to load a client driver programatically... Pin
abupriabi@yahoo.com6-Nov-08 10:45
abupriabi@yahoo.com6-Nov-08 10:45 
Questionstop multiple instance of same program Pin
Cory Kimble5-Nov-08 4:42
Cory Kimble5-Nov-08 4:42 
AnswerRe: stop multiple instance of same program Pin
Joel Ivory Johnson5-Nov-08 17:59
professionalJoel Ivory Johnson5-Nov-08 17:59 
AnswerRe: stop multiple instance of same program Pin
Giannakakis Kostas6-Nov-08 3:08
professionalGiannakakis Kostas6-Nov-08 3:08 
AnswerRe: stop multiple instance of same program Pin
PavanPareta7-Nov-08 2:16
PavanPareta7-Nov-08 2:16 
AnswerRe: stop multiple instance of same program Pin
Jakob Olsen13-Jul-09 9:41
Jakob Olsen13-Jul-09 9:41 
QuestionHow to transfer file via bluetooth from desktop PC to Windows Mobile Device Pin
yudhisthira31-Oct-08 19:14
yudhisthira31-Oct-08 19:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.