Click here to Skip to main content
15,914,594 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
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")
Dim i As Integer

For i = 0 to data.GetUpperBound(0)
    TextBox1.Append(String.Format("Value at index {0}: {1}" & Environment.NewLine, i, data(i))
Next



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

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 
GeneralRe: help me...Access Pin
Anonymous13-Jul-05 5:38
Anonymous13-Jul-05 5:38 
GeneralWake On Lan - Help Pin
Geoff_300112-Jul-05 22:48
Geoff_300112-Jul-05 22:48 
GeneralRe: Wake On Lan - Help Pin
Anonymous13-Jul-05 5:08
Anonymous13-Jul-05 5:08 
GeneralRe: Wake On Lan - Help Pin
Anonymous15-Jul-05 10:24
Anonymous15-Jul-05 10:24 

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.