If you have a licence key, call this method, passing in your name and key to disable the splash screen.


Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)

Syntax

Visual Basic (Declaration)
Public Shared Sub SetLicence( _ 
   ByVal name As String,  _ 
   ByVal key As String _ 
)
C#
public static void SetLicence(
   string name,
   string key
)
C++
public:
 static void SetLicence(
   String name,
   String key
)
J#
public static void SetLicence(
   string name,
   string key
)
JScript
public static  function SetLicence(
   name : String,
   key : String
)

Parameters

name
Your registration name
key
Your key

See Also