Unsigned 32 bit
From: Jim Carlock (anonymous_at_127.0.0.1)
Date: 09/24/04
- Next message: Bryan Dickerson: "OCX file information"
- Previous message: Ralph: "Re: VB6 program produces slightly different results"
- Next in thread: Rick Rothstein: "Re: Unsigned 32 bit"
- Reply: Rick Rothstein: "Re: Unsigned 32 bit"
- Reply: Gerald Hernandez: "Re: Unsigned 32 bit"
- Reply: J French: "Re: Unsigned 32 bit"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 24 Sep 2004 14:20:48 -0400
1) Any suggestions about creating a true UInt32 or UInt64?
Fuction AddUInt(ByVal ui32_1 As UInt32, ByVal ui32_2 As UInt32) As UInt32
AddUInt = ui32_1 + ui32_2
End Function
2) Any suggestions on how to overload the +, -, *, /
operators inside the VB IDE and use them as Macros
to send the operations to to a Macro... I'm thinking
along the lines of C and assembly language... and I'm
throwing things up in the wind looking for hints, reading
material, suggestions or whatever crosses the mind. :-)
TypeLib's ?
Thanks.
-- Jim Carlock http://www.microcosmotalk.com/ Post replies to the newsgroup.
- Next message: Bryan Dickerson: "OCX file information"
- Previous message: Ralph: "Re: VB6 program produces slightly different results"
- Next in thread: Rick Rothstein: "Re: Unsigned 32 bit"
- Reply: Rick Rothstein: "Re: Unsigned 32 bit"
- Reply: Gerald Hernandez: "Re: Unsigned 32 bit"
- Reply: J French: "Re: Unsigned 32 bit"
- Messages sorted by: [ date ] [ thread ]