View Single Post
Dec29-11, 03:21 AM   #4
 
Admin

problem with window in turbo c


Quote by Yamna View Post
according to me a window should be created
You are not trying to create a window (as a window in Microsoft Windows), but to steal a whole screen. Such an approach worked correctly in the old DOS times, but it doesn't work under Windows - unless you will use some kind of DOS emulator.