'run time 440' Automation error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pqsoftware
    New Member
    • Dec 2007
    • 7

    'run time 440' Automation error

    Hi,

    One of my users is getting 'run time 440' Automation error' when using the delete key in a textbox or sometimes when clicking on an item in a listbox with Windows XP.

    I thought this may be a mismatched or incorrect versions of the VB6 SP6 runtime files so supplied him with a setup program to re-install these along with all other dll's & ocx's used but the problem still exists.

    Any help with this will be greatly appreciated.

    Thanks
    Andy
  • Wolfling
    New Member
    • Nov 2007
    • 9

    #2
    Make sure that there are no events behind those controls. If there are events, check through them to see if they're instantiating any objects. Also, make sure that your application is not being sub-classed by a virus or a spy-bot.

    Comment

    Working...