|
-
Jan 31st, 2001, 04:57 PM
#1
Thread Starter
New Member
Im trying to add subitems to my listview from my class module. But I keep getting the following message: Error: User-defined type not defined
How do I make my class recognize the listiem property for my listview?
Code
ex: Dim itmCurrent as ListItem <------ Error
Set itmcurrent = m_objEnvironment.lvwPS.ListItems.Add()
itmcurrent.Text = sLevel
-
Jan 31st, 2001, 05:27 PM
#2
Junior Member
You probably don't have Windows Common Controls cheked in your components list.
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
|