Please let me know how to access video buffer from VB.NET. I am trying to develop a software that simulates different terminals on the local network using mouse and keyboard.
You'll want to look into locking the surface to get at the bits. You'll probably want to look at the backbuffer's surface but depending on how you code things, you may be using a different surface.
I wonder why you're choosing DirectX and not just using a fixed width font to make it look "terminal" like? Working with Text seems MUCH easier than DirectX. Heck, even building a real rocketship "McGuyver style" seems easier than using DirectX at times
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.