Results 1 to 4 of 4

Thread: Run-time error 1003 help please

  1. #1

    Thread Starter
    Hyperactive Member jokerfool's Avatar
    Join Date
    Dec 2006
    Location
    Gold Coast, Australia
    Posts
    452

    Resolved Run-time error 1003 help please

    Built a game under VB6 and works fine on my Home and Work machine both running Windows 10 20H2, works on a friends Windows 8.1. However one of my other friends running Windows 10 20H2, gets the following error.

    Name:  error1003.jpeg
Views: 314
Size:  8.9 KB

    Totally clueless as to what this may refer too.

    Please help.
    Last edited by jokerfool; Feb 22nd, 2023 at 10:01 AM.

  2. #2
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    Re: Run-time error 1003 help please

    Says it right there, application defined error. Unfortunately only the person who wrote it knows what that error is about.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  3. #3
    Wall Poster TysonLPrice's Avatar
    Join Date
    Sep 2002
    Location
    Columbus, Ohio
    Posts
    3,969

    Re: Run-time error 1003 help please

    I would put error handling in to trap it.
    Please remember next time...elections matter!

  4. #4
    PowerPoster VanGoghGaming's Avatar
    Join Date
    Jan 2020
    Location
    Eve Online - Mining, Missions & Market Trading!
    Posts
    2,644

    Re: Run-time error 1003 help please

    Chances are it's a missing or incorrect reference (Menu -> Project -> References). Look what you got checked in there, probably your friend is missing or has an incorrect version of that DLL.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width