How to Reset Direct3D
- 1). Click the "Start" icon, then click on the "Visual Basic" icon from "Programs" menu.
- 2). Type the following into the the Visual Basic program:
'Declaration
Public Sub Reset ( _
presentationParameters As PresentParameters _
)
'Usage
Dim instance As Device
Dim presentationParameters As PresentParameters
instance.Reset(presentationParameters) - 3). Press the "Enter" button to reset your device.
Source...