G
Guest
VB.NET has items in its toolbox for OpenFile dialog, Print dialog, etc
I am creating a form where I would like to use the Find dialog by either pressing Ctrl-F, or by making a selection from a context sensitive menu or a button on the form that applies the Find dialog to a textbox
Is there an easy way to do this without writing code that manually implements the features of the Find dialog?
I am creating a form where I would like to use the Find dialog by either pressing Ctrl-F, or by making a selection from a context sensitive menu or a button on the form that applies the Find dialog to a textbox
Is there an easy way to do this without writing code that manually implements the features of the Find dialog?