Hi

Can we use MessageBox in dll and driver , or it works only for app ?

If it can not work on dll , should I write files to see dump log or write to
debug output window ?

Thank you.

Re: MessageBox question by Michel

Michel
Wed Jun 18 04:21:58 PDT 2008

http://guruce.com/blogpost/howtoaskquestionsonnewsgroups

What OS?

You *can* show UI from drivers, but you *should not* do that. How is
different in CE 6 or 5. Use DEBUGMSG, RETAILMSG, or write your own
logging system.

Good luck,

Michel Verhagen, eMVP
Check out my blog: http://GuruCE.com/blog

GuruCE Ltd.
Microsoft Embedded Partner
http://GuruCE.com
Consultancy, training and development services.

Kid wrote:
> Hi
>
> Can we use MessageBox in dll and driver , or it works only for app ?
>
> If it can not work on dll , should I write files to see dump log or write to
> debug output window ?
>
> Thank you.
>

Re: MessageBox question by Bruce

Bruce
Wed Jun 18 04:55:47 PDT 2008

Or for CE 6.0, use UI Proxy

--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman

EuroTech Inc.
www.EuroTech.com

"Michel Verhagen (eMVP)" <michel@nospam.box> wrote in message
news:OxkKHWT0IHA.4400@TK2MSFTNGP06.phx.gbl...
> http://guruce.com/blogpost/howtoaskquestionsonnewsgroups
>
> What OS?
>
> You *can* show UI from drivers, but you *should not* do that. How is
> different in CE 6 or 5. Use DEBUGMSG, RETAILMSG, or write your own logging
> system.
>
> Good luck,
>
> Michel Verhagen, eMVP
> Check out my blog: http://GuruCE.com/blog
>
> GuruCE Ltd.
> Microsoft Embedded Partner
> http://GuruCE.com
> Consultancy, training and development services.
>
> Kid wrote:
>> Hi
>>
>> Can we use MessageBox in dll and driver , or it works only for app ?
>>
>> If it can not work on dll , should I write files to see dump log or write
>> to debug output window ?
>>
>> Thank you.
>>