Re: [DOTNET] VB.Net turned off automatic case changing....

2002-04-16 Thread Blain Timberlake
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

Re: [DOTNET] VB.Net turned off automatic case changing....

2002-04-16 Thread Blain Timberlake
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

Re: [DOTNET] VB.Net turned off automatic case changing....

2002-04-16 Thread Jacob Grass
> 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

Re: [DOTNET] VB.Net turned off automatic case changing....

2002-04-16 Thread Bernard Vander Beken
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

[DOTNET] VB.Net turned off automatic case changing....

2002-04-16 Thread Blain Timberlake
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