D
dave
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
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