Hello

We wish to follow the naming standard from Microsoft, we found the Naming
guideliness at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconnamingguidelines.asp
but we can't find the standard for the UI controls (which one it is:
NameTextBox or textBoxName or txtName)
Can you indicate us the right link on the MS site?

Thank you,
Alina

Re: MS Naming standard question by dan

dan
Tue May 10 10:38:36 CDT 2005

Hi

The only documentation I could find was that they don't use Hungarian
notation any more as such txtName is out...

Maybe a MSFT could shed some light?

Regards,

Daniel Roth
MCSD.NET


Re: MS Naming standard question by Daniel

Daniel
Tue May 10 14:25:14 CDT 2005


"Alina" <a@a.com> wrote in message
news:OJM45wWVFHA.3716@TK2MSFTNGP12.phx.gbl...
> Hello
>
> We wish to follow the naming standard from Microsoft, we found the Naming
> guideliness at
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconnamingguidelines.asp
> but we can't find the standard for the UI controls (which one it is:
> NameTextBox or textBoxName or txtName)
> Can you indicate us the right link on the MS site?
>

That document only expresses suggestions for non-private members, not for
private internal variables like controls.

There are several common standards in use, with the txtName style being the
most common I see. I don't think any concensus was ever reached on waht is
best though.
> Thank you,
> Alina
>



Re: MS Naming standard question by Carlos

Carlos
Wed May 11 05:00:49 CDT 2005

Those guidelines are intended for class libraries (not Windows
applications), specially if they are used by other companies (vendors,
etc.). For internal use you can use whatever you like, including Hungarian
notation if you wish.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"Alina" <a@a.com> escribió en el mensaje
news:OJM45wWVFHA.3716@TK2MSFTNGP12.phx.gbl...
> Hello
>
> We wish to follow the naming standard from Microsoft, we found the Naming
> guideliness at
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconnamingguidelines.asp
> but we can't find the standard for the UI controls (which one it is:
> NameTextBox or textBoxName or txtName)
> Can you indicate us the right link on the MS site?
>
> Thank you,
> Alina
>



Re: MS Naming standard question by Lionel

Lionel
Wed May 11 07:41:39 CDT 2005


See
http://www.idesign.net/idesign/download/IDesign%20CSharp%20Coding%20Standard.zip
for a more detailed naming guideline (including private member naming).

Lionel.

"Alina" <a@a.com> a écrit dans le message de news:
OJM45wWVFHA.3716@TK2MSFTNGP12.phx.gbl...
> Hello
>
> We wish to follow the naming standard from Microsoft, we found the Naming
> guideliness at
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconnamingguidelines.asp
> but we can't find the standard for the UI controls (which one it is:
> NameTextBox or textBoxName or txtName)
> Can you indicate us the right link on the MS site?
>
> Thank you,
> Alina
>



Re: MS Naming standard question by Alina

Alina
Wed May 11 08:24:38 CDT 2005

Thank you all. I was hoping that MS has a standard for this too.

Alina

"Lionel LASKE" <llaske@c2s.fr> wrote in message
news:OzJ2RbiVFHA.3636@TK2MSFTNGP14.phx.gbl...
>
> See
> http://www.idesign.net/idesign/download/IDesign%20CSharp%20Coding%20Standard.zip
> for a more detailed naming guideline (including private member naming).
>
> Lionel.
>
> "Alina" <a@a.com> a écrit dans le message de news:
> OJM45wWVFHA.3716@TK2MSFTNGP12.phx.gbl...
>> Hello
>>
>> We wish to follow the naming standard from Microsoft, we found the Naming
>> guideliness at
>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconnamingguidelines.asp
>> but we can't find the standard for the UI controls (which one it is:
>> NameTextBox or textBoxName or txtName)
>> Can you indicate us the right link on the MS site?
>>
>> Thank you,
>> Alina
>>
>
>