ze straw Member 40 Jan 24, 2008 #1 how do i game fullscreen???????(i am not sure where to put this) i dont know how to make my game fullscreen. can some one plz help me ~ GO HORNS :rock:
how do i game fullscreen???????(i am not sure where to put this) i dont know how to make my game fullscreen. can some one plz help me ~ GO HORNS :rock:
Grathea Sponsor 731 Jan 25, 2008 #2 Hit Alt-Enter. There are scripts you can use to force this... I'm not sure what they are offhand, but try a search. Upvote 0 Downvote
Hit Alt-Enter. There are scripts you can use to force this... I'm not sure what they are offhand, but try a search.
Jason Awesome Bro 15,961 Jan 25, 2008 #3 When your playing press ALT + ENTER, and it'll do it. Also, this IS the right place Upvote 0 Downvote
Reives Sponsor 64,276 Jan 25, 2008 #5 This is the script to call for automatic full screen: Code: showm = Win32API.new 'user32', 'keybd_event', %w(l l l l), '' showm.call(18,0,0,0) showm.call(13,0,0,0) showm.call(13,0,2,0) showm.call(18,0,2,0) Have fun~ Upvote 0 Downvote
This is the script to call for automatic full screen: Code: showm = Win32API.new 'user32', 'keybd_event', %w(l l l l), '' showm.call(18,0,0,0) showm.call(13,0,0,0) showm.call(13,0,2,0) showm.call(18,0,2,0) Have fun~