MarcoBrunetta
@marcobrunetta
New Member
Joined: Feb 15, 2024
Topics: 14 / Replies: 255
Reply
RE: DotNet controls Picture Box

-how to stretch an image to button size (if is some method here or must be done by fn) There might be a better method, but here’s the function I use w…

16 years ago
Forum
Reply
RE: DotNet controls Picture Box

Cool, I’ll see about reformatting my .net notes into something readable if I get some time.

16 years ago
Forum
Reply
RE: DotNet controls Picture Box

Well… do you accept contributions?

16 years ago
Forum
Reply
RE: DotNet controls Picture Box

I actually started experimenting with it a few weeks ago and it seems extremely useful. Sure wish there was a .net for dummies guide somewhere online.

16 years ago
Forum
Reply
RE: DotNet controls Picture Box

You could also create a flowLayoutPanel, and add labels or imageboxes or whatever to it’s “controls” property. The flowLayoutPanel will take care of t…

16 years ago
Forum
Reply
RE: encryptScript error.

Why is the encrypt part included in the script’s code???

16 years ago
Forum
Reply
RE: encryptScript error.

Well…unless you can post the unencrypted code then it’s kinda of hard to find the problem. Are you by any chance trying to encrypt a macroscript? That…

16 years ago
Forum
Reply
RE: encryptScript error.

Try removing the “=” encryptScript “E:\\scripts\\mytool.ms”

16 years ago
Forum
Reply
RE: encryptScript error.

Nope, encryptScript is used to encrypt a file, so it requires a non encrypted file. However you must supply a full path to the file. Like: encryptScr…

16 years ago
Forum
Reply
RE: getSavePath() Folder name

You could try the .net directory class… maybe that’s faster? I think it’s “system.io.directory” and it has a getDirectories method. EDIT:

16 years ago
Forum
Reply
RE: Add object count to name string

Instead of x.name = o.name + “_mesh” + i use x.name = o.name + “_mesh” + i as string The problem is that you are trying to add string with integer…

16 years ago
Forum
Reply
RE: Scene explorer + asset manager = MeshManager

The layer visa selection sounds like a good idea. In any case, when in Layer sorting mode, you can right click the SCENE OBJECTS library and there wil…

16 years ago
Forum
Topic
Forum
Replies: 3
Views: 33
Reply
RE: Wrong with this code,but where it wrong?

This part seems to be off to me: on editx2 changed var do ( $.name = var ) ( nam3 = getfilenamefile maxfilename nam4 = substring nam1…

16 years ago
Forum
Reply
RE: Smallest volume box to fit a shape?

AFAIK the bounding box has “the smallest possible volume”. You can check the .max and .min property of an object to get the extremes of the bounding b…

16 years ago
Forum
Page 7 / 18