Should I report a bug or somebody will help me here

  • Thread starter Thread starter PeeS290
  • Start date Start date
P

PeeS290

Hi all,

I have missing class in Event Handler Wizard and Class View.
I went through internet but all sugestions of possible solutions have
failed.

Regular CDialog based class, is not listed in Class View.
I cannot make a handler for a button in this class other way than manually,
it is very annoying.

Strangely enough even if the class is not listed in Class View, it pops up
after search in Class View.

Any sugestions ?

BTW. Event handler wizard should have some search capability, or at least
the window with class list should be bigger.


Pawel
 
PeeS290 said:
Hi all,

I have missing class in Event Handler Wizard and Class View.
I went through internet but all sugestions of possible solutions have
failed.

Regular CDialog based class, is not listed in Class View.
I cannot make a handler for a button in this class other way than
manually, it is very annoying.

Strangely enough even if the class is not listed in Class View, it pops up
after search in Class View.

Any sugestions ?

BTW. Event handler wizard should have some search capability, or at least
the window with class list should be bigger.


Pawel

Sounds like you're using MFC?
If so, you'll get more feedback by posting in:

microsoft.public.vc.mfc

When you post there, be sure to add details such as which version of Visual
Studio you are using.
 
I have missing class in Event Handler Wizard and Class View.
Sounds like you're using MFC?
If so, you'll get more feedback by posting in:

microsoft.public.vc.mfc

When you post there, be sure to add details such as which version of
Visual Studio you are using.

This has nothing to do with MFC, Class View is not the element of MFC, it
should list all classes in the project, MFC or not.
As to Visual Studio, I am using VS2008 with SP1, as I mentioned before in my
first posting about this problem.

Pawel
 
PeeS290 said:
This has nothing to do with MFC, Class View is not the element of MFC, it
should list all classes in the project, MFC or not.
As to Visual Studio, I am using VS2008 with SP1, as I mentioned before in
my first posting about this problem.

Pawel
So, do you have the same issues in other project types, such as C++/CLI
Windows Forms and/or Win32 Console?
If you create another project of the same type as the one you used for
original illustration, citing "Regular CDialog based class", does the issue
reappear?

Oh, FYI, the post from you that I responded to that started this thread says
nothing about what version of VS you are using. Here it is in its entirety:
<quote>
Hi all,

I have missing class in Event Handler Wizard and Class View.
I went through internet but all sugestions of possible solutions have
failed.

Regular CDialog based class, is not listed in Class View.
I cannot make a handler for a button in this class other way than manually,
it is very annoying.

Strangely enough even if the class is not listed in Class View, it pops up
after search in Class View.

Any sugestions ?

BTW. Event handler wizard should have some search capability, or at least
the window with class list should be bigger.


Pawel
</quote>
 
So, do you have the same issues in other project types, such as C++/CLI
Windows Forms and/or Win32 Console?
If you create another project of the same type as the one you used for
original illustration, citing "Regular CDialog based class", does the
issue reappear?

I have many other projects and I never encountered such problem before.
Right now in one of my biggest projects, that I am working on for years, I
have this one class missing.
Problem is I have no idea how to get it back to Class View and Event Handler
Wizard.
Oh, FYI, the post from you that I responded to that started this thread
says nothing about what version of VS you are using. Here it is in its
entirety:
<quote>

I said :
"As to Visual Studio, I am using VS2008 with SP1, as I mentioned before in
my
first posting about this problem."
I meant my post from 2008-09-01, which stays unanswered.


Regards
Pawel
 
Back
Top