.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*R. Robert Bell
Re: TreeView label edit in a palette
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-29-2005 03:00 PM in reply to:
*Scott McFarlane
You may want to fix that "cooyright" too. ;^)
--
R. Robert Bell
"Tony Tanzillo" wrote in message
news:4941709@discussion.autodesk.com...
The code below has a major bug. Don't use it.
See the next post for a fixed version.
--
http://www.caddzone.com
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
"Tony Tanzillo" wrote in message
news:4941045@discussion.autodesk.com...
This TreeView control descendent should solve your problem.
Just use it in lieu of the Syste.Windows.Forms.TreeView.
Sorry about the C#, but I don't do VB. Hopefully, somoene can
translate it for you, or you can build it a separate assembly and
reference it from your VB project.
////////////////////////////////////////////////// ////////////////////////////////////
/// DialogTreeView.cs Cooyright (c) 2005 Tony Tanzillo All rights
reserved
///
/// For private use only. Do not distribute or
/// publish this code without the express written
--
R. Robert Bell
"Tony Tanzillo"
news:4941709@discussion.autodesk.com...
The code below has a major bug. Don't use it.
See the next post for a fixed version.
--
http://www.caddzone.com
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
"Tony Tanzillo"
news:4941045@discussion.autodesk.com...
This TreeView control descendent should solve your problem.
Just use it in lieu of the Syste.Windows.Forms.TreeView.
Sorry about the C#, but I don't do VB. Hopefully, somoene can
translate it for you, or you can build it a separate assembly and
reference it from your VB project.
//////////////////////////////////////////////////
/// DialogTreeView.cs Cooyright (c) 2005 Tony Tanzillo All rights
reserved
///
/// For private use only. Do not distribute or
/// publish this code without the express written
*Tony Tanzillo
Re: TreeView label edit in a palette
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-29-2005 10:11 PM in reply to:
*Scott McFarlane
Well, at least you were able to see that flaw,
if nothing else.
--
http://www.caddzone.com
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
"R. Robert Bell" wrote in message news:4942183@discussion.autodesk.com...
You may want to fix that "cooyright" too. ;^)
--
R. Robert Bell
"Tony Tanzillo" wrote in message
news:4941709@discussion.autodesk.com...
The code below has a major bug. Don't use it.
See the next post for a fixed version.
--
http://www.caddzone.com
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
"Tony Tanzillo" wrote in message
news:4941045@discussion.autodesk.com...
This TreeView control descendent should solve your problem.
Just use it in lieu of the Syste.Windows.Forms.TreeView.
Sorry about the C#, but I don't do VB. Hopefully, somoene can
translate it for you, or you can build it a separate assembly and
reference it from your VB project.
////////////////////////////////////////////////// ////////////////////////////////////
/// DialogTreeView.cs Cooyright (c) 2005 Tony Tanzillo All rights
reserved
///
/// For private use only. Do not distribute or
/// publish this code without the express written
if nothing else.
--
http://www.caddzone.com
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
"R. Robert Bell"
You may want to fix that "cooyright" too. ;^)
--
R. Robert Bell
"Tony Tanzillo"
news:4941709@discussion.autodesk.com...
The code below has a major bug. Don't use it.
See the next post for a fixed version.
--
http://www.caddzone.com
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006
http://www.acadxtabs.com
"Tony Tanzillo"
news:4941045@discussion.autodesk.com...
This TreeView control descendent should solve your problem.
Just use it in lieu of the Syste.Windows.Forms.TreeView.
Sorry about the C#, but I don't do VB. Hopefully, somoene can
translate it for you, or you can build it a separate assembly and
reference it from your VB project.
//////////////////////////////////////////////////
/// DialogTreeView.cs Cooyright (c) 2005 Tony Tanzillo All rights
reserved
///
/// For private use only. Do not distribute or
/// publish this code without the express written


