CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2001
    Posts
    7

    Is there a generic find/replace dialog box?

    I was wondering if there is a generic find and replace dialog box that I can use in my apps... similar to the open dialog box, or the font dialog toolbox control??

    I don't really want to design and build one form scratch.

    TIA
    Stone

  2. #2
    Join Date
    May 2002
    Location
    Toronto
    Posts
    167
    no I don't think there is, but because it only takes a few lines of code to do it's not really something that needs to be included as a dialog

  3. #3
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    There is an example here: http://www.gotdotnet.com/team/vb/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured