Re: Properties...

Peter Osucha <[email protected]> Mon, 15 Dec 2008 15:50:02 -0500
Newsgroups gmane.comp.windows.devel.dotnet.winforms
Message-ID <[email protected]>
OK - actually, it seems that if the class is not in the same namespace
as the project default namespace then the Properties{} are not
accessible.

Thanks for the comments.

Peter

-----Original Message-----
From: Discussion forum for developers using Windows Forms to build apps
and controls [mailto:[email protected]] On Behalf Of
Stuart Dunkeld
Sent: Friday, December 12, 2008 6:16 PM
To: [email protected]
Subject: Re: [DOTNET-WINFORMS] Properties...

Go to the projects's property pages, and select the Resource tab:
there should be the option to create a default resource file. After
you've created it, you will be able to access Properties.Resources.

--stuart

On Fri, Dec 12, 2008 at 9:53 PM, Peter Osucha
<[email protected]> wrote:
> John,
>
> Unfortunately, I don't know better how to describe the problem.  How
> about this...
>
> If you create a new windows forms application, and then double click
the
> form to get to the form load event handler, you will notice an
> intellisense item 'Properties{}' (type it, you'll see).  This then
> allows you to get to Properties.Resources....
>
> For whatever reason, in the class project I created earlier today,
that
> item (and therefore namespace or object) doesn't show up as an
> intellisense item.  I can't figure out why.  It does show up in other
> class projects I have and they seem to have the same references and
> included namespaces as the project that doesn't show this
'Properties{}'
> item.
>
> Peter
>
>
> -----Original Message-----
> From: Discussion forum for developers using Windows Forms to build
apps
> and controls [mailto:[email protected]] On Behalf
Of
> John Warner
> Sent: Friday, December 12, 2008 4:10 PM
> To: [email protected]
> Subject: Re: [DOTNET-WINFORMS] Properties...
>
> The list is indeed still alive, not sure I understand the problem
> though.
>
>
> John Warner
>
> -----Original Message-----
> From: Discussion forum for developers using Windows Forms to build
apps
> and
> controls [mailto:[email protected]] On Behalf Of
> Peter
> Osucha
> Sent: Friday, December 12, 2008 4:06 PM
> To: [email protected]
> Subject: [DOTNET-WINFORMS] Properties...
>
> In intellisense, I've got a 'Properties{}'.  In a class library
project
> I
> made today, I can't seem to do anything to user the 'Properties'
> object.  Must be something simple.  As far as I can tell, all the
> included
> namespaces and references are the same between the two projects.  Any
> idea?
> I need to access some picture resources that are part of the file.
>
> FWIW - the 'Properties{}' item always seems to exist by default with a
> Windows Forms project.
>
> (Is this list still active?)
>
> Peter
>