|
-
July 16th, 2001, 09:52 AM
#1
TreeView and WithEvents
Hello *,
I have an usercontrol with the following
lines of code:
private withevents LV as ListView
private withevents TV as TreeView
When I try to compile these lines I get the following error message, for the line with TreeView:
A module it not a valid type
Without that line the code can be compiled without an error message.
Any idea why I can´t declare a treeview control
with WithEvents inside an usercontrol
Thank´s
hannes
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
|