Click here to Skip to main content
15,914,323 members
Home / Discussions / Mobile
   

Mobile

 
QuestionProblem While Running Blackberry Application... Pin
shaina22318-Sep-09 19:28
shaina22318-Sep-09 19:28 
AnswerRe: Problem While Running Blackberry Application..(plz read this ) Pin
shaina22318-Sep-09 19:31
shaina22318-Sep-09 19:31 
QuestionHow to stream an FLV video on a device application Pin
Vivek Vijayan7-Sep-09 5:55
Vivek Vijayan7-Sep-09 5:55 
QuestionMobile Application Pin
Learpheal3-Sep-09 16:15
Learpheal3-Sep-09 16:15 
AnswerRe: Mobile Application Pin
PavanPareta3-Sep-09 20:54
PavanPareta3-Sep-09 20:54 
QuestionDigital Citation For Windows Mobile Pin
lancerta3-Sep-09 11:22
lancerta3-Sep-09 11:22 
AnswerRe: Digital Citation For Windows Mobile Pin
jzonthemtn23-Sep-09 3:43
jzonthemtn23-Sep-09 3:43 
QuestionCannot call Camera function [modified] Pin
ahzarmokhli2-Sep-09 19:33
ahzarmokhli2-Sep-09 19:33 
I need help with this function showDialog().

I'm using this to call camera function in my system.Before this i'm using TDS Nomad with window mobile 6 there is no problem with the system and now i'm chnging to new motorola FR68 with window mobile 6.1 it cannot display the camera.It show an error "invalid argument".Is there any different between WM 6 and WM 6.1.

This is my code..

Dim ccd As New CameraCaptureDialog
           ccd.Resolution = New Size(50, 100)
           ccd.Mode = CameraCaptureMode.Still
           ccd.StillQuality = CameraCaptureStillQuality.High
           ccd.ShowDialog()
           If ccd.ShowDialog() = Windows.Forms.DialogResult.OK Then
            If ccd.FileName <> String.Empty Then
               PictureBox1.Image = New Bitmap(ccd.FileName)
               ccd.Dispose()
            End If
           End If


i get this error..
message
An invalid argument was specified.

Stack Trace
at Microsoft.WindowsMobile.Forms.CameraCaptureDialog.LaunchCameraCaptureDialog()
at Microsoft.WindowsMobile.Forms.CameraCaptureDialog.ShowDialog()
at camera.Form1.Button1_Click_1()
at System.Windows.Forms.Control.OnClick()
at System.Windows.Forms.Button.OnClick()
at System.Windows.Forms.ButtonBase.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at camera.Form1.Main()

Can anybody help me with this.Thank alot.. Confused | :confused: Confused | :confused:

@h3aR

modified on Thursday, September 3, 2009 2:27 AM

AnswerRe: Cannot call Camera function Pin
Joel Ivory Johnson7-Sep-09 3:01
professionalJoel Ivory Johnson7-Sep-09 3:01 
QuestionIs this a Bug in Compact Framework 2.0 ? (C#, DateTime + TimeSpan) [modified] Pin
KingLooie2-Sep-09 1:39
KingLooie2-Sep-09 1:39 
AnswerRe: Is this a Bug in Compact Framework 2.0 ? (C#, DateTime + TimeSpan) Pin
fergara2-Sep-09 2:22
fergara2-Sep-09 2:22 
GeneralRe: Is this a Bug in Compact Framework 2.0 ? (C#, DateTime + TimeSpan) Pin
KingLooie2-Sep-09 2:39
KingLooie2-Sep-09 2:39 
QuestionRunning Blackberry Application........Problem Pin
shaina223131-Aug-09 21:44
shaina223131-Aug-09 21:44 
QuestionIni file handling Pin
Sunshine Always28-Aug-09 2:38
Sunshine Always28-Aug-09 2:38 
AnswerRe: Ini file handling Pin
slumberparty7-Sep-09 20:25
slumberparty7-Sep-09 20:25 
GeneralRe: Ini file handling Pin
Sunshine Always21-Sep-09 0:53
Sunshine Always21-Sep-09 0:53 
QuestionHow to get the IMEI number of pocket PC windows Mobile Phone using VC++ Pin
programmer8127-Aug-09 19:16
programmer8127-Aug-09 19:16 
AnswerRe: How to get the IMEI number of pocket PC windows Mobile Phone using VC++ Pin
Mr. Prakash12-Sep-09 23:50
Mr. Prakash12-Sep-09 23:50 
GeneralRe: How to get the IMEI number of pocket PC windows Mobile Phone using VC++ Pin
programmer8113-Sep-09 15:59
programmer8113-Sep-09 15:59 
AnswerRe: How to get the IMEI number of pocket PC windows Mobile Phone using VC++ Pin
LHP02103-Nov-09 21:22
LHP02103-Nov-09 21:22 
QuestionTurn my PDA to USB Mass Storage Pin
dagwaping200027-Aug-09 7:34
dagwaping200027-Aug-09 7:34 
AnswerRe: Turn my PDA to USB Mass Storage Pin
Joel Ivory Johnson7-Sep-09 3:00
professionalJoel Ivory Johnson7-Sep-09 3:00 
QuestionSHDeviceLockAndPrompt problems Pin
Paulo Mitchell27-Aug-09 5:00
Paulo Mitchell27-Aug-09 5:00 
QuestionActiveSync: How to detect synchronization in progress? Pin
Vautour25-Aug-09 22:47
Vautour25-Aug-09 22:47 
QuestionMessge "the device is not ready" occur. Pin
Le@rner20-Aug-09 20:42
Le@rner20-Aug-09 20:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.