Connecting Tech Pros Worldwide Help | Site Map

Should I report a bug or somebody will help me here

PeeS290
Guest
 
Posts: n/a
#1: Sep 3 '08
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


PvdG42
Guest
 
Posts: n/a
#2: Sep 3 '08

re: Should I report a bug or somebody will help me here


"PeeS290" <PeeS290@wp.plwrote in message
news:uT$urlZDJHA.3432@TK2MSFTNGP05.phx.gbl...
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
>
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.

PeeS290
Guest
 
Posts: n/a
#3: Sep 4 '08

re: Should I report a bug or somebody will help me here


>I have missing class in Event Handler Wizard and Class View.
Quote:
Quote:
>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 ?
Quote:
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




PvdG42
Guest
 
Posts: n/a
#4: Sep 4 '08

re: Should I report a bug or somebody will help me here


"PeeS290" <PeeS290@wp.plwrote in message
news:eCwnkelDJHA.1008@TK2MSFTNGP02.phx.gbl...
Quote:
>
Quote:
>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
>
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>

PeeS290
Guest
 
Posts: n/a
#5: Sep 4 '08

re: Should I report a bug or somebody will help me here


So, do you have the same issues in other project types, such as C++/CLI
Quote:
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.
Quote:
>
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


Closed Thread