ThePentiumGuy Posted June 2, 2003 Posted June 2, 2003 i gave some software to my friends made in DirectX their monitor can't support the resolution, Is there anything i can do to make the distribution work on their monitor? Or do i need to make changes in Code in DirectX? Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
*Experts* mutant Posted June 2, 2003 *Experts* Posted June 2, 2003 You have to change the resolution in the code if you didnt make any option to change it during run time. Its nothing bad, you only have to change the backbufferheight and backbufferwidth of present parameters. Quote
ThePentiumGuy Posted June 2, 2003 Author Posted June 2, 2003 wow I never thought of it that way.. i always thought u had to update software on their monitor Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.