Hi!
Have made a OCX, but when i trye to set a Properties >>> status, i get an error message:
Run time error '424'
Object required
What is going on ?
In the User Control i have this sub:
Public Sub sjekklisens
Some sourcecode
...
...
If xxx=1 then
Call PropBag.WriteProperty("sta
tus", m_status, "-55") >>>> Give me the error
end if
End sub
So how do i set this Properties (status) ???
Please help ASAP.
Thanks
Tor
Start Free Trial