BIM Coordinator Program (INT) April 22, 2024
Find the next step in your career as a Graphisoft Certified BIM Coordinator!
Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

Creating User Interface in Add-Ons

Nayan
Booster
Hello, I am new to ARCHICAD. Need to do some automation task in ARCHICAD 24 using the Add-Ons. For this I need to create a user interface (Text box, Dropdown etc. to interact with the user). For this reason I have come to know that we can use Visual c++ MFC for the interface creation.
Is it possible to use the MFC project with the Add-Ons(Have gone through the Add-Ons template for CMake)?
Or if there is anything better for this please suggest me.
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Anonymous
Not applicable
Maybe you should take a look of "DG_Test" example in ArchiCAD API SDK.
Or see also "Hello World 2" or "Maze Generator" blog in ArchiCAD API page.

View solution in original post

2 REPLIES 2
Solution
Anonymous
Not applicable
Maybe you should take a look of "DG_Test" example in ArchiCAD API SDK.
Or see also "Hello World 2" or "Maze Generator" blog in ArchiCAD API page.
Nayan
Booster
blackd3er77 wrote:
Maybe you should take a look of "DG_Test" example in ArchiCAD API SDK.
Or see also "Hello World 2" or "Maze Generator" blog in ArchiCAD API page.
Thanks a lot for the suggestion. Gone through the mentioned resource and helped me a lot.
Learn and get certified!