Anybody out here know how to build a registry key as a DWORD and populate it with FFFFFFFF?
VB Integers are only 16 bit and I need to use 32 bit.
I can create the key and fill it with a 0 or a 1 and it stays a DWORD, but if I try to fill it with FFFFFFFF it converts it to a string and makes the key a REG_SZ.
I've already got code that will dynamically create then import a reg file, so my need has been fulfilled, I'm just interested from a technical perspective on how to build the key and fill it with code. Thanks.
VB Integers are only 16 bit and I need to use 32 bit.
I can create the key and fill it with a 0 or a 1 and it stays a DWORD, but if I try to fill it with FFFFFFFF it converts it to a string and makes the key a REG_SZ.
I've already got code that will dynamically create then import a reg file, so my need has been fulfilled, I'm just interested from a technical perspective on how to build the key and fill it with code. Thanks.