Sei sulla pagina 1di 4

Full Screen Mode for Turbo c on Vista

April 22, 2009 Puneet11 This is a big question for those who are still using Turbo C++ Version 3.0 in Windows Vista. As everyone knows that full screen is not supported with the version 3.0 in Vista; it is ridiculous 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.

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++ (normally C:\TC\BIN\TC.EXE). In the startup it will show a dialogue box that it doesnt support full screen mode as seen in the picture below. Just select ignore option. Then it will open the small screen mode. Note: Please Click on the images to enlarge

Step 2: Go to the top left of the window and 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:

<![if !supportLists]> <![endif]>Screen Buffer Size: Width: 82 Height: 28 <![if !supportLists]> <![endif]>Window Size: Width: 80 Height: 26 <![if !supportLists]> <![endif]>Window Position: Left: -4 Top: -4

After select OK.

making

the

changes

Now you will see a larger window and very crisp font size in which you can work perfectly fine. This technique actually doesnt provide full screen in Vista but you will find it much better.

NB: The given sizes will work fine for 1280 by 800 screens, but there is no compulsion that you have to use them as specified. You can always use your own options according to your need. Full Screen Turbo C/C++ Under 64 Bit Windows 7,Vista :http://punuptech.com/2010/04/turbo-cc-on-3264-bit-vistawindows-7xp/

1) Create a shortcut to cmd.exe and double click to open it.

2) Type wmic and press ENTER to get Windows Management Instrumentation Command-line utility running into an interactive mode.

3) Click the maximize button to get a real full screen window of Command Prompt. With Windows 7 default installation setting, you can also click the Command Prompt window title bar and drag it up to the edge of Desktop to get the same maximized window.

You wont get this full screen window mode if you click the maximize button before executing WMIC. Am I right?

4) Right click the maximized Command Prompt window title bar and select Properties. In the Properties dialog box, tick the Quick edit mode check-box followed by clicking OK button.

This step makes Windows 7 remember to maximize Command Prompt to this particular full screen window mode, each time you double click the cmd.exe shortcut created in step 1!

5) Close the Command Prompt window (by click the X button or execute exit command twice to exit from WMIC as well as cmd.exe).

Potrebbero piacerti anche