Hi all,
Here's a sequence of events that seems OK but leads to an error on my system:
1. Start VS.NET, select new project.
2. Choose to start a Win32 Project
3. Set to dll, click finish
4. Go to Add resource, and add a dialog box.
5. Right click the OK button (or any button for that matter), select "Add Event Handler..."
At this point I get the following error:
"An error has occured in the script on this page:
[...]\Vc7\VCWizards\CommandWiz\HTML\1033\default.htm
Line: 327
Char: 4
Error: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.
Code: 0
Do you want to continue running scripts on this page?"
I think the actual code that it is failing on is the JScript that adds the project class names into the event handler wizard.
Does this work for anyone else? What am I doing wrong?
ANY input welcome.
All the best,
Rewbs.
Here's a sequence of events that seems OK but leads to an error on my system:
1. Start VS.NET, select new project.
2. Choose to start a Win32 Project
3. Set to dll, click finish
4. Go to Add resource, and add a dialog box.
5. Right click the OK button (or any button for that matter), select "Add Event Handler..."
At this point I get the following error:
"An error has occured in the script on this page:
[...]\Vc7\VCWizards\CommandWiz\HTML\1033\default.htm
Line: 327
Char: 4
Error: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.
Code: 0
Do you want to continue running scripts on this page?"
I think the actual code that it is failing on is the JScript that adds the project class names into the event handler wizard.
Does this work for anyone else? What am I doing wrong?
ANY input welcome.
All the best,
Rewbs.