Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Warrioras
  • Content: Threads
  • Order by date
  1. Warrioras

    How with LAPI create community?

    Thanks!!!
  2. Warrioras

    Create community from template (c#)

    public void CreateTC(string strTCName, string strTCIdentifier) { ProcessStartInfo startInfo = new ProcessStartInfo("IExplore.exe"); startInfo.WindowStyle = ProcessWindowStyle.Minimized; startInfo.Arguments = "http://" + ConfigurationSettings.AppSettings["LivelinkServerName"] +...

Part and Inventory Search

Back
Top