DirectX and ASP.NET

Thomas_Szafran

Newcomer
Joined
Feb 16, 2003
Messages
2
Hi, I understand DirectX and was trying to incorporate it into a ASP.NET control (which I know very little about). I am striving to make a picturebox that has directX in it on a webpage.

Does anyone have any tips or reading material that would be helpful? I have looked into ASP.NET controls but found that the render function in those its a HTMLWriter.

Thanks.
 
DirectX can only be attached to Windows Controls and Forms, it requires a class derived from System.Windows.Forms.Control, ASP.Net controls are derived from System.Web.UI.Control
 
Back
Top