I want to construct a console type application that: takes a large array of hard coded strings ie call them str1, str2 , str3 etc. When the program starts I want the strings ouput to a console window sequentially with a variable step period greater of 5 seconds or more between the display of each string.
Other considerations are that as each string appears the previous disappears,such that only one string is displayed at a particular time, I dont want the command prompt to appear or any task or menu bars visible, it just has to be the string in a totally empty console window that occupies the whole of the screen. I will also need a way of exiting the app. I would be most grateful if anyone could help me to construct this. This prog will form the basis for a art project that I am involved in ---ta
Other considerations are that as each string appears the previous disappears,such that only one string is displayed at a particular time, I dont want the command prompt to appear or any task or menu bars visible, it just has to be the string in a totally empty console window that occupies the whole of the screen. I will also need a way of exiting the app. I would be most grateful if anyone could help me to construct this. This prog will form the basis for a art project that I am involved in ---ta