M
Mark Erikson
One of the next features I was hoping to implement is an MS Word-style
Find dialog. By Word-style, I mean a non-full-screen dialog that sits
over the main form and has controls on it (a textbox, buttons, etc),
stays on top until you close it, but still lets you tap and enter text
on the main form. I'm not quite sure what the exact term is for this
kind of behavior... "semi-modal", perhaps?
Anyway, I've been doing some newsgroup scanning in preparation for
this feature, and thus far I'm not really seeing any definitive
answers. I've seen some references to setting a Form's ControlBox,
Minimize, and Maximize properties to false. I've also fiddled a bit
with setting the Form's FormBorderStyle to FBS.None, but that hasn't
given me anything satisfactory.
I've posted a screenshot of what I'm trying to duplicate at
http://acemarke.ionichost.com/find.html . If anyone knows a way to
pull that off using managed code or P/Invoke, please let me know. If
that can't be done inside C#, then I can live with doing another
method. Sure be nice to get this one to work, though.
Thanks in advance for any help!
Mark Erikson
Find dialog. By Word-style, I mean a non-full-screen dialog that sits
over the main form and has controls on it (a textbox, buttons, etc),
stays on top until you close it, but still lets you tap and enter text
on the main form. I'm not quite sure what the exact term is for this
kind of behavior... "semi-modal", perhaps?
Anyway, I've been doing some newsgroup scanning in preparation for
this feature, and thus far I'm not really seeing any definitive
answers. I've seen some references to setting a Form's ControlBox,
Minimize, and Maximize properties to false. I've also fiddled a bit
with setting the Form's FormBorderStyle to FBS.None, but that hasn't
given me anything satisfactory.
I've posted a screenshot of what I'm trying to duplicate at
http://acemarke.ionichost.com/find.html . If anyone knows a way to
pull that off using managed code or P/Invoke, please let me know. If
that can't be done inside C#, then I can live with doing another
method. Sure be nice to get this one to work, though.
Thanks in advance for any help!
Mark Erikson