 |
|
Products
|
 |
|
 |
|
Need Help?
|
 |
|
 |
|
Services
|
 |
|
 |
|
Miscellaneous
|
 |
|
 |
|
Ads By Google
|
 |
|
|
 |
|
SoftDream SNPP Activex Control
|
 |
|
SoftDream SNPP Activex Control 3.1.11(News!) 
|
|
|
The SoftDream SNPP Activex Control Component is used to send pages through the internet using the SNPP protocol.
It is a client implementation of Simple Network Paging Protocol Version 3 as specified in RFC 1861. Service extensions level 2 are supported intrinsically and the user can access all of level 3 extensions.SoftDream SNPP Activex allows for immediate notification of message delivery, gives absolute flexibility over the content sent to the recipient, allows the specification of multiple choice responses, etc.
Support ASP,ASP.NET,JSP,HTML,C#,VB.NET,VB,DELPHI,VC++
Now feel the convenience of SoftDream SNPP Activex Control!
|
| Keyword: SNPP, SoftDream SNPP Activex Control, NetWork Paging Protocol, |
|
| Key Features of SoftDream SNPP Activex Control |
- All versions of Simple Network Paging Protocol are supported .
- Signature with Softdream,support IE web distribute.
- Activex Control,support asp,asp.net,c#,vb.net,jsp,html,delphi .
|
| System Requirements |
- Microsoft® Windows NT 4.0, Windows 2000, Windows XP or Windows Server 2003.
- Pentium class 600MHz or higher processor.
- 128MB of RAM.
- 5MB free disk space
|
| FAQ: |
- How To Download SoftDream SNPP Activex Control?
Download SoftDream SNPP Activex Control Develop Package (for Developer) :Download SoftDreamSNPPControl.exe
Download SoftDream SNPP Activex Control Distribute CAB (for web deploy):Download SoftDreamSNPPControl.cab
- How To Client-side deployment within IE?
SoftDream SNPP Activex Control is deployed as a client-side ActiveX control, instantiated and scripted on an HTML or XML page as an <OBJECT> element. Download and installation is a one-time client-side event and is handled automatically by the standard Internet Explorer Component Download technology.
The end user's system must have the "Download Signed ActiveX Controls" and "Script ActiveX control marked as safe for scripting" security settings enabled for the corresponding Security Zone. These are the default settings for the My Computer, Local Intranet, Trusted Sites and Internet Security Zones.
In addition, on Windows 2000 systems and later, the user must be logged on as an Administrator/Power User with the ability to write to the HKEY_LOCAL_MACHINE registry hive and the Windows system folder (typically c:\windows\system32).
SoftDream SNPP Activex Control comes as standard in a single signed CAB - SoftDreamSNPPControl.cab - which is part of a download package obtainable from the SoftDream WebSite. The CAB file should be placed on the web server and its location should be referenced by the CODEBASE attribute of the <OBJECT> tag, as shown below.
NOTE: In your own code, we recommend that you place the ScriptX <OBJECT> elements in the document's <BODY> container.
-
Make sure that you provide the correct relative or fully-qualified path to the CAB file and the correct version info in your CODEBASE attributes.
-
Start to script the SoftDream SNPP Activex Control object only when the page is fully loaded i.e. once the window.onload event has occured.
-
Use the defer attribute where appropriate in your scripts: <SCRIPT defer>...<SCRIPT> and avoid immediate script statements (i.e. code which is outside of any function scope). This is an under-appreciated but very useful feature which instructs the script to execute only when the whole document's DHTML content is completely parsed. This way you can be sure of accessing every element on the page.
The following code snippets assumes that SoftDreamSNPPControl.cab exists in the same folder as the hosting page itself.
-
How to check SoftDream SNPP Activex Control is properly installed?
Upon the window.onload event, test whether or not the object property of the SoftDream SNPP Activex object returns as a valid object. The way to do that is shown in the script snippet below.
In the event that you experience any problems with automatic client-side download and installation, check out HOWTO: Find More Information About Why Code Download Failed and Description of Internet Explorer Security Zones Registry Entries as part of your troubleshooting.
<object id="SNPPInstance" viewastext style="display:none"
classid="CLSID:6144CE13-5EE1-4197-B99F-F5EAD398FE04">
</object>
<script defer>
function window.onload() {
if ( !SNPPInstance.object ) {
alert("SoftDream SNPP Activex Control is not properly installed!");
return;
}
alert("Ready to script SoftDream SNPP Activex Control!")
}
</script>
-
| Name |
Type |
Description |
| Properties |
| Server |
String |
|
| ServerPort |
Integer |
|
| ServerTimeOut |
Integer |
|
| LoginName |
String |
|
| Password |
String |
|
| SenderID |
String |
|
| Recipient |
String |
|
| AlterOverride |
Boolean |
|
| HoldUtil |
String |
|
| SnppLevel |
Integer |
|
| ServiceLevel |
Integer |
|
| Subject |
String |
|
| Message |
String |
|
| Data |
String |
|
| LicenseTo |
String |
|
| LicenseKey |
String |
|
| Methods |
| Send |
String |
|
| getLastError |
String |
|
| getLastErrorDescription |
String |
|
| getLastReply |
String |
|
| Events |
| OnError |
String |
|
| OnStateChange |
String |
|
| OnComplete |
String |
|
|
|
|
|
 |
|
 |
|
|