473,500 Members | 2,078 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 17143
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
4212
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
3985
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
2301
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
2094
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
6802
by: Alexander Baranovsky | last post by:
Hello friends, How I can determine full path of Microsoft.Basic.dll? Thanks, Alexander
8
3215
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
4798
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
6737
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
2155
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
7153
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7024
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
6917
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7404
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4619
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3113
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1439
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
686
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
320
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.