Click here to Skip to main content
15,915,019 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Question[Message Deleted] Pin
xfitr23-Nov-05 13:28
xfitr23-Nov-05 13:28 
AnswerRe: VB6 Custom Control Problem Pin
Christian Graus3-Nov-05 13:47
protectorChristian Graus3-Nov-05 13:47 
GeneralRe: VB6 Custom Control Problem Pin
DA_Loring10-Nov-05 0:13
DA_Loring10-Nov-05 0:13 
General[Message Deleted] Pin
xfitr210-Nov-05 8:56
xfitr210-Nov-05 8:56 
GeneralRe: VB6 Custom Control Problem Pin
DA_Loring10-Nov-05 21:09
DA_Loring10-Nov-05 21:09 
Questionhow to Pin
drcabr3-Nov-05 12:45
drcabr3-Nov-05 12:45 
AnswerRe: how to Pin
Christian Graus3-Nov-05 13:36
protectorChristian Graus3-Nov-05 13:36 
QuestionRETRIEVING REGISTRY VALUES w/ Spaces Pin
kjmorford3-Nov-05 9:15
kjmorford3-Nov-05 9:15 
When I get registry Values in VB.Net there is no problem unless the Value has a space in it. I have tried parenthesis, tick marks, removing the space, referring to it by index, using underscore in place of the space....


This one works:

Bob = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DDM\Device.1", "ModelName", "Empty")

This one does not work:

Bob = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DDM\Device.1", "Rom version", "Empty")



The problem is the space in Rom Version.



Any Ideas?



Ken
AnswerRe: RETRIEVING REGISTRY VALUES w/ Spaces Pin
Dave Kreskowiak3-Nov-05 9:59
mveDave Kreskowiak3-Nov-05 9:59 
GeneralRe: RETRIEVING REGISTRY VALUES w/ Spaces Pin
kjmorford3-Nov-05 10:41
kjmorford3-Nov-05 10:41 
GeneralRe: RETRIEVING REGISTRY VALUES w/ Spaces Pin
kjmorford3-Nov-05 11:50
kjmorford3-Nov-05 11:50 
GeneralRe: RETRIEVING REGISTRY VALUES w/ Spaces Pin
kjmorford3-Nov-05 12:22
kjmorford3-Nov-05 12:22 
QuestionDynamic setting of Checkbox on load Pin
mitli3-Nov-05 6:59
mitli3-Nov-05 6:59 
AnswerRe: Dynamic setting of Checkbox on load Pin
Christian Graus3-Nov-05 11:04
protectorChristian Graus3-Nov-05 11:04 
AnswerRe: Dynamic setting of Checkbox on load Pin
Steve Pullan3-Nov-05 12:11
Steve Pullan3-Nov-05 12:11 
GeneralRe: Dynamic setting of Checkbox on load Pin
Steve Pullan3-Nov-05 12:21
Steve Pullan3-Nov-05 12:21 
QuestionPlease Wait.... Pin
ljc3993-Nov-05 6:03
ljc3993-Nov-05 6:03 
QuestionFinding the size of a string Pin
Mark063-Nov-05 5:59
Mark063-Nov-05 5:59 
AnswerRe: Finding the size of a string Pin
Joshua Quick3-Nov-05 7:16
Joshua Quick3-Nov-05 7:16 
GeneralRe: Finding the size of a string Pin
Mark063-Nov-05 7:57
Mark063-Nov-05 7:57 
QuestionCrystal Report subform issue Pin
amber_BC3-Nov-05 4:58
amber_BC3-Nov-05 4:58 
QuestionSetting Break Point Pin
CallyCat3-Nov-05 2:33
CallyCat3-Nov-05 2:33 
AnswerRe: Setting Break Point Pin
Christian Graus3-Nov-05 11:02
protectorChristian Graus3-Nov-05 11:02 
QuestionHow to repaint a form? Pin
NewBieBie3-Nov-05 0:10
NewBieBie3-Nov-05 0:10 
AnswerRe: How to repaint a form? Pin
Robert Rohde3-Nov-05 1:11
Robert Rohde3-Nov-05 1:11 

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.