Search:

Type: Posts; User: nforystek

Search: Search took 0.02 seconds.

  1. Replies
    18
    Views
    9,394

    Re: Rotation using DOT product

    I know this topic didn't start with a question, but here is what I've come up with to get the angles and rotate without use actual sin() cos() and tan()/atn(). The example below does check the work...
  2. Replies
    18
    Views
    9,394

    Re: Rotation using DOT product

    Using the heading and pitch, this was the only way I was able to get it to work correctly, and I think APCS A & AB had discussed something like this, but said it isn't accurate nearer zero, hence the...
  3. Redundancy is key in backup! So, here's a TextBox

    Make a control with a timer and drop this in:
    "...and if you are what you say your are! your a star!"



    Private Type POINTAPI
    X As Long
    Y As Long
    End Type
    Private Type RANGE
  4. DPFPSample - U.are.U DigitalPersona finger print scanner work around.

    This is a bleak search to resolve because the divers aren't even provided by the O.E.M. so there isn't much information on this, so I wanted to help. The object wont deserialize correctly flat file....
  5. Re: How to get the window frame width and height.

    Assuming you mean to end the sentence with a question mark, I am positive the answer is yes with out API. To be absolute legit on all language variant (or English and custom fonts possibilities)...
  6. Re: Sign and Signn Functions (w/o IF's, math only!)

    If you're up for a challenge I have this other one I cheated on and I am certain I didn't cheat once before I just kind of forgot how. AbsWhole and AbsDecimal. In VB it is easy a cheat AbsWhole =...
  7. Re: Sign and Signn Functions (w/o IF's, math only!)

    -63.34 comes up "Invalid procedure call or argument." Fixed that.
  8. Re: Sign and Signn Functions (w/o IF's, math only!)

    Cohesion it does. But I made that one up. I am no ancient mathematician too so that is what they had too. :) Sign Negate. It might exist or in theory is basic as is. Return won't be the sign passed.
  9. Sign and Signn Functions (w/o IF's, math only!)

    Calculus functions include no programming statements,
    so I just had to figure out these for myself for proof!!!!

    Abs = (-((-(Value * -1) * Value) ^ (1 / 2) * -1))
    Sign = ((-(Abs(Value - 1) -...
  10. Replies
    14
    Views
    28,205

    Re: VB6 - Random GUID Generator

    Check out the PoolID sample output (I think it is pretty cool, repeats when unloaded and loaded another object to generate but not if the same object stays in memory generating)
    ...
  11. Replies
    14
    Views
    28,205

    Re: VB6 - Random GUID Generator

    I guess I still don't believe, here's why:



    That doesn't make sense, like... "really?" I think what you have here is the difficulty and wide use of it, at the fault level of we need them to...
  12. Replies
    9
    Views
    1,834

    Re: Using Implements the intended way - FIXED

    You guys are thinking hackers aren't you? Backward compatibility when done right, plays like not failing it up and running and in reach better more by those already reached not now excluded, for...
  13. Replies
    9
    Views
    1,834

    Re: Using Implements the intended way - FIXED

    That's real, if you call Class1_DoThis, it doesn't execute any thing other then what is in Class1_DoThis, when if a outside component calls the interface of that in turn calls Class1_DoThis then you...
  14. Replies
    16
    Views
    3,415

    Re: Clone VB6 Objects In Memory

    Well I tried your code but you didn't declare the API for me, or LongPtr and RtlMoveMemory/CopyMemory can be declared a lot of different ways, needless to say, right at the end, it crashed.
    To...
  15. Replies
    14
    Views
    28,205

    Re: VB6 - Random GUID Generator

    Crimping was everywhere in the 80's it was way more powerful then the internet SSL it was AquaNet VSSL, (Vidal Salon Style by LO'REAL), best hair style ever too!
  16. Replies
    19
    Views
    3,910

    Re: Shorten A Line

    Someone already posted the solution like this, but here is independent function:



    Type Point
    x As Single
    y As Single
    z As Single
    End Type
  17. Replies
    14
    Views
    28,205

    Re: VB6 - Random GUID Generator

    Oh...I'm under the impression we aren't suppose to see them anyway. It in essence wont happen then. Like I'm not sure, it could be fame, eventually, seeing too many of them. Unique in time as...
  18. Replies
    9
    Views
    1,834

    Re: Using Implements the intended way - FIXED

    Oh! I know what your saying now, yeah, no, it's not using the global class in that way. When you include Implements it brings the base class in a variable that follows the word, and you can't use it...
  19. Replies
    9
    Views
    1,834

    Re: Using Implements the intended way - FIXED

    Oh, I'm looking for novel. So after looking that word up, my thoughts are it's a design feature of backward comparability, lossless, and forward extending to other business. It does make for a...
  20. Replies
    14
    Views
    28,205

    Re: VB6 - Random GUID Generator

    If you turn the code example above on debug.print generating loop, it is repeating the 13th character a "4." I'm not sure that matters too much, but in the interest of "unique" I tried thwarting it,...
  21. Replies
    16
    Views
    3,415

    Re: Clone VB6 Objects In Memory

    Sure.. the X in a OS version means it's fired. ReadProcessMemory and WriteProcessMemory are desired by crackers, patch makers and disassemblers. Trivial like you said. It makes me think of sizeof...
  22. Replies
    3
    Views
    1,579

    Re: Create a copy of an Object

    I just posted a way, not sure it would suit the nesting, however, there is a scheme to memory address by pointers for objects called VTable, that you could possibly go through and check for global...
  23. Replies
    16
    Views
    3,415

    Clone VB6 Objects In Memory

    This is a really cool sample, thought I would share it, clones a object right out of the memory it runs, granting it a copy of current state properties and use of all the functions, in new memory so...
  24. Replies
    9
    Views
    1,834

    Using Implements the intended way - FIXED

    There are some frustrations with using Implements in old VB6, mainly with compiling. One such of these problems causes compiling to error citing a "Set" statement in the "Class_Initialize" that...
  25. Replies
    18
    Views
    9,394

    Re: Rotation using DOT product

    I feel bad...

    Make a class named Point and put the following code in it:


    Public X As Single
    Public Y As Single
    Public Z As Single
Results 1 to 25 of 25



Click Here to Expand Forum to Full Width