Creating custom controls in VB.NET for pocket PC

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a tutorial on creating a custom control in VB? (for compact, not the full .NET framework)

I'd like to create a custom datagrid that is fully usable from the designer.

Thanks.
 
Unless something has changed recently, you can't create a designer version of a custom control in VB. If I recall correctly (it's been a while), the VB compiler is missing some command-line option that you need. The C# compiler is the only one that supports it.
 
Back
Top