473,499 Members | 1,655 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

key translations

in win32 we had chr() and asc()
how do i translate key constants
Example
string mystring = "abc (embedded tab) efg";
Console.WriteLine("tab is at {0},mystring.IndexOf(?);

Where can i find information on key constants and translating them....

thanks
dave
Feb 4 '07 #1
5 1223
"dave" <dv*****@sbcglobal.netwrote in message
news:9d*******************@newssvr13.news.prodigy. net...
Where can i find information on key constants and translating them....
Do you mean this...?
http://www.jaggersoft.com/csharp_standard/9.4.4.4.htm
Feb 4 '07 #2
Im not Sure..but thats the right idea

i want to put a tab character in a string
then find its location inside the string

dave

"Mark Rae" <ma**@markNOSPAMrae.comwrote in message
news:uY**************@TK2MSFTNGP05.phx.gbl...
"dave" <dv*****@sbcglobal.netwrote in message
news:9d*******************@newssvr13.news.prodigy. net...
>Where can i find information on key constants and translating them....

Do you mean this...?
http://www.jaggersoft.com/csharp_standard/9.4.4.4.htm

Feb 4 '07 #3
"dave" <dv*****@sbcglobal.netwrote in message
news:iI*******************@newssvr13.news.prodigy. net...
Im not Sure..but thats the right idea

i want to put a tab character in a string
then find its location inside the string
string strTest = "abcdefg\thijklm";

int intTabPos = strTest.IndexOf("\t");
Feb 4 '07 #4
thanks bunches mark..
found it and that site works for this also
thanks again
dave

"Mark Rae" <ma**@markNOSPAMrae.comwrote in message
news:er**************@TK2MSFTNGP04.phx.gbl...
"dave" <dv*****@sbcglobal.netwrote in message
news:iI*******************@newssvr13.news.prodigy. net...
>Im not Sure..but thats the right idea

i want to put a tab character in a string
then find its location inside the string

string strTest = "abcdefg\thijklm";

int intTabPos = strTest.IndexOf("\t");


Feb 4 '07 #5
the error.stacktrace
is there any embedded control characters to split the
stacktrace string....i dont see any where to identify
a split postion

dave

"Mark Rae" <ma**@markNOSPAMrae.comwrote in message
news:er**************@TK2MSFTNGP04.phx.gbl...
"dave" <dv*****@sbcglobal.netwrote in message
news:iI*******************@newssvr13.news.prodigy. net...
>Im not Sure..but thats the right idea

i want to put a tab character in a string
then find its location inside the string

string strTest = "abcdefg\thijklm";

int intTabPos = strTest.IndexOf("\t");


Feb 4 '07 #6

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

Similar topics

8
1859
by: Pete Bennett | last post by:
Folks. I have some PHP code on my site at http://www.london-translations.co.uk/quick-quote.php Which allow people to get quotes for translation work. When the form is submitted control...
4
1630
by: Normand Peladeau | last post by:
I would like to create a link on a web page that will call a script and jump to an URL similar but slightly different than the current one. I am doing this to allow people to switch languages. ...
0
2244
by: Spiggy Topes | last post by:
Hi I have a Visual Basic application that uses ADO to access an Oracle database. I have the latest 9.x ODBC drivers installed, and SQL*Plus tells me I'm looking at Oracle 8i release 8.1.7.4.1...
6
5096
by: sdowney717 | last post by:
Code page translations are not supported for the text data type. From: 1252 To: 950. I would like to know what this message means. I also installed the language packs in advanced settings,...
3
1339
by: Sam M via AccessMonster.com | last post by:
I will try and explain the scenario as best i can... Ultimately, i will have 3 tables... one table with values and the other two that map to new values for the old table... TABLE1: Old_Value1...
2
1927
by: Paul Elliott | last post by:
How are parameterized translation strings commonly handled? Suppose I need to create a string like: "file %1 failed to open", where %1 exists at runtime, but I need to create it in a way that...
1
1613
by: bwnyer | last post by:
Hello, I am trying to add translations to an c++/qt3 application. I am using QTranslator and after some time everything seems to work so far. But the application also contains some plugins and I...
6
1564
by: Srdja123 | last post by:
Hi, Im thinking about learning C++ and I have this book called:" C++ programming 3:e edition" by Stephen Prata from 2001 and I was wondering, is that book outdated? These books are kind of...
7
1628
by: nestle | last post by:
Just these: printf(); scanf(); fread(); fwrite();
0
7134
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
7229
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6905
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
7395
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
4609
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
3108
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3103
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1429
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
667
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.