use custom control directly in Visual Studio 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:43 UTC
Read the original article Hit count: 276

Filed under:
|
|

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 i am 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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about listview