Windows Develop Bookmark and Share   
 index > Windows Forms General > length of an object name in vb.net
 

length of an object name in vb.net

length of an objects name in windows form
such as 1stCreditCardType too long?
Red2003XLT  Thursday, October 01, 2009 1:14 PM
No it is not.

but type names can not start with a number.

Did you give it a try?
Tamer Oz  Thursday, October 01, 2009 1:23 PM
No it is not.

but type names can not start with a number.

Did you give it a try?
Tamer Oz  Thursday, October 01, 2009 1:23 PM
I'm working my way thru Mike Murach VB.NET textbox.

One of his objext names (a listbox) is 1stCreditCardType.

Funny thing in his solution the 1stCreditCardType raise zero flags.

Maybe it's really lstCreditCardType?

Red2003XLT  Thursday, October 01, 2009 1:46 PM
I'm working my way thru Mike Murach VB.NET textbox.

One of his objext names (a listbox) is 1stCreditCardType.

Funny thing in his solution the 1stCreditCardType raise zero flags.

Maybe it's really lstCreditCardType?


:) Yeah, listbox controls are very often named with an "lst" prefix.
Wole Ogunremi  Thursday, October 01, 2009 1:54 PM
lstCreditCardType works?


DOH!!
Red2003XLT  Thursday, October 01, 2009 2:16 PM
Hehe, my favorite one was a question about having trouble compiling 01eDbConnection.

Hans Passant.
nobugz  Thursday, October 01, 2009 5:11 PM
Why do people always over-shorten words?, its not DOS anymore.

FirstCreditCardType
SecondCreditCardType

^^ morehumanly readable then

lstCCtyp
sndCCtyp
VB.NET to C# http://www.developerfusion.com/tools/convert/vb-to-csharp/
Se3ker385  Thursday, October 01, 2009 6:24 PM

You can use google to search for other answers

Custom Search

More Threads

• Combobox`
• Show new dialog without taskbar window
• Open form by clicking button
• convert string to Integer
• report depending on a certain information
• Custom control - Container/Site reference when porting VB 6 ActiveX to .NET C#
• Which event I should place code Cursor.Current = Cursors.WaitCursor?
• Able to detect SerialDataReceiveEvent in a function?
• How to change font in Balloon tool tip text? in c#.
• MDIChild Login Form