AD
Administrator
Syncfusion Team
May 21, 2004 01:17 PM UTC
Hi Dan,
To be able to perform drawing on the client area of TextBoxExt, you would have to invoke its SetStyle method using the ControlStyles.UserPaint enum value. But when this is set, the system delegates the entire drawing responsibility to the user, and the user would have take of every detail like the borders, text, cursor etc.
To be able to add your control to the VS.Net''s ToolBox please follow the steps given below :
Right click on the ToolBox >> Add/Remove Items >> Click on Browse button >> Navigate to the exe file of your project >> Select it
Please try this and let me know if you need further assistance.
Regards,
Guru Patwal
Syncfusion, Inc.
AD
Administrator
Syncfusion Team
May 21, 2004 11:36 PM UTC
> To be able to add your control to the VS.Net''''s ToolBox please follow the steps given below
...
Excellent; that works. Do you know if it will correctly pick up whether I''m doing a debug vs. release build?
AD
Administrator
Syncfusion Team
May 22, 2004 12:13 AM UTC
Oh. never mind, it seems to just add the code, so it should deal with debug/release ok.
Thanks.