Introduction to GuiRecess v 1.0 - The RANT3D Input Java Graphical User Interface

RANT3D is a physics code that is used to model RF antennas used in fusion tokamaks. The input for the RANT3D code primarily consists of two files, recess_input and current_element_input. The function of these files is to provide the geometry of a series of recesses and current elements or straps and their corresponding parameters that model an antenna. The code is quite complex, and the inputs can be quite tedious to write out for large, complex antennas such as the RF antenna in NSTX. In order to make the code easier to use, and therefore more accessible, the GuiRecess program was written.
Read more

Connecting HTML Help to Visual Basic Programs

Visual Basic (versions 6 and later) provides directly for calling window level HTML Help topics using the F1 key, or providing What’s This? Help for each control, including activation from the F1 key. The choice between What’s This? Help and form level F1 help can be made on a form by form basis. Only version 6 and later of Visual Basic recognize .chm files as a valid help file format. For any earlier versions of Visual Basic, you must make all HTML Help calls directly to the HTML Help API.You also cannot use the Common Dialog control to call HTML Help. No current version of this control recognizes .chm files a help files.
Read more