PLEASE HELP: datagrid class

  • Thread starter Thread starter amine
  • Start date Start date
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?
 
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
 
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
 
Back
Top