how can i put camera function in my project.ihave found some source on vb.net but it can't work on compact framework.can anybody help me with this.:confused:
Printable View
how can i put camera function in my project.ihave found some source on vb.net but it can't work on compact framework.can anybody help me with this.:confused:
Hi,
if you add a reference to microsoft.windowsmobile.forms and then do
Private ccd As New Microsoft.WindowsMobile.Forms.CameraCaptureDialog
and
ccd.showdialog()
That should show the camera capture dialog
This is in VS2005 using a Windows Mobile 5 PPC project
Pete
right now i'm using vb.net 2003.