Re: Windows display questions

new topic     » goto parent     » topic index » view thread      » older message » newer message

Hi

This is a bare minimum for what you are describing

--Example bare minimum console program 
--does not work with euiw.exe, use eui.exe 
 
include std/console.e   --for wait_key() 
 
object VOID		--can dump anything in here 
 
system("mode 100,50", 0) --change the console size on the fly 
puts(1, "Resized\n") 
 
VOID = wait_key() 
 
position(10,10) 
puts(1, "Good to go\n\n") 
 
VOID = wait_key() 

Also, as far as Linux goes, a great OS to fiddle with and I'm a great advocate of Linux, but IMHO you'll get very distracted from your tree program - stick to Windows.

Cheers

Chris

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu