954,496 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Swiching between graphics mode and text mode

hello , i have an trouble in switching between graphics mode and text mode
i have an interface by using graphics mode and when you press in a key of it
will transfer to a window by text mode when this operation occur the dimension of
the second window is loosed or decrees (text widow)
please i want a solution

khaled mohamed
Newbie Poster
4 posts since Jul 2010
Reputation Points: 10
Solved Threads: 0
 

my question like this
I am writing a graphics application in Turbo C under DOS.In my application there are a number of captions and against each caption there are to be text box like windows to enter text and other information as follows:

Name :
Age :

All this i am keeping in a reactangle ie. the main window. To write the captions i have used the outtextxy() function.For the text boxes i intend to use the window() function defined in conio.h.But to use the window function u have to switch from graphics mode to text mode ,and upon switching from graphics mode to text mode all the graphics disappear ie.the outline rectangle of my main window disappear. Is there any way around this problem? Can't we work in graphics mode and text mode at the same time without loosing the work already done?

khaled mohamed
Newbie Poster
4 posts since Jul 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You