is it possible to preview bbcode with AMS ???
i can preview HTML codes with that code
but i cant preview bbcode with that !!!!Code:result = Input.GetText("Input1"); TextFile.WriteFromString("C:\\temp_preview.html", "<HTML>"..result.."</HTML>", false); File.Open("C:\\temp_preview.html", "", SW_SHOWNORMAL);

