c# - Is there a way to "copy" the MessageBox functionality in Windows Mobile 6.5? -


is there way "copy" functionality of messagebox or dialogbox in windows mobile 6.5?

i've developed custom message box (with paint events , blending etc) make ui better. however, don't know how duplicate messagebox functionality, program "freezes" , "waits" response user (usually pressing ok or cancel button).

right now, workaround, disable entire screen message box receive key presses. have custom event called onmessageboxclosed.

i put actual code executed based on choice made user (ok or cancel) in event handler event.

i prefer if possible make custom message box behave regular messagebox.

thanks!


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -