03-17-2007 01:00 PM
03-18-2007 09:37 AM
03-19-2007 01:32 AM - edited 03-19-2007 01:32 AM
Dennis is right. The Picture Control gives you a vector oriented drawing control. Turbo C++ is DOS based entirely and since you moved to Windows you have to rethink quite a bit. No application in Windows (or any other GUI system for that matter) is supposed to control the CRT screen directly anymore.
@Drummer wrote:
I used to use Borland Turbo C++ (DOS Systems) before labview. I am trying to find out if it is possible to control cursor location as well as output control and text characters to the crt. I have read the discussion forums that use the graph.vi, but I would like to be able to control the cursor and output characters without the graph.vi property nodes.The Borland C++ Functions were as follows:gotoxy(row,col); This moved the cursor to the row and column values.printf("%c",dec); This sent ASCII control characters in decimal.putch(); This sent ASCII characters to the screen.In summary, can ASCII text be put to the screen at fixed row and column locations independent of string indicators or graph.vi property node attributes?Any help would be appreciated.
Message Edited by rolfk on 03-19-2007 08:39 AM