EasyDotNet is a Clarion wrapper around a .NET Framework Class Library. It covers a several most useful classes. The .NET Framework class library is a library of classes, interfaces, and value types that provide access to system functionality. EasyDotNet is implemented as a set of classes available as full source code, template and .NET assembly DLL. Full documentation can be found online.
NEW: Listview as Drop target (see http://objectlistview.sourceforge.net/cs/dragdrop.html for details):
EnableDropTarget - enable/disable listview as drop target (disable by default);
CanDropBetween - accept drops between items;
CanDropOnBackground - accept drops on the background;
CanDropOnItem - accept drops on item;
CanDropOnSubItem - accept drops on individual sub-items;
DropFeedbackColor - change the color used for the drag & drop feedback;
OnCanDrop event - the handler has to decide if the currently dragged items can be dropped at the current location.
OnDropped event - If the allowed effect was anything other than None, then when the items are dropped, a OnDropped event will be triggered. This is where the actual work of processing the dropped item should occur.
XMLExample procedure changed so you can try to Drop something on ListView (for example, file from Explorer).
REGRESSION: Export2Excel() method just threw error message.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan.