First of all this thing absolutely sux, even years after the fact I know, but
it still sux.
I have literally stopped production on my urgent project to TROUBLE-SHOOT
STINKING VS.NET!! for about an hour so far.
When I right clicik on my dialog and choose "add variable" i get only Access
, Variable type, and Variable name enabled, everything else is disabled!@@
why??
I need to add control variables to show and hide certain controls at certain
points in my app.
The strange thing is it works with other dialogs, but because this dialog
class is a large onewith many controls and functions it doesn't. This seems
like some sort of bug but I can't remember how to get around this.
Does anybody else?
Thanks
alan - 21 May 2008 16:13 GMT
More clues, ok could this be because I have this particular dialog derived
from another CDialog class?
I have this: CMyDlg::CMyDlg(CWnd* pParent /*=NULL*/)
: CNewDialog(CMyDlg::IDD, pParent)
I heard this may be an issue affecting the add member variable wizard.
Anyone? anyone?
> First of all this thing absolutely sux, even years after the fact I know, but
> it still sux.
[quoted text clipped - 16 lines]
>
> Thanks