G
Guest
Hello,
I am adding code to a class's Sub New () procedure to initialize my program.
This code has If Then statements and inside these some registryObject
GetValue calls. When I step through the lines of code one line at a time and
it comes to the statement
If CType(registryObject.GetValue("Speed"), String) = "Fast" Then,
program execution seems to bypass all remaining code in the Sub New
procedure. No error or exception though code is in a Try/Catch block. The
program's execution continues normally except for the fact that my Sub New
code didn't seem to have loaded.
Any suggestions/help is appreciated.
Regards, drumred (not dumbhead)
I am adding code to a class's Sub New () procedure to initialize my program.
This code has If Then statements and inside these some registryObject
GetValue calls. When I step through the lines of code one line at a time and
it comes to the statement
If CType(registryObject.GetValue("Speed"), String) = "Fast" Then,
program execution seems to bypass all remaining code in the Sub New
procedure. No error or exception though code is in a Try/Catch block. The
program's execution continues normally except for the fact that my Sub New
code didn't seem to have loaded.
Any suggestions/help is appreciated.
Regards, drumred (not dumbhead)