In my vb6 application i am using my own user control for a button. I am using it from last 2 years.This user control gives warning like
Failed to load control 'cmdBtn' from . Your version of may be outdated. Make sure you are using the version of the control that was provided with your application.
So why does this warning comes? How can I solve this?
Failed to load control 'cmdBtn' from . Your version of may be outdated. Make sure you are using the version of the control that was provided with your application.
So why does this warning comes? How can I solve this?