How to automated Terminal Services Client in WM5

Hi,
I'm trying to run terminal service Client (mstsc40.exe) on
PocketPC wm5. I don't want my user to see the connection
dialog and the login windows. Is there anyway to accomplish
this

I used this codes;

System.Diagnostics.Process proc = new System.Diagnostics.Process();

proc.EnableRaisingEvents = false;

...

...

etc.

SADIK ERGUN

AVESSOFT

Union Software Company

www.avessoft.com




Answer this question

How to automated Terminal Services Client in WM5

  • Rizon406

    This forum is intended to deal with issues directly related to the .NET Compact Framework.

    It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Windows CE. In order to get a quicker and more accurate response, please consider reposting this question to one of the following newsgroups:

    Windows Mobile API:

    microsoft.public.pocketpc.developer

    microsoft.public.smartphone.developer

    Windows CE API:

    microsoft.public.windowsce.embedded

    General programming (not VisualStudio related):

    microsoft.public.windowsce.embedded

    microsoft.public.windowsce.app.development

    Native compilers:

    microsoft.public.windowsce.embedded.vc

    ActiveSync:

    microsoft.public.pocketpc.activesync



  • How to automated Terminal Services Client in WM5