use custom control directly in Visual Studio project
- by PEEK
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?