Hi!
I have an own made user-control.
One of the properties that have been added to this user control are: DisabledPicture, DownPicture and Picture.
Now without not doing anything special, just switching from my user control code to my form, the application says: Runtime Error '424':
Object required
And then when I debug the user control the error refers to these properties I earlier mentioned.
Now I have do remove them before I can get back into my form.. and at the same time offcourse it kicks out the pictures I allready had set.
This has worked normally.. until now.
Any help is very welcome!
Thanx in advance!
I have an own made user-control.
One of the properties that have been added to this user control are: DisabledPicture, DownPicture and Picture.
Now without not doing anything special, just switching from my user control code to my form, the application says: Runtime Error '424':
Object required
And then when I debug the user control the error refers to these properties I earlier mentioned.
Now I have do remove them before I can get back into my form.. and at the same time offcourse it kicks out the pictures I allready had set.
This has worked normally.. until now.
Any help is very welcome!
Thanx in advance!