Technical data
DotNet Control and Communications 4
Agilent VEE - Practical Graphical Programming 75
Exercise 4.4 Using dotNET for Examining the Content of a
Stack
The Stack example is used to demonstrate one of the built- in data
structures in .NET Framework. A stack is a last in, first out collection.
This example shows how to add (push) objects to the stack and remove
(pop) them.
The .NET (pronounced dot net) capabilities were developed by Microsoft.
Some of its capabilities are applicable to VEE Pro 8. They are
demonstrated by many more examples and are also available from both
Help => Open Example => dotNET and Help => Open Example =>
dotNETControls.
More learning information is given in
http://msdn.microsoft.com/vstudio/express/beginner/ then choose
Beginning Web Site Development 1 => Tier 1 and Tier 2 or whichever
apply to your personal capabilities and requirements.