Using Visual Basic in Arc8 Raster Processing Form Example

This is a VERY simplistic introduction to customizing Arc8 with VB (or VBA) partly because I don’t fully understand what’s going on and partly because it seems like it’s going to be a steep learning curve if you’re not used to VB or COM programming.

We’re going to be using one of Arc8’s sample forms to play around with some grid processing and visualization. It uses a form with many different control objects to create this functionality. This should build upon Deanna’s presentation of using the various controls and changing their associated properties. Now, we will put the VB code “behind” these controls so that the events generated by clicking buttons, sliding bars, etc. do something.
Read more

INTRODUCTION TO VISUAL BASIC FOR APPLICATIONS (VBA)

This tutorial introduces you to Visual Basic for Applications (VBA), a version of Visual Basics which comes with Microsoft Excel. You will learn how to type in and run a simple program in the form of a Function block.
Read more