Visual Basic Development Bookmark and Share   
 Home > Visual Basic Language > import directx
 

import directx

Help please, I'm trying to figure out how to import directx into my project. Ive looked everywhere on google and found this code...
Imports Microsoft.DirectX
Imports Microsoft.DirectX.Direct3D
Imports Microsoft.DirectX.DirectDraw
Imports Microsoft.DirectX.DirectInput
Imports Microsoft.DirectX.DirectSound

but this makes errors, because Microsoft.DirectX doesnt exist?

Can someone please tell me how to import directx graphics?
zaneski13  Sunday, April 19, 2009 12:20 AM
Did you install DirectX 9.0c Redistributable for Software Developers

Its here


Once you install, go to project Menu, Add Reference, Find Micorosft.DirectX and Micorosft.DirectX.DirectShow in .net tab and add them to your project



Arjun Paudel
Arjun Paudel  Sunday, April 19, 2009 3:04 AM
Did you install DirectX 9.0c Redistributable for Software Developers

Its here


Once you install, go to project Menu, Add Reference, Find Micorosft.DirectX and Micorosft.DirectX.DirectShow in .net tab and add them to your project



Arjun Paudel
Arjun Paudel  Sunday, April 19, 2009 3:04 AM

You can use google to search for other answers

Custom Search

More Threads

• Compare two text files
• Making folder in word through MS Access
• How to mark all the particular words in a RichTextBox
• Disabling ShowKeyboardCues for a Form Label
• Displaying array in TextBox
• Two Conditions in One IF Statement
• How to approximate numbers in vb.net
• Overriding a double-click of an application's title bar
• Fill Several Combobox with the same values from database
• read excel cell from VB2008