Results 1 to 2 of 2

Thread: Question about namespace space in winform C# ?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    519

    Question about namespace space in winform C# ?

    Visual Studio C# winform is not understand "Properties" and "Resources", how to winform understand its "Properties" and "Resources" ?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: Question about namespace space in winform C# ?

    What version of C# are you using? Your thread suggests 2.0, which means VS 2005. Is that really the case, if so, why are you using such an old version? Most people won't have that available to test with but, if I remember correctly, Properties.Resources should still be recognised. Properties is a child namespace of your project's root namespace and Resources is a class within that namespace, e.g. if you called your project WindowsFormsApp1 then the full name should be WindowsFormsApp1.Properties.Resources. If you try to use that does it work? Open the Object Browser window and expand the node for your project and see what namespaces are listed there and what types are members of them.

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