grabjacket
@grabjacket
New Member
Joined: Feb 14, 2024
Topics: 51 / Replies: 199
Reply
RE: Dotnet 16 bits images

I see what you mean. I think the issue is with the source image format. It’s a 16 bit greyscale image. I’ve never been able to work with that format i…

6 years ago
Forum
Reply
RE: Dotnet 16 bits images

Hi @Clovis, I’m not sure I understand the problem. The image you post here is 8 bits, if I convert it to 16 bits with the methods above I get a darke…

6 years ago
Forum
Reply
RE: Dotnet 16 bits images

Hi @Clovis, perhaps you’ve already solved this but here’s something which works for me –make a new bitmap thePixelformat = (dotnetclass “system.draw…

6 years ago
Forum
Reply
RE: dotNetClass "System.Net.WebRequest" stopped working!

Hey dZorg, I actually implemented this in c#, so I’m unsure about the syntax in maxscript exactly, but I’ve used this post as a reference: You can ju…

6 years ago
Forum
Reply
RE: dotNetClass "System.Net.WebRequest" stopped working!

I had an issue with a webrequest a while back and for me changing the security protocol did the trick. I did it in c#, but for maxscript it might be s…

6 years ago
Forum
Reply
RE: dotNet.addEventHandler

I’ve had the same issue with maxform based UI’s in max 2019. After installing the 2019.1 update the issue of non responsive dotnet controls went away….

7 years ago
Forum
Reply
RE: Get center position of an edge.

I agree. Some basic forum etiquette like “thanks for this solution, it worked”, or “thanks for your script, but I don’t understand it” would be great….

7 years ago
Forum
Reply
RE: dotnet.addEventHandler not works in Structs in 3ds Max 2019.

I don’t have a workaround, but installing 2019.1 fixes the issue.

7 years ago
Forum
Reply
RE: Inform about max crash

I’ve used VS to build my console app. It’s just a basic console app, no bells and whistles. I’ve taken out the messagebox or emailing function and I’v…

7 years ago
Forum
Reply
RE: Inform about max crash

Hi there, I’ve successfully implemented the project from Jorge. I actually run it from a .net winforms application. I’ve also added a bit where, in ca…

7 years ago
Forum
Reply
RE: dotNet: unzip base64 encoded data

For zipping and unzipping I’ve used Zipstorer as an assembly (). It’s no fuss and solid. I’ve only had to encode stuff to base64 strings like so Byte[…

7 years ago
Forum
Reply
RE: Changing local characters to ASCII standard?

For some scripts I’m using this function. It uses two arrays: one with characters you want to replace and the other with the characters you want to re…

8 years ago
Forum
Reply
RE: Get the right MacAddress

I’m reviving this thread after a year just to let you know how it went. I’ve implemented a system by Cryptlex (). They offer a decent system to create…

8 years ago
Forum
Reply
RE: Get the right MacAddress

Somehow that has an ominous feel to it…

8 years ago
Forum
Reply
RE: Get the right MacAddress

As for me, I’ve moved on. I was struggling a lot with writing encryption, managing licenses and dealing with subscriptions. I’m no security expert and…

8 years ago
Forum
Page 1 / 17