Colors!! plz help!

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Pantcho.

hello.
i want to do a telnet client terminal.
if u know how a terminal looks in telnet it got ANSI-BBS graphics.
there for i need to translate the input to display the ansi graphics on the
screen.

my question is WITH WHAT??? i saw the richedit library example
and i read the documention.... but ansi graphics goes by that it got few
commands the changes the X,Y of the cursor and in richedit lib' i didnt see
an option to set the new x,y of the cursor only to receive ....
i wonder how do those terminal programs in window works ...what functions
do they use??? richedit? or what??
plz help me!!!!!! i am desprete...
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by PB.

Sounds like you want to use the Console features of PureBasic.

These will open a standard black console screen with which to display
the ANSI data, along with commands like ConsoleLocate(x,y) etc.

I have no experience with terminal programming so I can't be of much
help, but check out the Console commands and see if they aren't what
you need...

Edited by - PB on 18 December 2001 23:45:44
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Pantcho.

well i know i can use the console but the whole
idea is to do it in a window not in a console
i already did a terminal in a console few years ago
so i want to port it into a window terminal.
but i dont know with what to put it...
drawing is not effective cuz u need to use CUT/PASTE
i am sure there is a way of doing it...

check out this telnet clinet

http://www.mindspring.com/~cott/telnet.html

i tried to reach the author but the site seems abandand from 98'

my goal is to do a telnet terminal like his...
but the text box he is using what kind !?!?!?!?
is it richedit? and if so i dont think ricardo imported all its functions
i guess there is a function to change the cursor shape..???
i tried to search also info on the richedit32.dll but didnt found anywhere
again...
plz help!
:)
Post Reply