C
carlmanaster
Hi,
I want almost modal behavior from a form; any suggestions on how to go
about this?
I'm writing something Excel-like: the main form has a grid; clicking a
cell usually selects the cell, but if there's a dialog up with a text
field that expects a cell value, it should instead enter the cell name
into the dialog's field. Of course, if it's a true modal dialog, the
click gets ignored. If the dialog is just a regular window, the click
brings the main form in front of it...
Any ideas? Thanks in advance.
Peace,
--Carl
I want almost modal behavior from a form; any suggestions on how to go
about this?
I'm writing something Excel-like: the main form has a grid; clicking a
cell usually selects the cell, but if there's a dialog up with a text
field that expects a cell value, it should instead enter the cell name
into the dialog's field. Of course, if it's a true modal dialog, the
click gets ignored. If the dialog is just a regular window, the click
brings the main form in front of it...
Any ideas? Thanks in advance.
Peace,
--Carl