Hi,
When I right click a control in my dialog (Slider control, edit control, combo box etc..) in the resource editor and select "Add event handler...", I get a popup with the following error message:
Internet Explorer Script Error:
An error has occurred in the script on this page.
Line: 327
Col: 4
Error: Can't move the focus to the control because it is invisible, not enabled or of a type that does not accept the focus.
Code: 0
URL: file://G:\Dev\VS.net\Vc7\VCWizards\CommandWiz\HTML\1033\default.htm
That file is the code for the event handler dialog. If I click the error away, the dialog still comes up, but the 'message type' and 'class list' boxes are empty.
I also notice that the control event list is always empty, which is strange, no?
I am using Visual Studio .NET under Windows XP.
Please help me with this - I really need to handle some events here!
When I right click a control in my dialog (Slider control, edit control, combo box etc..) in the resource editor and select "Add event handler...", I get a popup with the following error message:
Internet Explorer Script Error:
An error has occurred in the script on this page.
Line: 327
Col: 4
Error: Can't move the focus to the control because it is invisible, not enabled or of a type that does not accept the focus.
Code: 0
URL: file://G:\Dev\VS.net\Vc7\VCWizards\CommandWiz\HTML\1033\default.htm
That file is the code for the event handler dialog. If I click the error away, the dialog still comes up, but the 'message type' and 'class list' boxes are empty.
I also notice that the control event list is always empty, which is strange, no?
I am using Visual Studio .NET under Windows XP.
Please help me with this - I really need to handle some events here!