i am currently using vb 2005 and i am translating an old program from vb6 that a friend gave to me. my current error is this:
lWindowHandle = Form1.hWnd
'hWnd is not a member of App.Form1'
this is using directX and from what i was told the hWnd should be defined by itself. if anyone knows a vb 2005 equivalent that'd be great.
my main topic for this thread is this question. What exactly...