All Forums
 Microsoft Windows CE
 CE Downloads and Documents
 REPLLOG /remote without dialog?
 Forum Locked
 Printer Friendly
Author Topic  

naegle

4 Posts

Posted - 17 Jul 2002 :  11:27:07  Show Profile
Is there a way to suppress the dialog and connect to the default partner automatically? We have some units without touchscreens.



Edited by - naegle on 07/17/2002 11:28:42

ctacke

877 Posts

Posted - 17 Jul 2002 :  14:21:42  Show Profile
While there is not command line flag to suppress the dialog, since OK is the default button on the dialog you could simulate a Return keypress after calling repllog like this:


CreateProcess(_T("\\windows\\repllog.exe"), _T("remote"), NULL, NULL, false, 0, NULL, NULL, NULL, NULL);

keybd_event(VK_RETURN, 0, KEYEVENTF_SILENT, 0);


-----------------
Chris Tacke, eMVP
Applied Data Support
Go to Top of Page
  Topic  
 Forum Locked
 Printer Friendly
Jump To:
Eurotech Support Forums © Eurotech Inc. Go To Top Of Page
This page was generated in 0.02 seconds. Snitz Forums 2000