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

    How do I create a find and replace common dialog



    Can anyone tell me how to create a Find and Replace Dialog box using

    CFindReplaceDialog Class?

  2. #2
    Join Date
    Mar 1999
    Posts
    1

    Re: How do I create a find and replace common dialog



    Hi there,


    You can find some additional information on the MSDN Online concerning the CFindReplaceDialog class. Simply navigate to http://search.microsoft.com/dev/?MSC..._SEARCH%20MSDN and search for . From this search, you can find examples of this class, such as this page:


    http://msdn.microsoft.com/library/de...lacedialog.htm


    If you cannot access these links, simply follow the step-by-step instructions to register for this free service offered by Microsoft.


    I hope that this information helps. I wish you the best of luck in all of your programming ventures!


    Sincerely,

    Keenan



    Keenan Stewart ([email protected])

    Learning Advisor, http://scholars.com


    Microsoft Certified Technical Education Center

    Novell Authorized Online Training Provider


    Scholars.com

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