Hi guys, I am just wondering if there is a control that acts like a terminal? Can I just use the standard text box? I have made a Z80 microprocessor system that communicates with the PC and I have finished programming the firmware on the system so it can communicate with the PC (Load programs into RAM, view RAM, reset, input output, etc., came up to less than 1KB ;) ).
So the text box cursor would go to the next line if say I send it 0Dh, 0Ah? (CR, LF)
So the text box cursor would go to the next line if say I send it 0Dh, 0Ah? (CR, LF)
An EDIT control might work fine with the right flags, apps like notepad uses simply the EDIT class.
Try using a window spy tool like winspyxx :)
Try using a window spy tool like winspyxx :)
winspyxx?!?! what is that?!
I will play around with the edit control, a GUI would be a nice addition!
Thanks for the help :)
I will play around with the edit control, a GUI would be a nice addition!
Thanks for the help :)
http://www.catch22.net/software/winspy.asp :) - there's a couple of neato tools and stuff on the catch22 site.
WOW, cool tools thanks man :D