Creating custom controls in VB.NET for pocket PC

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top