TWinToastManager class. Toast notifications allows your app to inform the users about relevant information and timely events that they should see and take action upon inside your app, such as a new instant message, a new friend request, breaking news, or a calendar event. (NB: Available since Windows 8.)
Updated DEMO applications:
Demo app demonstrates Toast notifications.
Both Helpdesk apps now display the notifications on incoming messages.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
Note: Clarion 10 user: if you are trying to compile your COM-dll in Clarion 10 first your need to copy accessory\lib\WIN32.LIB into your project folder.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
added 3rd parameter "pAbsolutePath" to ClaXMLDOM.SetFieldTagName() - so now you can define absolute path of the tag: xDoc.SetFieldTagName('OrgID', 'ancestor::Organization/ID', TRUE)
New:
SVG sample, it demonstrates how to transform queue data into SVG (Scalable Vector Graphics).
Updated DEMO application.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
TMessageQueue class. It provides access to a queue on a Message Queuing server. MSMQ is a messaging protocol that allows applications running on separate servers/processes to communicate in a failsafe manner.
2 demo apps HelpDesk (server) and UserApp (client).
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.
TProtectedData - Provides methods for encrypting and decrypting data.
TSignedXml - Provides a wrapper on a core XML signature object to facilitate creating XML signatures.
TAesManaged - Provides a managed implementation of the Advanced Encryption Standard (AES).
TTripleDES - Defines a wrapper object to access the cryptographic service provider (CSP) version of the System.Security.Cryptography.TripleDES algorithm.
TSHAManaged - Computes the SHA1/SHA256/SHA384/SHA512 hash for the input data.
THMACManaged - Computes a Hash-based Message Authentication Code (HMAC) using the SHA1/SHA256/SHA384/SHA512/MD5/RIPEMD160 hash function.
Updated DEMO application.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.