Trident (also known as MSHTML) is the name of the layout engine for the Microsoft Windows version: http://en.wikipedia.org/wiki/Trident_(layout_engine)
I wanted to know how or if i can use Trident version 6.0 (IE 10 equivalent) in C# Windows Forms Application (.NET Framework 4)
EDIT: I wanted to implement WebSockets and local storage for my Windows Forms App. And i need new trident for that i guess.