Click here to Skip to main content
15,901,505 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Windows Registry Check Pin
andyr20053-Aug-05 13:34
andyr20053-Aug-05 13:34 
GeneralRe: Windows Registry Check Pin
Christian Graus3-Aug-05 13:36
protectorChristian Graus3-Aug-05 13:36 
GeneralRe: Windows Registry Check Pin
andyr20053-Aug-05 13:40
andyr20053-Aug-05 13:40 
GeneralRe: Windows Registry Check Pin
Christian Graus3-Aug-05 14:00
protectorChristian Graus3-Aug-05 14:00 
GeneralRe: Windows Registry Check Pin
andyr20053-Aug-05 14:07
andyr20053-Aug-05 14:07 
GeneralRe: Windows Registry Check Pin
Christian Graus3-Aug-05 14:12
protectorChristian Graus3-Aug-05 14:12 
GeneralRe: Windows Registry Check Pin
andyr20054-Aug-05 13:21
andyr20054-Aug-05 13:21 
GeneralRe: Windows Registry Check Pin
andyr20055-Aug-05 5:29
andyr20055-Aug-05 5:29 
k sorry bout this but I am having the same problem when reading binary values from the registry. Here's the code I am attempting to use:

Dim showadvanced, showfirewall As Byte

Try
nvmixersettings = audiospeakers.OpenSubKey("Settings", True)
showadvanced = nvmixersettings.GetValue("ShowAdvanced")
showfirewall = nvmixersettings.GetValue("ShowFirewall")
If showfirewall = Nothing Then
soundstormadvancedenable.Checked = False
soundstormadvanceddisable.Checked = True
soundstormfirewallenable.Enabled = False
soundstormfirewalldisable.Enabled = False
GroupControl13.Visible = True
End If
If showfirewall = 10000000 Then
soundstormadvancedenable.Checked = True
soundstormadvanceddisable.Checked = False
soundstormfirewallenable.Enabled = True
soundstormfirewallenable.Enabled = True
GroupControl13.Visible = False
End If
Catch ex As Exception
End Try

Now i have tried to Declare the variable type to string and byte and still no good, any other ideas??
GeneralEmbedding Scanner and Camera Wizard into VB app Pin
tempgp2-Aug-05 9:44
tempgp2-Aug-05 9:44 
Generalchaining integer into a textbox Pin
microuser_20002-Aug-05 8:24
microuser_20002-Aug-05 8:24 
GeneralRe: chaining integer into a textbox Pin
Christian Graus2-Aug-05 14:44
protectorChristian Graus2-Aug-05 14:44 
GeneralRe: chaining integer into a textbox Pin
microuser_20002-Aug-05 21:37
microuser_20002-Aug-05 21:37 
Generaldatagrid err Pin
oakleaf2-Aug-05 7:32
oakleaf2-Aug-05 7:32 
GeneralRe: datagrid err Pin
Christian Graus2-Aug-05 14:44
protectorChristian Graus2-Aug-05 14:44 
GeneralCombo Box closes before selection can be made Pin
tromba992-Aug-05 7:27
tromba992-Aug-05 7:27 
GeneralListview collums Pin
robertw0192-Aug-05 7:11
robertw0192-Aug-05 7:11 
GeneralVB.Net command line app Pin
partt2-Aug-05 6:36
partt2-Aug-05 6:36 
GeneralRe: VB.Net command line app Pin
Christian Graus2-Aug-05 14:45
protectorChristian Graus2-Aug-05 14:45 
GeneralAVI Mask Color Pin
elias.a@libero.it2-Aug-05 5:39
susselias.a@libero.it2-Aug-05 5:39 
GeneralRe: AVI Mask Color Pin
Dave Kreskowiak2-Aug-05 10:19
mveDave Kreskowiak2-Aug-05 10:19 
GeneralRe: AVI Mask Color Pin
elias.a@libero.it2-Aug-05 21:25
susselias.a@libero.it2-Aug-05 21:25 
GeneralRe: AVI Mask Color Pin
Dave Kreskowiak3-Aug-05 2:24
mveDave Kreskowiak3-Aug-05 2:24 
GeneralRe: AVI Mask Color Pin
TheKriminal3-Aug-05 2:49
TheKriminal3-Aug-05 2:49 
Generalload data back onto treenodes Pin
fareee2-Aug-05 5:31
fareee2-Aug-05 5:31 
QuestionHow to add an icon into resources in VB Pin
oncer2-Aug-05 4:21
oncer2-Aug-05 4:21 

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.