| In Max 9, when Microsoft moved to 64 bit and dropped Active X, DotNet (or .net) was added as their object oriented development framework.
Active X controls still work in Max 9, 2008 and even 2009 but only in the 32bit versions. In the 64bit version Dotnet must be used.
Because Max is so tied to windows it also had to make the change to ensure that features kept working like the Layers Manager that uses the DotNet
Listview control and many others. Active X was implemented into Max script but not very well and Active X had many issues of it's own.
Dotnet is far easier to work with but takes a fair amount of work to get used to and is not for the beginner Max scripter.
Dotnet is a frame work of objects that are used to control how things look on screen, how data is managed or how your system is setup.
I can't go into everything that you can do with Dotnet as I don't know it to that level, I'm not sure that any one
person can. For people starting out with Dotnet in Max script it is usually to try and enhance the look and feel of the
user interfaces that they are creating for production tools and system.
You can find more information about dotNet at the MSDN developers site
http://msdn.microsoft.com/en-us/library/default.aspx
|