Click here to Skip to main content
16,004,974 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralVisibility of a Dataset Pin
dptalt13-Jul-05 4:41
dptalt13-Jul-05 4:41 
GeneralRe: Visibility of a Dataset Pin
Dave Kreskowiak13-Jul-05 4:43
mveDave Kreskowiak13-Jul-05 4:43 
GeneralRead and Write Binary values to registry Pin
andyr200513-Jul-05 4:36
andyr200513-Jul-05 4:36 
GeneralRe: Read and Write Binary values to registry Pin
Dave Kreskowiak13-Jul-05 4:41
mveDave Kreskowiak13-Jul-05 4:41 
GeneralRe: Read and Write Binary values to registry Pin
andyr200513-Jul-05 6:10
andyr200513-Jul-05 6:10 
GeneralRe: Read and Write Binary values to registry Pin
Dave Kreskowiak13-Jul-05 8:57
mveDave Kreskowiak13-Jul-05 8:57 
GeneralRe: Read and Write Binary values to registry Pin
andyr200523-Jul-05 8:30
andyr200523-Jul-05 8:30 
GeneralRe: Read and Write Binary values to registry Pin
Dave Kreskowiak23-Jul-05 10:48
mveDave Kreskowiak23-Jul-05 10:48 
I have no idea what your doing wrong because "just doesn't work" doesn't explain what's going on. Does it return Nothing when you call OpenSubKey? If so, then you have the registry path wrong.

This works perfectly on mine:
Dim rk As RegistryKey
rk = Registry.LocalMachine.OpenSubKey("SYSTEM\CurrentControlSet\Control\Video\{3BAC59C8-BD30-404A-9093-F454D23FF17F}\0000")
Dim data As Byte() = rk.GetValue("_Wow.exe:D3DOGL_67207556")

It returns the 4 byte value array of 0x01 0x00 0x00 0x08.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Read and Write Binary values to registry Pin
andyr200524-Jul-05 6:55
andyr200524-Jul-05 6:55 
GeneralRe: Read and Write Binary values to registry Pin
Dave Kreskowiak25-Jul-05 0:31
mveDave Kreskowiak25-Jul-05 0:31 
GeneralRe: Read and Write Binary values to registry Pin
andyr200525-Jul-05 6:06
andyr200525-Jul-05 6:06 
GeneralRe: Read and Write Binary values to registry Pin
Dave Kreskowiak25-Jul-05 11:22
mveDave Kreskowiak25-Jul-05 11:22 
GeneralClose a modal form on mouseclick outside .... Pin
MaWeRic13-Jul-05 2:50
MaWeRic13-Jul-05 2:50 
GeneralRe: Close a modal form on mouseclick outside .... Pin
Fu Manchu13-Jul-05 3:10
Fu Manchu13-Jul-05 3:10 
GeneralRe: Close a modal form on mouseclick outside .... Pin
Anonymous13-Jul-05 4:10
Anonymous13-Jul-05 4:10 
GeneralRe: Close a modal form on mouseclick outside .... Pin
Dave Kreskowiak13-Jul-05 4:40
mveDave Kreskowiak13-Jul-05 4:40 
GeneralRe: Close a modal form on mouseclick outside .... Pin
MaWeRic14-Jul-05 4:18
MaWeRic14-Jul-05 4:18 
GeneralRe: Close a modal form on mouseclick outside .... Pin
Dave Kreskowiak14-Jul-05 4:33
mveDave Kreskowiak14-Jul-05 4:33 
GeneralPhilosophy: UserControl to UserControl Pin
Sled Dog13-Jul-05 2:43
Sled Dog13-Jul-05 2:43 
GeneralAttachment in outlook express Pin
Rizwan Bashir13-Jul-05 2:22
Rizwan Bashir13-Jul-05 2:22 
GeneralRe: Attachment in outlook express Pin
Dave Kreskowiak13-Jul-05 2:35
mveDave Kreskowiak13-Jul-05 2:35 
GeneralRe: Attachment in outlook express Pin
Rizwan Bashir13-Jul-05 2:43
Rizwan Bashir13-Jul-05 2:43 
GeneralMaking a usercontrol Transparent Pin
Fu Manchu13-Jul-05 2:12
Fu Manchu13-Jul-05 2:12 
GeneralRe: Making a usercontrol Transparent Pin
Anonymous13-Jul-05 5:24
Anonymous13-Jul-05 5:24 
Generalhelp me...Access Pin
vtalau12-Jul-05 23:45
vtalau12-Jul-05 23:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.