|
-
Mar 28th, 2002, 05:30 PM
#1
Thread Starter
Frenzied Member
Namespace?
I've seen you guys posting some class coding and they almost always include a line with the keyword "Namespace." I've tried looking through the help files but returning 500 results is hardly any help.
What does the "Namespace" keyword mean and do?
-
Mar 28th, 2002, 05:37 PM
#2
Thread Starter
Frenzied Member
Also, does anyone know how to show line numbers in the IDE?
-
Mar 28th, 2002, 05:40 PM
#3
I THINK namespaces are just for categorizing and grouping your code
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Mar 28th, 2002, 07:07 PM
#4
Lively Member
Namespaces
The namespace keyword is used to declare a scope. This namespace scope lets you organize code and gives you a way to create globally-unique types.
ms-help://MS.VSCC/MS.MSDNVS/csref/html/vclrfNamespace.htm
Line Numbers
Tools -> Options -> Text Editor -> All Languages -> General -> Line Numbers
Last edited by gijsj; Mar 28th, 2002 at 07:32 PM.
-
Mar 28th, 2002, 07:54 PM
#5
Addicted Member
-
Mar 29th, 2002, 04:27 AM
#6
Thread Starter
Frenzied Member
got it thanks
-
Mar 29th, 2002, 01:40 PM
#7
Addicted Member
the line number in the ide is shown on the bottom statusbar when you have a code window open on the right side its small and hard to notice
 ender_pete 
C#,VS.NET Ent Arch, vb6 ee sp5,html,vbscript,jscript,
xml,dhtml,delphi,c++,vc++,java,cgi,php, python, ada(so ancient) ,adasage(also ancient) and others i can't remember.....
-
Mar 29th, 2002, 02:23 PM
#8
Lively Member
I suppose Shaw N means the line numbers on every line, not the line number where the cursor is at that moment (statusbar).
Tools -> Options -> Text Editor -> All Languages -> General -> Line Numbers
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|