ScriptSpot

Forum topic · General Scripting

Maxscript dotnet Visual Studio.

By Romeh · 2013-10-30

Description

Hello,

Actually I trying to build my script only with dotnet.
but creating and place all dotNetObject "manually" take me lots of time.

So my question is:
theoretically is it possible to build my gui interface with Visual Studio, and load it in Maxscript?

maybe loading assembly dll?

I am looking for clues to continue my research...

Thank you.

Comments (1)

raphick · 2014-08-18

hi Romeh,

actually you can build a c# user control in visual and just embed it in a maxscript dialog ;)
Or you can also have a look at the MaxCustomControl.dll in the SDK.

Cheerz!