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
Post a Comment