Textbox dll
C#
3
Posts
3
Posters
0
Views
1
Watching
-
hello, I want to create my own dll for textbox in .net.Please give any sample or way to create it. thanks Aurosikha
-
hello, I want to create my own dll for textbox in .net.Please give any sample or way to create it. thanks Aurosikha
-
hello, I want to create my own dll for textbox in .net.Please give any sample or way to create it. thanks Aurosikha
Create a class, inherit it from
TextBox
, compile and build the dll. :)Navaneeth How to use google | Ask smart questions