Results 1 to 3 of 3

Thread: camera function

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2007
    Posts
    4

    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.

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    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
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2007
    Posts
    4

    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
  •  



Click Here to Expand Forum to Full Width