Page 1 of 1

Newbie question on Pocket PC

Posted: Sat 11 Mar 2006 17:26
by classicmydac
I need to capture the following data on pocket PC 2005.

5 text fields
2 image paths eg\mypictures\image1 .... image2

I can access the camera API and re-name and save the images to a useful filename etc. I will only be storing the path to the image in the tables.


I need to store and view this data on the pocket PC in a database to enable collection of data throught the day then upload all the data and images and the end of the day to myslq.

I am used to Delphi where I would simply drop a ttable component and grid onto the form. I cannot work out how to do this in visual studio 2005 c#.

Any help appreciated

SteveW

Posted: Wed 15 Mar 2006 12:25
by Alexey
In Visual Studio you can do that as simple as in Delphi. Just drop DataGrid component onto the form, create DataSource using the wizard accessible form Properties window and you are done.
For more information take a look at our Samples