473,327 Members | 1,967 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Microsoft.VisualBasic.ChrW(?)

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

Where can I know all the members ?
thanks
Nov 20 '05 #1
4 17136
Hi,

Its 8 for backspace. For other characters:
http://www.microsoft.com/typography/unicode/1250.htm

HTH.

"Agnes" <ag***@dynamictech.com.hk> wrote in message
news:eq**************@TK2MSFTNGP10.phx.gbl...
I know Microsoft.VisualBasic.ChrW(13) is "enter"
How about other member ? e.g backspace...

Where can I know all the members ?
thanks

Nov 20 '05 #2
Hi Agnes,

This are not members just ascii I was just looking to it because of a
message form Herfried. Try to avoid to use them.
http://msdn.microsoft.com/library/de...es_Chart_1.asp

I hope this helps?

Cor
Nov 20 '05 #3
Agnes,
You can use Microsoft.VisualBasic.ControlChars to get the common control
character constants.

For a list of ControlChars constants, along with their VB6 equivalent & ChrW
see:

http://msdn.microsoft.com/library/de...sconstants.asp

Hope this helps
Jay

"Agnes" <ag***@dynamictech.com.hk> wrote in message
news:eq**************@TK2MSFTNGP10.phx.gbl...
I know Microsoft.VisualBasic.ChrW(13) is "enter"
How about other member ? e.g backspace...

Where can I know all the members ?
thanks

Nov 20 '05 #4
* "Agnes" <ag***@dynamictech.com.hk> scripsit:
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'.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: darrel | last post by:
I've built a control. At the top of my control, I have this: Imports Microsoft.VisualBasic Then, later, I call a function like this: DateTime.Now.Year.ToString() This works fine on my...
15
by: Phill. W | last post by:
Is anyone writing VB.Net (2003) code /without/ referencing the Microsoft.VisualBasic namespace(?), regardless of whether its Import'ed or not? The Powers That Be here are trying to introduce a...
14
by: frostalicious | last post by:
Used VB.NET (on my client PC) to convert VB6 executable to .NET executable. Placed the .exe file on a network drive on my server. From client, ran .NET Wizards "Trust an Assembly" to make the...
2
by: Steve | last post by:
Having only recently migrated across from VB6 to VB.NET I'm still unsure whether or not I should be making (heavy) use of the Microsoft.VisualBasic namespace in new applications. I've read a lot...
9
by: Alexander Baranovsky | last post by:
Hello friends, How I can determine full path of Microsoft.Basic.dll? Thanks, Alexander
8
by: Dave | last post by:
I'm trying to import Microsoft.VisualBasic to use the IsNumeric function in my C# code but all I see is: Microsoft.VisualBasic.VBCodeProvider while using Intellisense... From samples shouldn't...
1
by: Tom Kearney | last post by:
Hi - I'm trying to use "Microsoft.VisualBasic.Logging.FileLogTraceListener" from a set of C# aspx web pages, but I can't seem to use: <%@ Import Namespace="Microsoft.VisualBasic.Logging" %> I...
6
by: =?Utf-8?B?R3JlZw==?= | last post by:
I have two questions with regards to the LEFT function. I ran into a problem with the LEFT function today. I knew it was a valid Function, but when I tried to use it, it was getting interpreted...
32
by: Greg | last post by:
I know I can use the Microsoft.VisualBasic.Left function to get the left portion of a string, but I would prefer to avoid using any Microsoft.VisualBasic namespace items. What is the equivilant in...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.