xcx
01-12-2008, 04:38 PM
I have .NET dll what simply create a window.
Then I create RichTextBox to that window with maxscript.
dnRich = dotNetObject "System.Windows.Forms.RichTextBox"
dotNetWnd.Controls.add dnRich
RichTextBox component appears to window but I can't type anything to it and 3dsmax regonize my key presses as keyboard shortcuts.
Then I create RichTextBox to that window with maxscript.
dnRich = dotNetObject "System.Windows.Forms.RichTextBox"
dotNetWnd.Controls.add dnRich
RichTextBox component appears to window but I can't type anything to it and 3dsmax regonize my key presses as keyboard shortcuts.
