Results 1 to 8 of 8

Thread: Namespace?

  1. #1

    Thread Starter
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631

    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?
    Please rate my post.

  2. #2

    Thread Starter
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631
    Also, does anyone know how to show line numbers in the IDE?
    Please rate my post.

  3. #3
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    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!!

  4. #4
    Lively Member
    Join Date
    Aug 1999
    Location
    Amsterdam
    Posts
    117
    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.

  5. #5
    Addicted Member
    Join Date
    Dec 2001
    Location
    Guess....i have wooden shoes, in my free time i sell tulips and I live in a huge windmill...
    Posts
    176
    yeah they are cool :-)
    JpEgy

  6. #6

    Thread Starter
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631
    got it thanks
    Please rate my post.

  7. #7
    Addicted Member ender_pete's Avatar
    Join Date
    Aug 2000
    Location
    Virginia, United States
    Posts
    131
    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.....

  8. #8
    Lively Member
    Join Date
    Aug 1999
    Location
    Amsterdam
    Posts
    117
    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
  •  



Click Here to Expand Forum to Full Width