Home > Archive > Smartphone Developer Forum > May 2005 > Control
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]
|
|
| Trisha 2005-05-25, 4:01 am |
| HI Riki
I made an application for TAPI. Here in DIaling case i m showing
DialogBox. BUt after showing dialogbox control doesn't go at ne other
notification. i want to get the notification when line get connected. Is
there ne method other than to show dialogbox or Messagebox. So that
control go to each case with showing Alert Message
thnx n regards
| |
|
| Trisha wrote:
> HI Riki
>
> I made an application for TAPI. Here in DIaling case i m showing
> DialogBox. BUt after showing dialogbox control doesn't go at ne other
> notification. i want to get the notification when line get connected. Is
> there ne method other than to show dialogbox or Messagebox. So that
> control go to each case with showing Alert Message
when you display the messagebox are you giving it a parent window
(hWnd)? if you display several messagebox's on smarpthone with NULL in
that parameter they will sometimes not show up at the top of the window
list.
Failing that you can create a windows, using say CreateWindow() there
should be examples in the SDK. the other controls you mention are just
subsets of this.
riki
main(){printf("%d != %d, why?", sizeof('"')["'"],(sizeof('"'))["]\"\0["]);}
By Night:
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/
AbstractStart for Smartphone :
http://homepages.inspire.net.nz/~gambit/AbstractStart/
By Day: http://www.EmbeddedFusion.com
|
|
|
|
|