Full Screen Mode for Turbo c on Vista

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 doesn’t 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 making the changes select OK.

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 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.

 

Read More

25 Responses to “Full Screen Mode for Turbo c on Vista”

  1. Himanshu Monga Says:

    Hi,
    This helped me to change the size of window of my working area of C, but I want to know that how we can use graphical C in this mode.

  2. Larry Pham Says:

    thanks a lot for your instruction about using TC3.0 on vista

  3. Anonymous Says:

    Thanks!!!

  4. boblee Says:

    Great Blogging!!
    Keep Your Good Work Going!!

  5. Sandeep Sharma Says:

    Hi
    Dear Sir
    thanks

  6. manish deo Says:

    thank you sir

  7. pratha Says:

    thanks sir!!

  8. Anonymous Says:

    cam on rat nhieu? thanks you

  9. Vikash Saini Says:

    I felt problem that your solution solved thanks a lot.

  10. jiv Says:

    thanks a lot

  11. NIishant Sharma Says:

    it really works very great!!!!!!
    you should get prize for this !!
    thanks a lot

  12. akki Says:

    thanks a lot sir…
    this really helped m a lot…

  13. Godgrace Says:

    Brilliant!!!

    Tank you so much!!!

    Keep up the work!

  14. ram sharma Says:

    thank you sir
    it really works
    keep up the work

  15. Seema Says:

    Thank u so much!!!!!!!!!
    I had just stopped coding in C ,just bcoz of screen size.I am happy to work again

  16. sonam Says:

    thank u so much…. i was trying to solve this problem last 2months but cudnt get through….. luckily i got landed up here….thanks a ton

  17. kinshuk Says:

    excellent work!!! thanks a million..

  18. Pirana Says:

    Thanks alot , Thank you.

  19. METI Says:

    hi even though i managed to get a full screen on my display when i tun the program it says does not support full screen and closes down

  20. anirudh Says:

    thanx..a lot!!!

  21. afzal Says:

    thanks for help

  22. harsh Says:

    Thanx it workz…!!!

  23. Ray Bitton Says:

    Thanks Mate,
    Helped A Lot!!!

  24. Jehro Fernandez Says:

    this was very helpful.. Thanks!!!

  25. deepthi Says:

    sir ….really great ……sir …i tot i wod loose my sight seeing in small window……now working comfortable……thanks a lot


Leave a Reply