Click here to Skip to main content
16,010,544 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem with show dialog box window. Pin
Pankaj Garg8-Mar-09 6:23
Pankaj Garg8-Mar-09 6:23 
GeneralRe: Problem with show dialog box window. [modified] Pin
Dave Kreskowiak8-Mar-09 6:39
mveDave Kreskowiak8-Mar-09 6:39 
GeneralRe: Problem with show dialog box window. [modified] Pin
Pankaj Garg9-Mar-09 8:59
Pankaj Garg9-Mar-09 8:59 
QuestionHow to Capture the Back Button Pin
Thomas Wells7-Mar-09 7:46
Thomas Wells7-Mar-09 7:46 
AnswerRe: How to Capture the Back Button Pin
Dave Kreskowiak8-Mar-09 6:15
mveDave Kreskowiak8-Mar-09 6:15 
QuestionRe: How to Capture the Back Button Pin
Thomas Wells9-Mar-09 3:45
Thomas Wells9-Mar-09 3:45 
GeneralRe: How to Capture the Back Button [modified] Pin
Thomas Wells9-Mar-09 5:30
Thomas Wells9-Mar-09 5:30 
GeneralRe: How to Capture the Back Button Pin
Dave Kreskowiak9-Mar-09 9:42
mveDave Kreskowiak9-Mar-09 9:42 
QuestionDatacombo1 Highlighted serched item Pin
khan20106-Mar-09 23:13
khan20106-Mar-09 23:13 
AnswerRe: Datacombo1 Highlighted serched item Pin
Dave Kreskowiak8-Mar-09 5:44
mveDave Kreskowiak8-Mar-09 5:44 
QuestionDataset Pin
md_refay6-Mar-09 20:28
md_refay6-Mar-09 20:28 
AnswerRe: Dataset Pin
Rupesh Kumar Swami7-Mar-09 3:58
Rupesh Kumar Swami7-Mar-09 3:58 
Question[Message Deleted] Pin
vinmaac6-Mar-09 19:23
vinmaac6-Mar-09 19:23 
AnswerRe: KEYLOGGER Pin
Garth J Lancaster6-Mar-09 19:49
professionalGarth J Lancaster6-Mar-09 19:49 
QuestionPlaying Wave files with the Audio routines? Pin
TheComputerMan6-Mar-09 14:16
TheComputerMan6-Mar-09 14:16 
AnswerRe: Playing Wave files with the Audio routines? Pin
TheComputerMan6-Mar-09 14:35
TheComputerMan6-Mar-09 14:35 
Questionmy vb.net code Pin
JAYRAJ GIRI6-Mar-09 8:24
JAYRAJ GIRI6-Mar-09 8:24 
GeneralRe: my vb.net code Pin
Luc Pattyn6-Mar-09 8:32
sitebuilderLuc Pattyn6-Mar-09 8:32 
GeneralRe: my vb.net code Pin
Christian Graus8-Mar-09 17:11
protectorChristian Graus8-Mar-09 17:11 
AnswerRe: my vb.net code Pin
Dave Kreskowiak6-Mar-09 9:26
mveDave Kreskowiak6-Mar-09 9:26 
QuestionRe: my vb.net code Pin
dan!sh 6-Mar-09 20:53
professional dan!sh 6-Mar-09 20:53 
QuestionChange file extention association and apply changes? Pin
Member 21389206-Mar-09 5:00
Member 21389206-Mar-09 5:00 
AnswerRe: Change file extention association and apply changes? Pin
Dave Kreskowiak6-Mar-09 5:35
mveDave Kreskowiak6-Mar-09 5:35 
The problem I see is that your call CreateSubKey on a key that already exists, it won't return an object that SetValue can be called on.

Seperate these calls into seperate calls. Don't chain object call onto object call. Verify that you actually have an object before you make a call on it.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Change file extention association and apply changes? Pin
Member 21389208-Mar-09 21:32
Member 21389208-Mar-09 21:32 
GeneralRe: Change file extention association and apply changes? Pin
Dave Kreskowiak9-Mar-09 2:15
mveDave Kreskowiak9-Mar-09 2:15 

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.