sending a string as keyboard keystrokes wrongly
-
sending a string as keyboard keystrokes wrongly as u can see from my following code, KeyBoadText() is a function that accepts a string and then type the string out as if it was typed using the keyboard. but now i am having problem when my typetext = "abc" instead of typing "abc", it types "123". how can i solve this? [CODE]
void CStocksmsDlg::KeyBoardText(CString typetext) { int text_len = typetext.GetLength(); for(int i =0; i[/CODE]
-
sending a string as keyboard keystrokes wrongly as u can see from my following code, KeyBoadText() is a function that accepts a string and then type the string out as if it was typed using the keyboard. but now i am having problem when my typetext = "abc" instead of typing "abc", it types "123". how can i solve this? [CODE]
void CStocksmsDlg::KeyBoardText(CString typetext) { int text_len = typetext.GetLength(); for(int i =0; i[/CODE]