david429
@david429
New Member
Joined: Feb 15, 2024
Topics: 6 / Replies: 9
Reply
RE: Micro-Challenge. #Split a String

I’m trying to do this without finditem and matchpattern , It take a long time to execute. fn mysplitstring str tokens = ( result = #() local lastTo…

14 years ago
Forum
Topic
Forum
Replies: 0
Views: 44
Reply
RE: How to read a html file

thank you Pen , I鈥檒l try

16 years ago
Forum
Reply
RE: How to read a html file

I鈥?have try this in C# but i have no idea how to transfer from C# to maxscript 🙁 using System; using System.Collections.Generic; using System.Te…

16 years ago
Forum
Topic
Forum
Replies: 3
Views: 87
Reply
RE: Free memory with dotnet drawing bitmap

hello art ,I have no idea how to use the code I’ve try run the code , but it show me “undefined” and seems like did not free the memory I’m Noob with…

16 years ago
Forum
Topic
Forum
Replies: 3
Views: 48
Reply
RE: How to support DDS with dotnet drawing bitmap

Pete , Thank you very much, it’s work I was not copy the freeimage.dll to C:\ dotnet.loadassembly “C:\FreeImageNet” Freeimage = Dotnetclass “FreeIm…

16 years ago
Forum
Reply
RE: How to support DDS with dotnet drawing bitmap

Hey Pete , thanks for your share but it’s not woking with max dotnet.loadassembly “C:\FreeImageNET” – work Freeimage = Dotnetclass “FreeImageAPI.Fr…

16 years ago
Forum
Topic
Forum
Replies: 20
Views: 149
Reply
RE: Download from HTTP ?

Thank you ! It’s work

16 years ago
Forum
Topic
Forum
Replies: 3
Views: 64
Reply
RE: MaxScript.Net with SQL

Thank you guys , It’s work Thank you very much !

16 years ago
Forum
Reply
RE: MaxScript.Net with SQL

I do try this code , but it’s still not working dotnet.loadassembly “System” constring=“server=localhost\Server;database=modeldb;Uid=sa;Pwd=sqlmy;” …

16 years ago
Forum
Topic
Forum
Replies: 8
Views: 66