Missing Dialog Box

  • Thread starter Thread starter Tom McLaughlin
  • Start date Start date
T

Tom McLaughlin

I am having problems locating the "Find and Replace Dialog Boxes".
My toolbox shows other Dialog Boxes. The Customize Toolbox dialog box
displays
a list of all .NET Framework components available on my machine and the
Find and Replace Dialog Boxes do not appear. The documentation that came
with my software "Microsoft Foundation Class Library Version 7.0" also lists
CFindReplaceDialoge as part of the software package. I am using VB.net
Standard version 2002
is this dialog box not supported within this version?
 
Tom McLaughlin said:
I am having problems locating the "Find and Replace Dialog Boxes".
My toolbox shows other Dialog Boxes. The Customize Toolbox dialog
box displays
a list of all .NET Framework components available on my machine and
the Find and Replace Dialog Boxes do not appear. The documentation
that came with my software "Microsoft Foundation Class Library
Version 7.0" also lists CFindReplaceDialoge

Where is this documented? MFC classes are a part of (Visual) C++ (AFAIK)
as part of the software
package. I am using VB.net Standard version 2002
is this dialog box not supported within this version?

I am using VB.Net Prof. 2003, but I also don't have a Find&Replace Dialog
box. You probably have to write it on your own.
 
* "Tom McLaughlin said:
I am having problems locating the "Find and Replace Dialog Boxes".
My toolbox shows other Dialog Boxes. The Customize Toolbox dialog box
displays
a list of all .NET Framework components available on my machine and the
Find and Replace Dialog Boxes do not appear. The documentation that came
with my software "Microsoft Foundation Class Library Version 7.0" also lists
CFindReplaceDialoge as part of the software package. I am using VB.net
Standard version 2002
is this dialog box not supported within this version?

They are not included in any .NET version. MFC is designed for use with
C++, it's unmanaged.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
 
Back
Top