d3d in vb2008
hello guy how i can do d3d in vb2008?
You cant do a "real" d3d that requires DX9 or DX8, and if you could it would be very hard just like chams in VB, you can make something similar to a D3D in VB using functions like "FormOnTop" or "TransparentForm" (Random names that I use for the stuff I have...) and a bunch of others...Use Google to find ways to get a transparent background on your form and how to make you form stay above everything else, and maybe find a way to make your form not appear in the process list...there are many ways.