can anyone tell me what this means?
Class MSComCtl2.DTPicker of control dtpStartTime was not a loaded control class.
Printable View
can anyone tell me what this means?
Class MSComCtl2.DTPicker of control dtpStartTime was not a loaded control class.
It means a form has a datepicker control on it, but the project doesn't have a ref to MSComCtl2, so the control won't work.
Woof
thats kind of what i thought... how do i reference it?
Project >> Components >> Microsoft Windows Common Controls-2 6.0(SP4)
thankingyou
hang on.. i cant open the project to change the project settings though..
Well, why not?
Because when he opens the project all controls that are datepicker will be replaced by pic boxes :(
U need to edit the vbp file in notepad and change the class ID for the ref.
Woof