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

    CFindReplaceDialog

    HI all,
    Can anyone give me a sample code or atleast all the steps to implement the find feature using the CFindReplaceDialog.

    Thanks
    -Suri



  2. #2
    Join Date
    Sep 1999
    Location
    whitstable, uk
    Posts
    8

    Re: CFindReplaceDialog

    Me too! Also any stuff on modifying common dialogs would be most helpful
    Ta


  3. #3
    Join Date
    May 1999
    Posts
    96

    Re: CFindReplaceDialog

    Hi,
    I was not able to use the CFindReplace dialog effectively as we have to write our own code anyways. Hence I designed my own dialog very similar to find replace dialog and implemented all the handlers in my code.
    Please let me know your email id if you want a sample of what i did.

    Thx,
    -Suri



  4. #4
    Join Date
    Sep 1999
    Location
    whitstable, uk
    Posts
    8

    Re: CFindReplaceDialog

    Hi Suri,
    Thanks for your response. I have worked some more on the dialog and seemed to have managed to get the callback working. I derived a new class from CFindReplace so I can add some more knobs and whistles to the dialog for my app. I'll let you know how it goes. I found a useful help reference - "Customizing common dialog boxes" in the platform sdk library.


  5. #5
    Guest

    Re: CFindReplaceDialog

    Hi
    I need your sample. So please send it me at "[email protected]"

    Thanks,
    Gandhi.


  6. #6
    Join Date
    Nov 1999
    Posts
    283

    Re: CFindReplaceDialog

    Suri,
    I would appreciate if you send me a sample of your Find and Replace Dialog. My email address is [email protected]

    Thanks

    Sadhu


  7. #7
    Guest

    Re: CFindReplaceDialog

    I would like to see what you did for the CFindReplace Class. I am having problems using this Class. You help is greatly needed. thanks


  8. #8
    Join Date
    Jun 2000
    Posts
    1

    Re: CFindReplaceDialog

    I would like a sample. my EMail is [email protected]


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