This a custom control for adding 3d shapes to your project for example Text, Rectangle, Ellipse, Line, Circle, FillEllipse, FillRectangle etc The Control have properties like 3d style, 3d size, font, color, border, back color, fill style etc. the control is created in c# and a sample application for both c#.net and Visual basic.net is provided, please vote and give me some feed back thanks.
Camera-Capture-Streaming-Playing
(Popularity: ) : Use any video-audio-capture-device and watch it or stream it over your LAN and connect to it using MS Mediaplayer. Alpha blended 3D objects
(Popularity: ) : Creating transparent objects in DirectX is really faily simple. All you have to do is to play with the followring renderstates: device.RenderState.SourceBlend = Blend.SourceAlpha; device.RenderState.DestinationBlend = Blend.InvSourceAlpha; device.RenderState.AlphaBlendEnable = true; When these are set all you have to do is ... Color Hash Code
(Popularity: ) : It allows the user to choose any color by dialog color box or by entering the hash code number for the color.