Design controls with VB.net

  • Thread starter Thread starter Zanna
  • Start date Start date
Z

Zanna

Hi,

I read Microsoft docs about how to do a custom control and put it into the
toolbox of VS.net.

All works fine with C# and csc for compiling the desing...dll, but is all
the day I'm trying to do the same thing with a VB.net class.

Works fine right to the toolbox: I can see my vb.net control in the toolbox
but it is always disabled!
:(

Whats the trick with it?

Thanks!
 
Zanna:

If you are using VB.NET, you can't build design time support with your
control.

Sorry about that.

Bill
 
William Ryan eMVP said:
If you are using VB.NET, you can't build design time support with your
control.

I tryed do do it in C# inheriting from System.Windows.Forms.DataGrid...
another time it remains grayed :(

Why? DataGrid inherits from Control, so I could to that!

I hope there will be soon some SP for VS.net for all this.

Thanks
 
Back
Top