Home > Archive > Smartphone Developer Forum > March 2006 > Expandable spinner control problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Expandable spinner control problem
|
|
| woodoo_s 2006-03-30, 7:06 pm |
| Created simple spinner control in resource, with UDS_EXPANDABLE option.
After expanding and selecting an item from a list, the dialog box loses
focus. Is there a way to restore focus to the dialog window after expansion?
Tried adding WS_CHILD flag to the controls, but no success.
Thanks.
| |
| Yaroslav Goncharov 2006-03-31, 4:07 am |
| Which window eventually gets the focus?
--
Yaroslav Goncharov
Spb Software House, http://spbsoftwarehouse.com
Pocket PC Developer Network, http://pocketpcdn.com
"woodoo_s" <korn@blic.net> wrote in message
news:eBMKBVAVGHA.5248@TK2MSFTNGP10.phx.gbl...
> Created simple spinner control in resource, with UDS_EXPANDABLE option.
> After expanding and selecting an item from a list, the dialog box loses
> focus. Is there a way to restore focus to the dialog window after
> expansion? Tried adding WS_CHILD flag to the controls, but no success.
>
> Thanks.
>
|
|
|
|
|