Hello Mr.Alex,
I have find the solution about the code and now I can open directly the LM816 window.
Below I post the code that can help someone else.
HWND handle = ::FindWindow(NULL, L"NETRTWLANU1");
if (handle != NULL)
{
::PostMessage(handle, WM_APP + 100, 1, WM_LBUTTONDBLCLK);
}
Please can you help me with the other post named “Problem with our application using Autorun WinCE”?
Link:
Best Regards