dll for login to application all inserts/button click works fine the proble is in one window where i need to use up and down key(arrow NOT keyPressed) and i can't do that. here my code after i logined and find this window
currChild =
FindWindowEx(intWhdr, prevChild, "WindowsForms10.SysTreeView32.app.0.33c0d9d", "TreeView");
SetForegroundWindow(currChild);
PostMessage(currChild, VK_DOWN, 0, 0);// VK_DOWN = 0x28;
PostMessage(currChild, VK_DOWN, 0, 0);
PostMessage(currChild, VK_DOWN, 0, 0);
And this is not working.Any one know how to press the arrow key on focused window?
P.S
Stackoverflow please check why when i posting a question a first 2-3.5 world are disappearing