I"m reading the DirectDraw tutorial on fullscreen.
In the first code he gives us...
Option Explicit
Dim binit As Boolean
Dim dx As New DirectX7 Dim dd As DirectDraw7 Dim Mainsurf As DirectDrawSurface7 Dim primary As DirectDrawSurface7 Dim backbuffer As DirectDrawSurface7 Dim ddsd1 As DDSURFACEDESC2 Dim ddsd2 As DDSURFACEDESC2 Dim ddsd3 As DDSURFACEDESC2
Dim brunning As Boolean Dim CurModeActiveStatus As Boolean Dim bRestore As Boolean
The part I"m having trouble with is the...
Dim ddsd1 As DDSURFACEDESC2 Dim ddsd2 As DDSURFACEDESC2 Dim ddsd3 As DDSURFACEDESC2
I"m using DirectX7, but with VisualBasic.net 2003 Standard. Anyideas on how to accomplish this with .net?