LoneRobot: hi john, to avoid saving to a temporary bitmap, try saving the max bitmap to the clipboard using setclipboardbitmap <bitmap> and th…
thanks, I’ve already seen the tutorial about “paint event”, it create the image when rollout open, but I want to load images after, in second moment, …
hi, i have a problem, how can I add a bitmap image to pictureBox dotnetcontrol ??? i put the script and the file containing the image data. My problem…
ah ok resolved with these: dnForm=dotNetObject “System.Windows.Forms.form” dnForm.text = “NameOfTooll” dnForm.menu = dotnetObject “System.Windows.Fo…
… i make some first experiment, example, if i want add a menu how can i add it ? ( –form.close() dnForm=dotNetObject “System.Windows.Forms.form” …
very thanks, this is a thing that i haven’t understood…
ok, only a question: in the ActiveXControl for ListView then i want link a item to an objects i put: obj = box() lv.item.tag = obj But in DotNet ???…
Ok, i understand somethings of this dotNet , now i can convert my script for Max64bit !!! (example: ) i found all information that i need here: but …
Oh, thanks, it’s exactly that i want … but i look now the tutorial and is very complicated, is similar the C++ GUI. There is a complete manual ? Becau…
sorry, my english is bad… my goal is to match the Vertex list with the Texture list so an arrey of Vertex. The game utilize these data: FACES numTri…
sorry, my english is bad… my goal is to match the Vertex list with the Texture list so an arrey of Vertex. The game utilize these data: FACES numTr…
No, i’m understand that do you do, but is not my objective, the objective of script is to EXTRACT only Face, Vertex and UVW arrays, it isn’t rebuild a…
Thanks but you don’t understand that i must to do: I’m creating a export-import script for a PCgame objects, the game want: a list of Faces a list …