i already finished compiling my program but this error comes out every time i open it
Run time error '424'
object required
Printable View
i already finished compiling my program but this error comes out every time i open it
Run time error '424'
object required
Does it run in the VB IDE? Is just a problem on other computers
or your local computer? Sounds like there is an issue either with
reference not existing on the system or your setting an object
incorrectly.
HTH
It only happaens on my local computer but it does work on others. I dont think somethings wrong with my code, I think its with my comp. How can i fix this. Do i need to change some settings?
What references does your project use? You may have a missing
reference or can you post your code so we can see?
Thanks i just finished solving it, i just forgot to put my timer interval to 1. hehee..stupid me.Quote:
Originally posted by RobDog888
What references does your project use? You may have a missing
reference or can you post your code so we can see?
And one thing more how do i create a skin for my program
That should be a separate thread, but I know its been asked
before. Try a search.
HTH
Ok, Ill try to do a dig;)