Forum  General Visual ...  Let's Chat Abou...  How to add images to ImageList, ToolBar etc. HELP
Previous Previous
 
Next Next
New Post 3/31/2009 5:07 AM
  devtrix
46 posts
No Ranking


How to add images to ImageList, ToolBar etc. HELP 

Hi,

I have VS2008 & VWG 6.3.6a.  When I try to click the images property in the property grid, it pops up a dialog window that says directories, but none is displayed.  How to use the VWG imagelist ? 
Also as I can't assign the images to the imagelist at design time, I tried to assign it at runtime and add it to toolbar, no luck either.  So I added the images to Resource.resx file and used the ResourceManafer's GetImage() function.  I can see that the image is aquired in debug mode, but the toolbarbutton still shows empty place holder.  Please help.

Raj

 
New Post 3/31/2009 5:32 AM
  jayhobbs
1644 posts
1st Level Poster




Re: How to add images to ImageList, ToolBar etc. HELP 

Hi,

You have to have the directories with images in the Resources folder or as set in web.config

    <Directories>
            <Directory Code="Icons" Path="Resources\Icons" />
            <Directory Code="Images" Path="Resources\Images" />
            <Directory Code="Generated" Path="Resources\Generated" />
            <Directory Code="UserData" Path="Resources\UserData" />
        </Directories>

To use the image resource handle

  Dim ImageResourceHandle1 As Gizmox.WebGUI.Common.Resources.ImageResourceHandle = New Gizmox.WebGUI.Common.Resources.ImageResourceHandle
        ImageResourceHandle1.File = "AboutVWGLogo.jpg"
        PictureBox1.Image = ImageResourceHandle1

I hope this helps

Jay

 

 

 

 
New Post 3/31/2009 9:43 AM
  devtrix
46 posts
No Ranking


Re: How to add images to ImageList, ToolBar etc. HELP 

Thank you very much.

 

 
New Post 4/1/2009 1:19 PM
  palli
11189 posts
1st Level Poster




Re: How to add images to ImageList, ToolBar etc. HELP 

Hi guys,

I second that... thank you Jay for all your help.

Palli

 


Páll Björnsson - Visual WebGui support team - Email: support@visualwebgui.com
 
Previous Previous
 
Next Next
  Forum  General Visual ...  Let's Chat Abou...  How to add images to ImageList, ToolBar etc. HELP
Assessment Bottom
.NET Web, Cloud and Mobile application delivery platform | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2011 Visual WebGui®       Visual WebGui weblog on ASP.NET Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS