kurra Report post Posted June 4, 2008 Srs. Hello i see the forum the case "menu dhtml". I readed all conversation betewn user and team fusion. But i don't konw how to recompile the file FusionCharts.vb to work with dhtml Please help me. Thanks for your coperations. Share this post Link to post Share on other sites
kurra Report post Posted June 5, 2008 Srs. Thank for your coperation. but..... I found the solution. For all people than similar problem: Fisrts put line in the file FusionCharts.vb strFlashVars.Append(("<param name=""wmode"" value=""transparent"" />" & Environment.NewLine)) The command to use for compilation is: vbc fusioncharts.vb /target:library It worked dhtml menu with fusioncharts. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted June 7, 2008 Hi, You get option easily we have introduced a new parameter in RenderChart and RenderChartHTML method which is named transparent. This, if set to True, would set chart's wmode to Transparent. For more on this please refer to http://www.fusioncharts.com/docs/Contents/VBNET_BasicExample.html Share this post Link to post Share on other sites