Autor
|
Tema: [HELP] Align Text ! (Leído 2,821 veces)
|
msdl
Desconectado
Mensajes: 9
|
hello.. I just wonder how to Align Text to left direction ... example : Name : XXXX XXXX Age : 23 Skills : XXXX, XXXX , XXXX Address : XXXXX XXXX ( XXXX )
I want to align it to be like this : Name : XXXX XXXX Age : 23 Skills : XXXX, XXXX , XXXX Address : XXXXX XXXX ( XXXX )
with no space before words or with specific number of spaces .. any idea .. ??!!?!
|
|
« Última modificación: 21 Marzo 2011, 11:59 am por msdl »
|
En línea
|
|
|
|
raul338
Desconectado
Mensajes: 2.633
La sonrisa es la mejor forma de afrontar las cosas
|
Well... you don't show your code or your enviroment, I cant figure out how you get the text, or how do you print it
|
|
|
En línea
|
|
|
|
msdl
Desconectado
Mensajes: 9
|
raul338 what code ?? my homework is to code simple text editor with VB6 .. !!
|
|
|
En línea
|
|
|
|
79137913
Desconectado
Mensajes: 1.169
4 Esquinas
|
HOLA!!! raul338 what code ?? my homework is to code simple text editor with VB6 .. !!
Homework? You re not at the right place. GRACIAS POR LEER!!!
|
|
|
En línea
|
"Como no se puede igualar a Dios, ya he decidido que hacer, ¡SUPERARLO!" "La peor de las ignorancias es no saber corregirlas"
79137913 *Shadow Scouts Team*
|
|
|
raul338
Desconectado
Mensajes: 2.633
La sonrisa es la mejor forma de afrontar las cosas
|
Well in this forum we don't do homework for anybody. Try to code a function to remove spaces, if you have problem then tell us, explaining and/or showing code. If you don't know much about vb, you always can search for a reference, like this one Visual Basic 6 String Functions
|
|
|
En línea
|
|
|
|
Edu
Desconectado
Mensajes: 1.082
Ex XXX-ZERO-XXX
|
You should start it, and then we will tell you the mistakes, 'cause we dont do homework here.
|
|
|
En línea
|
|
|
|
msdl
Desconectado
Mensajes: 9
|
hey guys i just want a help to make align option !!
my homework is to do simple text editor like notepad .. i already do replace , find , copy , paste , .... and i just wanna know how to make all text aligned to left with no sapce or with specific number of spaces..
thats it ..!!
|
|
|
En línea
|
|
|
|
79137913
Desconectado
Mensajes: 1.169
4 Esquinas
|
HOLA!!! Just the alignment ? Private Sub Form_Load() Text1.Alignment = 0 End Sub
GRACIAS POR LEER!!!
|
|
|
En línea
|
"Como no se puede igualar a Dios, ya he decidido que hacer, ¡SUPERARLO!" "La peor de las ignorancias es no saber corregirlas"
79137913 *Shadow Scouts Team*
|
|
|
raul338
Desconectado
Mensajes: 2.633
La sonrisa es la mejor forma de afrontar las cosas
|
If you would saw the link that i've posted. You would noticed about RTrim$ and LTrim$ , you just have to used on every line that you want to put an "Alignment"
|
|
|
En línea
|
|
|
|
|
Mensajes similares |
|
Asunto |
Iniciado por |
Respuestas |
Vistas |
Último mensaje |
|
|
un problema con el text
Programación Visual Basic
|
sorcerer
|
3
|
2,011
|
10 Julio 2005, 02:56 am
por Kizar
|
|
|
Problemas con los text box
Programación Visual Basic
|
Tiny_007
|
6
|
2,214
|
1 Enero 2006, 22:39 pm
por Tiny_007
|
|
|
Text + Image
Programación Visual Basic
|
Arc_Dream5
|
4
|
2,008
|
8 Abril 2006, 00:34 am
por Ironhorse
|
|
|
DUDA CON TEXT
Programación Visual Basic
|
CARRY-ON
|
4
|
1,814
|
15 Abril 2006, 05:05 am
por _Sergi_
|
|
|
[CSS] Diferencia entre align-items & align-content | Flexbox
Desarrollo Web
|
TØtti
|
1
|
3,173
|
6 Marzo 2017, 17:37 pm
por dato000
|
|