Lenze VisiWinNet VisiWinNET Smart Benutzerhandbuch

Seite 256

Advertising
background image

Appendix

Scripts
Basics

6

l

256

SHP−VWNS DE/EN 6.1

I

Tip!

A recommendable introduction into programming with VB can be found under
"http://openbook.galileocomputing.de/vb_net/". The applicable integrated
development environment for the introductory course mentioned is offered
free of charge under the name "Visual Basic Express Edition" by Microsoft.
In the following chapter "Example functions" you can furthermore find a
choice of examples which according to experience are often used in projects.
The .NET framework provides a variety of functions supporting the common
programming tasks under Windows. By using a search engine it is often
possible to obtain a small piece of functioning source code, which works with
the framework. However, in most cases you additionally have to integrate a
reference to the corresponding assemblies in the project. This is carried out in
the project explorer via the node Design

® References.

During research the "MSDN online" (http://msdn.microsoft.com/
de−de/default.aspx) helps, containing both information on the programming
language and on the .NET framework.

Advertising