[C#] BBCode Highlighter for thread posts by sorpz
Hey Community,
I don't know whether this is the right section to post this but I hope so
...
This is a project i've just done quicky to use for another thread I'm creating rigth now and I just wanted to share it..
I hope you'll enjoy it
It does simply highlight code segments for c# and converts it into bbcode to use it in thread posts
..
Example:
Scans:
[1/46] https://www.virustotal.com/en/file/f...is/1376523940/ (for any reason 1 hit..)
[0/22] CSharpToBBCodeConverter_by_sorpz.rar - Jottis Malwarescanner
Greetz sorpz
#1 edit:
You could also use the included SorpzFramework.Web.dll to create your own highlighter...
Just add it as reference to your project.. add 'using SorpzFramework.Web.Visuals;' and you'll be able to use BBThreadPostHighlighter type..
enjoy..
If you want to get a more detailed information on how to use it just ask...
I don't know whether this is the right section to post this but I hope so
...This is a project i've just done quicky to use for another thread I'm creating rigth now and I just wanted to share it..
I hope you'll enjoy it

It does simply highlight code segments for c# and converts it into bbcode to use it in thread posts
..Example:
Code:
using System;
using System.Collections.Generic;
namespace SorpzFramework.Web.Visual {
class Program {
public static void Main(string[] args) {
// Sample Hello-World program...
Console.WriteLine("Hellow, World");
Console.ReadKey();
}
}
}
Scans:
[1/46] https://www.virustotal.com/en/file/f...is/1376523940/ (for any reason 1 hit..)
[0/22] CSharpToBBCodeConverter_by_sorpz.rar - Jottis Malwarescanner
Greetz sorpz
#1 edit:
You could also use the included SorpzFramework.Web.dll to create your own highlighter...
Just add it as reference to your project.. add 'using SorpzFramework.Web.Visuals;' and you'll be able to use BBThreadPostHighlighter type..
enjoy..If you want to get a more detailed information on how to use it just ask...
but your post caught my eye. Can you explain to a non programmer, in what occasion could I use this tool for my own threads. What exactly can I turn into BBcode? Because I tried and do not understand. 
