You mean a function in the same class as a windows form that you are creating, or something like that? If in the same class, just call it by name. If in a different class and not defined as shared, instantiate object and call the method. If defined as shared, you only have to call it by classname.methodname().
Brian
|