J
Jim Frazer
Hi,
I'm developing a C# application that will function like the SIP. I'm doing
this because our platform is a CEPC with touchscreen and we'll need a large
keyboard that is "finger friendly". The application can be invoked by any
other application in the system.
My problem is that I cannot figure out a way to display the SIP form in such
a way that forms behind it are truly disabled. The SIP form doesn't fill
the whole screen so some buttons from forms beneath it are visible to the
user. While these exposed buttons don't respond to while the SIP form is
displayed, they will respond after the SIP form is closed. Setting the
underlying form's enabled property to false and then back to true or
disabling individual controls on the underlying form doesn't help. As soon
as the form or the controls are enabled, they will respond to any touches
that occured while the SIP form was displayed. I could make the SIP form
full screen, but it's pretty ugly when the SIP form is in numeric keypad
mode. If I hide any underlying forms then the main window icons (i.e. My
Computer) become visible and active.
Does anyone have any suggestions? I'm guessing there's a simple
solution...I just haven't found it yet.
Thanks,
Jim Frazer
I'm developing a C# application that will function like the SIP. I'm doing
this because our platform is a CEPC with touchscreen and we'll need a large
keyboard that is "finger friendly". The application can be invoked by any
other application in the system.
My problem is that I cannot figure out a way to display the SIP form in such
a way that forms behind it are truly disabled. The SIP form doesn't fill
the whole screen so some buttons from forms beneath it are visible to the
user. While these exposed buttons don't respond to while the SIP form is
displayed, they will respond after the SIP form is closed. Setting the
underlying form's enabled property to false and then back to true or
disabling individual controls on the underlying form doesn't help. As soon
as the form or the controls are enabled, they will respond to any touches
that occured while the SIP form was displayed. I could make the SIP form
full screen, but it's pretty ugly when the SIP form is in numeric keypad
mode. If I hide any underlying forms then the main window icons (i.e. My
Computer) become visible and active.
Does anyone have any suggestions? I'm guessing there's a simple
solution...I just haven't found it yet.
Thanks,
Jim Frazer