VB6.olb and msvbvm60.dll\3 references

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i'm programming VB through Microsoft Outlook 2000 (VB editor 6.0) and the
private sum Form_Load()
doesn't work
the same code works in regular VB editor 6.0, but in M.Outlook doesn't.

can it be coused by lack of come reference?

references that i have i microsoft outlook vb editor:
visual basic for applications
microsoft outlook 9.0 object library
OLE Automation
microsoft forms 2.0 object library
microsoft comm control 6.0

references that i don't have in the M.Outlook, but do have in regular VB
editor:
visual basic for runtime objects and procedures
visual bacis objects and procedures

in case the answer is "yes": where can i download this references?
 
Using Outlook VBA is not the same as using VB 6. With VB 6 you use VB forms.
With VBA you use VBA UserForms. VBA UserForms don't have a Load event. They
have Initialize and Activate events.
 

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

Back
Top