[Closed] Adding native max UI to a dotnet form
Hello, I want to ask if there is any way to add, for example, a native 3ds max spinner into a dotnet form while still being able to work with its values & events? PEN’s youtube tutorial on developing dotnet tools mentioned briefly that it could be done with some workaround, but it was complicated. Can anyone provide me with an example of it being done?
I see, Thank you for the links.
The solution does seem quite messy though – having a rollout within a form and all that. I thought you could add the individual elements for some reason. Do you know of a way of turning a dotnet object like the NumericUpDown to behave more like the max spinner? Specifically dragging the arrows to change the value, since that’s the only thing I am after?
messy? this is only solution available.
there are many examples on this forum how to make .net controls look and work like a rollout controls