c# use custom control directly in c# project

Posted by PEEK on Stack Overflow See other posts from Stack Overflow or by PEEK
Published on 2010-04-04T09:28:34Z Indexed on 2010/04/04 9:33 UTC
Read the original article Hit count: 264

Filed under:
|
|
|

hi ...hope someone can help me now:

i want to use the listview flicker"less" control found here :http://geekswithblogs.net/CPound/archive/2006/02/27/70834.aspx

directly in my c# Project.. i dont want to make a custom user control project, build it to dll and then import it in my project ..i just want this all in my c# Programm iam making..

i think i have to add in my project a class, and add the code, but how can i use the control now directly in my project?

hope my problem is clear .. thanks for help

© Stack Overflow or respective owner

Related posts about c#

Related posts about listview