I am starting a new website project with .NET 3.5 and adding a WebExplorerBar from the toolbox. When I run a applicaiton, the explorer bar is rendered as a bulleted list with no styling or images.
I noiticied that images are references from ig_res folder which is not in my web site? why is it not adding this folder to my project? how can I add this manually to my project?
Hi sagesnet,
Thank you for posting in the community.
In this scenario I suggest that you try going to the Tools tab in Visual Studio and clicking on Applications Styling Configurations for... (it should be the first item) . From there you should be able to import the stylesets. Here are some screenshots for clarity:
Please let me know if this helps.
Please feel free to contact me if you are still experiencing any issues.
Got it working Petar, thanks for your help.