Icons not showing up on Treeview

  • Thread starter Thread starter Keith Elder
  • Start date Start date
K

Keith Elder

I am using VS 2005 Beta and I have a Treeview UserControl that I built for a
menu. I added an imageList to the control and added some icons that I want
to associate with the control. When I build the solution and view the
UserControl placed on a form in the designer, I can see the icons.
However, when I run the solution's executable I do not see the icons in the
Treeview. It is like the images are not getting placed into the output of
the build or something. I have this in two seperate places. I cannot for
the life of me figure out what I missing since this used to work.

Anyone ran into this?

-Keith
 
Hi Keith,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you're having problem to add icons to a
Treeview in VS.NET 2005 beta.

Since VS.NET 2005 hasn't been released yet, for VS.NET 2005 question, you
can try to post in the following newsgroup.

http://forums.microsoft.com/msdn/ShowForum.aspx?ForumID=8

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
You're welcome.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top