PLEASE HELP: datagrid class

A

amine

Hi,

I am developing an app. for an ipaq that is running
pocket PC 2002 in C# and I am trying to use the DataGrid
class but apperantly the Compact .NET env. does not
support it. All the books I consulted used the DataGrid
class in pocket pc apps. It is supposed to be in the
System.Windows.Forms class but it is just not there and
the compiler does not recognize it. PLEAAASE HELP?
 
A

Alex Feinman [MVP]

DataGrid is there. Simply drag and drop the control from toolbar onto your
form and the reference will be added automatically. Unlike desktop
framework, datagrid in CF is in the separate assembly -
System.Windows.Forms.Datagrid.dll

If you do not see DataGrid in the toolbox, try resetting the toolbox
 
A

Alex Yakhnin

1. Make sure you use the final version of VS.NET.
2. Try to reset the Toolbox
3. Try to add DataGrid manually. The assembly name
System.Windows.Forms.DataGrid.dll
 

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