My company has a VB6 app (with source). A former employee made the mistake of using a non-redistributable DLL (FM20.dll). We need to replace the controls FM20.dll offered on a single form.
As I understand it, the two form controls we utilize could be replaced as:
*MSForms.ComboBox (FM20.DLL) to native VB6 ComboBox control
*MSForms.TabStrip (FM20.DLL) to Tabbed Dialog Control 6.0 (TABCTL32.OCX)
Does this sound reasonable or am I demonstrating complete ignorance of VB6?
While I have a license/installation of VB6, I barely know how to use it and have not touched it since 2000. Can someone point me toward success with either the steps to replace the form controls ...or to a good online tutorial/resource?
Or...supposing that I don't have the brain matter to pull this off, can someone recommend a good place (ie. freelance site) to find a good VB6 developer? We've already failed to migrate this to .net so it seems that keeping it in VB6 is ideal.
(I do not have an active MSDN subscription.)
As I understand it, the two form controls we utilize could be replaced as:
*MSForms.ComboBox (FM20.DLL) to native VB6 ComboBox control
*MSForms.TabStrip (FM20.DLL) to Tabbed Dialog Control 6.0 (TABCTL32.OCX)
Does this sound reasonable or am I demonstrating complete ignorance of VB6?
While I have a license/installation of VB6, I barely know how to use it and have not touched it since 2000. Can someone point me toward success with either the steps to replace the form controls ...or to a good online tutorial/resource?
Or...supposing that I don't have the brain matter to pull this off, can someone recommend a good place (ie. freelance site) to find a good VB6 developer? We've already failed to migrate this to .net so it seems that keeping it in VB6 is ideal.
(I do not have an active MSDN subscription.)