Re: Properties...
Peter Osucha <[email protected]> Fri, 12 Dec 2008 16:53:14 -0500
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
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