Wrox Programmer Forums
|
VB.NET 2002/2003 Basics For coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 2002/2003 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 14th, 2005, 12:45 PM
Registered User
 
Join Date: Jan 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default ToLower

Not sure that I'm the first to uncover this, so forgive me if I couldn't find it in other postings...

Using 'Beginning VB.NET', I'm stumped on the Chapter 5 Case Sensitivity demo - not only does my code not function, but the downloaded demo doesn't, either. Is this something no longer supported in the .NET Framework, or did I just overlook the obvious?

 
Old January 14th, 2005, 12:52 PM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

Could you just help—just a bit—by telling us what code doesn't work, and what the behavior is when you try to run it?

Though this site is sponsored by WROX, individuals are answering question, and not all have all WROX books at their disposal.
 
Old January 14th, 2005, 12:57 PM
Registered User
 
Join Date: Jan 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Specifically, I'm working thru the portion of the demo that syncs the hashtable by converting all text to lower case... in both my code and the downloaded version, I enter and email address in mixed (or all) uppercase and get a message box stating that the email address doesn't exist. I assumed the point of the exercise was to show that we'd eliminated the case sensitivity requirements for this section.

 
Old January 14th, 2005, 04:19 PM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

[u]What</u> demo?

I don’t have this book, so I don’t know what the code looks like.
Post the code that doesn’t work, OK?

I just have to take your word on the point of the exercise, having never seen one line of it...
 
Old January 14th, 2005, 04:40 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

I can only assume that you are referring to the VB function "ToLower" from the subject of this thread.

In .NET strings have a method 'ToLower()'. This works for me.





Similar Threads
Thread Thread Starter Forum Replies Last Post
beginning aspnet1.0 with c#;chp 8;ToLower mdiamant BOOK: Beginning ASP.NET 1.0 1 September 27th, 2004 12:47 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.