user form export

Z

ziociccio

Hi,

I'm trying to export my Excel VBA application (whith modules, forms an
classes inside) to a Visual Basic 6 project.

Classes and module are easy to be imported.
When I import frm files (exported from Excel) I don't find th
"classic" form but a "project windows" files (in italian it's name i
"finestre di progettazione" in the project tree); this kind of for
aren't modificable... and sometimes cause runtime errors (it seems tha
some basic control, such as a list view, in this kind of user for
aren't the same of classic form).

Thanks,

Francesc
 
T

Tom Ogilvy

VBA Userforms are quite different from VB forms - that is correct.

They are defined in the MSforms 2.0 Object library. This library also
contains the basic controls found on a userform (such as the listbox).
These controls are not the same as the controls in VB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top