English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

can any body tell me how to clear screen in visual basic
for eg. Print a
i hav given a cmd button to erase all things so how to erase the previous output of
"print a" anyone please

2006-06-27 23:24:23 · 3 answers · asked by priyanshu2606 2 in Computers & Internet Programming & Design

3 answers

if you want to clear a textbox then you must use proper syntax
Textbox.text = "" or if you have tool help switched on then this should automatically takes you to proper commands in Visual Basic 6 or less

Try this link for more help on this matter

http://www.regexbuddy.com/vb.html

2006-06-27 23:29:00 · answer #1 · answered by Joe_Young 6 · 0 0

if you are doing console application CLS ( you can use all Baic or Qbasic commands in VB console applications) if you are using Win 32 there is no such command for that

2006-06-28 06:38:14 · answer #2 · answered by John 3 · 0 0

'to print in the screen
me.print "AAAAAA"

'to clear screen
me.cls

2006-06-28 06:30:00 · answer #3 · answered by ackid32 1 · 0 0

fedest.com, questions and answers