DirectX and ASP.NET

Thomas_Szafran

New member
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
 

Similar threads

N
Replies
0
Views
245
Neil Vexler
N
G
Replies
0
Views
79
Gareth Williams - Trinity Digital
G
C
Replies
0
Views
69
César Augusto Leitão
C
Back
Top