.NET/Link lets you write sophisticated user interfaces by calling .NET types directly from Mathematica. Doing so allows you to evaluate code as you add it, either one or ...
AddEventHandler[obj@event, func] assigns the specified Mathematica function func to be called when the given event event fires.
DoNETModeless[form] displays the specified .NET form in the foreground and then returns.
KeepNETObject[object] causes the specified object(s) not to be released when the current NETBlock ends. KeepNETObject[object, Manual] causes the specified object to escape ...
ReleaseNETObject[obj] tells the .NET memory-management system to forget any references to the specified NETObject that are being maintained solely for the sake of Mathematica.
OpenCLMemoryGet[mem] gets OpenCLMemory into the CPU and Mathematica.
SymbolicOpenCLCalculateKernelIndex[dim] is a symbolic representation of an OpenCL kernel index calculation.
SymbolicOpenCLDeclareIndexBlock[dim] is a symbolic representation of an OpenCL kernel index declaration.
TetGenSetFacetMarkers[expr, vertices] sets the facet markers for a TetGen expression.
This example illustrates how to take advantage of Widget["Action"] objects and easily connect and construct typical user interface elements, such as menu items, toolbars, ...