anyone help with this ???
-
Hi, can anyone tell me what the following line of code means, its pretty simple i think but i dont understand what the '/b' bit does..... if (e.KeyChar != '\b') also what if you replaced the '\b' with '\a' what would be the outcome ??? please help Cheers :)
-
Hi, can anyone tell me what the following line of code means, its pretty simple i think but i dont understand what the '/b' bit does..... if (e.KeyChar != '\b') also what if you replaced the '\b' with '\a' what would be the outcome ??? please help Cheers :)
Don't even try to tell me that this is not homework... :) "\a" is escape sequence for alert (beep)... go figure! David Never forget: "Stay kul and happy" (I.A.)
David's thoughts / dnhsoftware.org / MyHTMLTidy -
Hi, can anyone tell me what the following line of code means, its pretty simple i think but i dont understand what the '/b' bit does..... if (e.KeyChar != '\b') also what if you replaced the '\b' with '\a' what would be the outcome ??? please help Cheers :)
Please read section 2.4.4.4: Character Literals[^] in the C# Language Specification about character literals and what literals are supported in C#. This posting is provided "AS IS" with no warranties, and confers no rights. Software Design Engineer Developer Division Customer Product-lifecycle Experience Microsoft [My Articles] [My Blog]