Microsoft.VisualBasic.ChrW(?)

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

I know Microsoft.VisualBasic.ChrW(13) is "enter"
How about other member ? e.g backspace...

Where can I know all the members ?
thanks
 
* "Agnes said:
I know Microsoft.VisualBasic.ChrW(13) is "enter"
How about other member ? e.g backspace...

'ControlChars.Back'. You will find some named constants in
'ControlChars', other constants start with 'vb', like 'vbNewLine', in
your case 'vbBack'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top