incognitoDave
@incognitodave
New Member
Joined: Feb 15, 2024
Topics: 3 / Replies: 6
Reply
RE: .dll "inspector" programs

Yea I was really surprised at what these could do. Sounds like time to learn a little bit about obfuscating.

16 years ago
Forum
Topic
Forum
Replies: 9
Views: 4
Reply
RE: can someone help me excute the code?

Sure there is a better way but you could try something like this: fn easeIn t b c d = ( c * pow 2 (10 * (t/d – 1)) + b ) ( d = 20 t…

16 years ago
Forum
Reply
RE: can someone help me excute the code?

try something like this fn easeIn t b c d = ( c * pow 2 (10 * (t/d – 1)) + b ) cyl_count = 20 t = 0 base = 0 c = 5 …

16 years ago
Forum
Reply
RE: dotNetPropertyInspector

very cool Ypuech, some interesting stuff there that I did not know that you could do, gunna have to wrap my brain around that one. Thanks!

16 years ago
Forum
Reply
RE: dotNetPropertyInspector

.zip file attached for those that don’t have a TechArtist.org account. Silly me I thought everyone did, its all the rage. Pen Good catch! I forgot t…

16 years ago
Forum
Topic
Forum
Replies: 10
Views: 32
Topic
Forum
Replies: 0
Views: 13
Reply
RE: DotNet Loading Assembly

Was looking for an alternative to DataGridView and I stumbled on to this thread. Very cool control and I was having the same problems of locking up an…

17 years ago
Forum