Textbox Multiple line Problem
-
Good Morning All I have a Textbox, where i want my use to enter his Address, So i have set the Multiple propety to True, so that when a user Presses Enter, it should take the Cursor to the Nex line. what is Wrong Thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
-
Good Morning All I have a Textbox, where i want my use to enter his Address, So i have set the Multiple propety to True, so that when a user Presses Enter, it should take the Cursor to the Nex line. what is Wrong Thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
What's the exact problem?
"Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup
-
What's the exact problem?
"Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup
When i Press Enter in a Textbox that has a Multipleline Property set to "true", The Cursor its not going to the Next line. Thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
-
When i Press Enter in a Textbox that has a Multipleline Property set to "true", The Cursor its not going to the Next line. Thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
It should go! Did you change any property of that textbox?
"Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup
-
It should go! Did you change any property of that textbox?
"Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup
NO i did not Change any Property except "Multiline" and set it to true. Thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
-
It should go! Did you change any property of that textbox?
"Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup
hi Man Thanks for your Reply, i got the Problem The Property "AcceptsReturn", by default is False, to use Enter key in a Multiline textbox, you have to set it to "true" Thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
-
hi Man Thanks for your Reply, i got the Problem The Property "AcceptsReturn", by default is False, to use Enter key in a Multiline textbox, you have to set it to "true" Thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
Great.... :)
"Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup
-
When i Press Enter in a Textbox that has a Multipleline Property set to "true", The Cursor its not going to the Next line. Thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za
How will the information be input. Will you be manipulating it as one large string or are you storing it as one large string.
-
How will the information be input. Will you be manipulating it as one large string or are you storing it as one large string.
Hi man Thanks for the Reply, i got the Solution Check the above post. Thanks
Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za