Sunday, February 20, 2011

Full Screen Mode for Turbo c++ on windows 7


  As everyone knows that full screen is not supported  with the version 3.0 in Vista or in win 7;  it is difficult  to work in the small screen where I think no one can ever imagine writing a program there!  This solution will help all the C, C++ learners using TC++ 3.0 in Vista and win 7.


This is a simple technique. Just follow the simple 4 steps given below and get a big screen in few seconds. There is no need of any additional softwares or drivers.

Step 1: Open TC++  ( C:\TC\BIN\TC.EXE). In the startup it will show a dialogue box that it doesn’t support full screen mode as seen in the picture below. Just select ignore option. Then it will open the small screen mode.

Step 2: Go to the top left (where turboc++ IDE is written  )of the window and right  click. It will show a menu as shown in the figure. Then select properties from the menu.






Step 3: Now it will show the properties window, in which you select the Font tab. There you can see two font options as Raster and Lucida Console. The default will be Raster. You select Lucida Console and select the size from the size list as 28.



Step 4: After selecting the fonts, now you have to select the layout tab where you can see screen buffer size, window size, and window position options. First unselect the “Let system position window” option from window position options. Now make the following changes:
=>Screen Buffer Size: Width: 107, Height:47
=>Window Size: Width: 106, Height: 46
 =>Window Position: Left: -4 Top: -4




After making the changes select OK.

step5: Make resolution of your desktop  1280 by 600.
Now you will see a larger window and very crisp font size in which you can work perfectly fine. This technique actually doesn’t provide full screen  but you will find it much better.
 Enjoy!    programming   in  larger  window.

No comments:

Post a Comment