Copied everything into a new solution and it started working again.
=Blain
-Original Message-
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Jacob Grass
Sent: Tuesday, April 16, 2002 11:32 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] VB.Net turned off automatic case
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] VB.Net turned off automatic case changing
This is fixed in C# ;)
-Original Message-
From: Blain Timberlake [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 16, 2002 4:43 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] VB.Net turned off automatic
> This is fixed in C# ;)
ROTFL
Blain:
Chances are, this kind of behavior is caused from a code block not being closed.
Something like a missing End If or End Sub.
Jacob A. Grass
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists
This is fixed in C# ;)
-Original Message-
From: Blain Timberlake [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 16, 2002 4:43 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] VB.Net turned off automatic case changing
Just today when I opened Visual Studio .Net, the IDE no longer
Just today when I opened Visual Studio .Net, the IDE no longer changes
case when I type in a defined variable's name.
All the methods and everything are still brought up automatically, but
the case stays as typed, and doesn't change to match the case of the Dim
statement.
I looked around for an