|
-
Aug 9th, 2007, 10:01 PM
#1
Thread Starter
New Member
camera function
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.
-
Aug 10th, 2007, 01:28 AM
#2
Frenzied Member
Re: camera function
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
-
Aug 10th, 2007, 02:28 AM
#3
Thread Starter
New Member
Re: camera function
right now i'm using vb.net 2003.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|