|
-
Aug 26th, 2004, 05:45 AM
#1
Thread Starter
New Member
narrowed my problem down a bit...
can anyone tell me what this means?
Class MSComCtl2.DTPicker of control dtpStartTime was not a loaded control class.
-
Aug 26th, 2004, 05:49 AM
#2
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
-
Aug 26th, 2004, 05:50 AM
#3
Thread Starter
New Member
thats kind of what i thought... how do i reference it?
-
Aug 26th, 2004, 06:12 AM
#4
Project >> Components >> Microsoft Windows Common Controls-2 6.0(SP4)
-
Aug 26th, 2004, 07:16 AM
#5
Thread Starter
New Member
-
Aug 26th, 2004, 07:17 AM
#6
Thread Starter
New Member
hang on.. i cant open the project to change the project settings though..
-
Aug 26th, 2004, 10:42 AM
#7
-
Aug 26th, 2004, 10:49 AM
#8
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|