Question
February 10, 2008 at 04:30 PM
jayobrien78

VB 6 covert to VB NET

by jayobrien78 . Updated 18 years, 7 months ago

Hello,

I have the following line of code, but am not sure how to change it so that it works in VB NET. (It doesn’t like the UCase(Right(strKey, 8) section. Appreciate any help. jay

If UCase(strKey) = “.DEFAULT” Or UCase(Right(strKey, 8)) = “_CLASSES” Then

This discussion is locked

All Comments