Message 1 of 9
TabbedDialogExtension

Not applicable
05-23-2005
01:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I'm using AutoCAD 2006, VS 2003 and writing a C# tab add-in for the options
dialog.
I've added a user control to my project, then added a groupbox which
contains several controls, including a button.
The button event is supposed to fire up a FolderBroswerDialog, however,
whenever I hit the button, AutoCAD hangs
as if it's lost focus. I then knocked this out and just tried spitting up a
MessageBox - no go either.
Interestingly enough, if I have a buton by itself (not contained in the
groupbox) on the user control, I can get it to successfully work.
Does anyone have any ideas as to what is causing this behaviour?
Cheers,
Glenn.
I'm using AutoCAD 2006, VS 2003 and writing a C# tab add-in for the options
dialog.
I've added a user control to my project, then added a groupbox which
contains several controls, including a button.
The button event is supposed to fire up a FolderBroswerDialog, however,
whenever I hit the button, AutoCAD hangs
as if it's lost focus. I then knocked this out and just tried spitting up a
MessageBox - no go either.
Interestingly enough, if I have a buton by itself (not contained in the
groupbox) on the user control, I can get it to successfully work.
Does anyone have any ideas as to what is causing this behaviour?
Cheers,
Glenn.