How to add Toolbar Palette

How to add Toolbar Palette

Anonymous
Not applicable
375 Views
2 Replies
Message 1 of 3

How to add Toolbar Palette

Anonymous
Not applicable
Hi,

Can anyone tell how to add Toolbar Palette in AutoCAD .

Regads,
Rupali
0 Likes
376 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable

The only way Ive been able to do it, was using straight VB - the Tool palettes seem to be "container" controls, like a form, that other "controls" are dropped on. I compiled code to an activex control (.ocx) and loaded it onto a palette from there.


FYI: I havent seen the 2009 version of the tool palette, at least usable in VB.


For now, Im using a VBA form, tweaked using the API, that has the look and feel of a tool palette. The benefits are that you have faster development times (because all code is written in handy VBA, instead of having to go back to VB and recompiling your OCX), and the downsides are that your VBA Form code is already loaded up with source before you even start a new project.

0 Likes
Message 3 of 3

Anonymous
Not applicable
Hi Rochhy,
Thanks for reply.

I am working on AutoCAD using vb.net.
Can u please provide me code for the same?
From your previous reply, do u mean I have to create one VB.NET Windows Form and add one Tag control on the form and do the furthe processing, is this write? but I want to create one dll and add the code for addin so is this possible to create codefor toolbar palette same as simple toolbar button addin.
Its urgent for me.I stuck for this.Please reply.

Thanks & Regards,
Rupali
0 Likes