Is it bad practice to handle the showing of the open file dialog, and other dialogs, from within a c
Posted
by highone
on Stack Overflow
See other posts from Stack Overflow
or by highone
Published on 2010-04-15T23:08:27Z
Indexed on
2010/04/15
23:13 UTC
Read the original article
Hit count: 357
I am making a custom textbox control and am thinking about adding keybindings in the constructor that execute commands to open and save files. I am also thinking about handling the find and replace dialog from within my textbox control.
Is there a reason I shouldn't do this?
© Stack Overflow or respective owner