c# - Creating non visual-component vs2012 -
i switched vs2012 , c# month delphi i'm having problem.
i started creating class talk plc
via serial port
, works fine convert non-visual component
, can drag , drop form instead of having add .cs file use.
i've created usercontrol
in case want non-visual component (so should inherit component) timer example.
i've looked around on google can't find relate or explains me how it. can point me in right direction.
why not encapsulate functionality in class, , add code reference class?
update
seems can add custom dll toolbox, , decorate this.
disclaimer, have not tested this...
[toolboxbitmap(@"d:\targetbitmap.bmp")]
public class customgridview : gridview {
Comments
Post a Comment