Recent posts

#1
Project Administration / Re: acadbtn.dll
Last post by owenwengerd - July 09, 2025, 11:42:36 AM
The file is just a normal resource DLL, so I think you can use a tool like Resource Hacker.
#2
Source Code / Re: acadbtn.xmx access BMP res...
Last post by owenwengerd - July 09, 2025, 11:41:12 AM
I think you can use a tool like Resource Hacker (the acadbtn.xmx file is just a resource DLL).
#3
Source Code / acadbtn.xmx access BMP resorce...
Last post by jbuzbee - July 09, 2025, 04:36:35 AM
How can I open the acadbtm.xmx to access the bitmaps?

Much appreciated


Jim Buzbee


#4
Project Administration / acadbtn.dll
Last post by jbuzbee - July 08, 2025, 11:42:40 AM
I'd like to get access to some bitmaps (.BMP) from AutoCAD Architecture 2024.  Found on the web they are in the ACADBTN.dll.  Any help would be greatly appreciated
#5
Studio/Dialog Editor / Re: .BMP is there a better wa...
Last post by jbuzbee - July 07, 2025, 06:38:25 AM
found it . . .

dcl-PictureBox-LoadPictureFile <CONTROL> Filename [as String] {Stretch [as Boolean]})
#6
Studio/Dialog Editor / Re: .BMP is there a better wa...
Last post by jbuzbee - July 07, 2025, 06:09:38 AM
Nope.  I can't find any way I can load an image (which becomes a number)
#7
Studio/Dialog Editor / Re: .BMP is there a better wa...
Last post by jbuzbee - July 07, 2025, 05:54:03 AM
I spoke to soon

I opened an older form with bitmaps on it and I could fill more in the pictures box with the other items.  If it doesnt have an image already there I can't add bmps.

I guess Ill just use an older form
#8
Studio/Dialog Editor / Re: .BMP is there a better wa...
Last post by jbuzbee - July 07, 2025, 05:19:27 AM
Never mind

Hey I'm getten old
#9
Studio/Dialog Editor / .BMP is there a better way?
Last post by jbuzbee - July 07, 2025, 03:58:03 AM
I used bitmaps years ago and I can't remember how I did it.  I'm going full OpenDCL: nothing left of AutoCAD except the two upper menus and the command line.  No toolbars, Ribbon - nothing.

My problem is the .BMPs: they're numbers and there it's only like 10 or so I need the bitmaps for my tool bars.  I've enough - 50 or so.

Any help would be greatly appreciated.

Jim

ps thanks Owen for advancing the art of computer aided drafting
#10
Runtime/AutoLISP / Check Boxes
Last post by Eddiefromdc - May 21, 2025, 06:02:46 PM
Hello,

I have 12 checkboxes. Is there a lisp routine that once a pick (check) a checkbox it will
make sure the other 11 checkboxes are uncheck/cleared?

Hoping somebody can help.

Thanks.