Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
2

2_Raptor_2

@2_Raptor_2
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • recording phone
    2 2_Raptor_2

    I make program for recording phone conversation to a file.I need help. I can not find a way to start recording after receiving a call? Is there a function in the Windows Mobile API for this/

    Mobile json help question

  • Camera
    2 2_Raptor_2

    Thanks

    Mobile question

  • Camera
    2 2_Raptor_2

    Thanks! This is code in my simple project private void menuItem1_Click(object sender, EventArgs e) { CameraCaptureDialog ccd = new CameraCaptureDialog(); ccd.Resolution = new Size(100, 200); ccd.Mode = CameraCaptureMode.Still; ccd.Owner = this; ccd.Title = "My Camera"; if(ccd.ShowDialog() == DialogResult.OK) if( ccd.FileName != String.Empty) pictureBox1.Image = new Bitmap(ccd.FileName); ccd.Dispose(); } it's Ok.. for debug i using device USA Windows Mobile 5.0 Pocket PC R2 Emulator from VS 2008 but this emulator not camera device... how to add camera?

    Mobile question

  • Camera
    2 2_Raptor_2

    Hi!!! How do i work this camera from WM5

    Mobile question

  • .NET mobile camera
    2 2_Raptor_2

    Hi all!!! How do i create camera view in smartphones form .NET WM5?

    .NET (Core and Framework) question csharp
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups