Hi,

I'm kind of new to VB.NET and am trying to do something like the old Screen.MousePointer = vbHourglass.

I found something on the help, saying that I have to use System.Drawing.Cursor.Current, but when I put that into my code, I get an error, saying that does not exist. What's wrong here? Do I have to include something in my code in order to ues that?

Help, please.

Thanks,

David