In VB6 we use the CMDialog control to offer a file picker to the user... to either create, open, or save a new file....
When I compile in RB I get a "This method or property does not exist: Name" and it points to Location: frmClientInfo.CMDIalog1.Name
My guess is I need to switch the CMDialog to something else... or delete it altogether.... I have several places where user needs to select a file on the hard drive.... so how to do this/what to replace it with.... is much appreciated...