Re: Creating REG_QWORD Registry key value type
- From: "Jay B. Harlow [MVP - Outlook]" <Jay_Harlow_MVP@xxxxxxx>
- Date: Mon, 25 Apr 2005 08:44:21 -0500
Doh!
I meant to include the link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfmicrosoftwin32registrykeyclasssetvaluetopic.asp
Jay
"Jay B. Harlow [MVP - Outlook]" <Jay_Harlow_MVP@xxxxxxx> wrote in message
news:%233%23fcvZSFHA.748@xxxxxxxxxxxxxxxxxxxxxxx
| Dave,
| According to MSDN the SetValue method:
|
| <quote>
| Value allowed in the registry can be DWORD, binary, and string. String
| values can be represented as the following categories...
| </quote>
|
| In VB.NET a QWORD (64-bit number) would be a Long, however reading
| RegistryKey.SetValue I get the impression its simply not supported...
|
| Hope this helps
| Jay
|
|
| "Dave" <dethonlegs@xxxxxxxxx> wrote in message
| news:f8c2f42a.0504240133.46332f62@xxxxxxxxxxxxxxxxxxxxx
|| I'd like to create a Registry key value where the Registry key value
|| type is REG_QWORD.
||
|| I'm using SetValue(name As String, value As Object), and I understand
|| that the object type used in this function determines the registry
|| value type, however I cannot find a type eqivilant in vb.net that will
|| create the REG_QWORD type (they keep coming out as REG_SZ, REG_BINARY
|| or REG_DWORD)
||
|| Does anyone know how I can do this?
||
||
|| Kind Regards,
||
|| Dave
|
|
.
- References:
- Creating REG_QWORD Registry key value type
- From: Dave
- Re: Creating REG_QWORD Registry key value type
- From: Jay B. Harlow [MVP - Outlook]
- Creating REG_QWORD Registry key value type
- Prev by Date: How to use the MID function using the Query Builder in VB.NET
- Next by Date: Re: Localization of vb programs
- Previous by thread: Re: Creating REG_QWORD Registry key value type
- Next by thread: Re: Creating REG_QWORD Registry key value type
- Index(es):
Relevant Pages
|