Hi! So, I'm new, and I had gotten this book on how to make an RPG.
Well, as I was typing the code, it underlined some words, but at that time I didn't think anything of them, and now its being a pain. DX
Here's my code that has some problems:
Dim device As Microsoft.DirectX.Direct3D.Device
Me.Size=New Size(800, 600)
Me.Text = ("DirectX Initialization Demo")
Me.SetStyle(ControlStyles.AllPaintingInWmPaint Or ControlStyles.Opague, True)
"Me" is being underlined in blue, and its saying its a Syntax error. How do I fix these?
I also have some other errors, such as "Declaration expected." errors, in which I have no idea what that even means. (: Please help me.