Designing the Stock Editing Window

The last part of this application requires that you to build an editing window to add and edit stocks in the database. This window is shown in Figure 13.3.

Figure 13.3. Stock editing window.

Because the bulk of the code for managing stocks is kept in the list window, this window doesn't have much code in it. To get started, you need to add some controls and set some properties on them. For the form, you need to set the following properties:

Property Value
(Name) frmEditStock
Text ### Stock

The title of the window will be changed at runtime, depending on whether the window is being used to add a new stock or to ...

Get Creating and Consuming Web Services in Visual Basic® now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.