Monday, March 22, 2010

how to call from one exe to antoher exe using appdomains

Dim SecondAppDomaing As AppDomain = AppDomain.CreateDomain("Second AppDomain")

SecondAppDomaing.ExecuteAssembly(path("as string"))

No comments:

Post a Comment