Running into a little snag, ok admittedly, big snag of unfamiliarity here. Im trying to share information between several routines. In one case i want to gather information about files and stuff using standard classes, but once i get this done i want to trash and burn the class stuff.
For this reason the program originates inmain gathers the file info in microsofts standardized file entry gui and then loads the data into a form for review in a listbox control, the problem is that the list box won't update using update or refresh commands. Reading on line it says that updates are privare to the form class from which the object was launch but that you can update by creating a data binding object.
I just wanta know is this a whole nother project in itself requiring a different language?