Hi~ :) I want to make my form to use Full-screen mode with 800x600 res and 16 bit color, Can anyone teach me how to that? Thanks a lot !
Printable View
Hi~ :) I want to make my form to use Full-screen mode with 800x600 res and 16 bit color, Can anyone teach me how to that? Thanks a lot !
ummmm. well cant you just take away the boarder thing and pull the form out....?:rolleyes: that would be alot easier....... but I think you can find that at www.vbcode.com , that is a great place to look for code..... something like over 4,000 code sampled.... cool:D
:D putting em' out sure is a good idea, very good and easy to do~
I, however, want to know the real way to do full screen, :) thx spy
Okay, make your form's backcolour be vbBlack (#000000), or whatever you see suitable, and change the borderstyle to none. Then, make the form's state vbMaximized, and it will be full screen. To change it to your desired resolution, either use DirectX (easier) or the API. To use the API (a better approach, as some computers may not have DirectX), look at this article.
http://www.vb-world.net/graphics/screenres/