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
A

ahzarmokhli

@ahzarmokhli
About
Posts
13
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • GPRS connection timeout
    A ahzarmokhli

    Hi, I'm looking for a way to stop HttpWebResponse so that it stop looking for GPRS connction.Right now im using HttpWebResponse to automatically connect to GPRS,the problem is it took long for the GPRS to establish.I need to stop the request in about 10 second.Anyone have any suggestion? this is the code that i used to turn on the GPRS connection.... Dim myHttpWebRequest As System.Net.HttpWebRequest = CType(System.Net.WebRequest.Create("http://www.google.com"), System.Net.HttpWebRequest) myHttpWebResponse = CType(myHttpWebRequest.GetResponse(), System.Net.HttpWebResponse) myHttpWebResponse.close thanks for your help....

    @h3aR

    Visual Basic help csharp com question

  • Cannot call Camera function [modified]
    A ahzarmokhli

    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:

    @h3aR

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

    Mobile help graphics data-structures debugging

  • how to fasten form load
    A ahzarmokhli

    thanks a lot bro!!

    @h3aR

    Mobile tutorial

  • how to fasten form load
    A ahzarmokhli

    the page contain lots of checkbox.

    @h3aR

    Mobile tutorial

  • how to fasten form load
    A ahzarmokhli

    i have try to put all control in one form.it takes time to load the page.there are more then 2000 control in one page.can it be possible to make the page load faster.right now it take about 2 minutes to load the page.this are done for window mobile development.:confused::confused:

    @h3aR

    Visual Basic tutorial

  • how to fasten form load
    A ahzarmokhli

    :confused:i have try to put all control in one form.it takes time to load the page.there are more then 2000 control in one page.can it be possible to make the page load faster.right now it take about 2 minutes to load the page.this are done for window mobile development.:confused:

    @h3aR

    Mobile tutorial

  • gprs setup
    A ahzarmokhli

    i found some code in xml to setupgprs but i dont know how to deployed this.can anybody help me.can we used this in compact framework. :confused: @h3aR

    Mobile xml help tutorial workspace

  • gprs connection
    A ahzarmokhli

    i want to setup the gprs connection programaticaly so that user don't need to set it up manually.how can wet set the new gprs connectionin vb.net compact framework.;) can we Create a CAB-File which will setting up the GPRS-Settings -- modified at 5:46 Monday 20th August, 2007

    @h3aR

    Mobile csharp question

  • camera function
    A ahzarmokhli

    can we able to put a camera function in vb.net sistem.I want to use camera so that the user can take picture from the system and saved it.Is it posible to do so? :confused: do anyone have any idea how?

    @h3aR

    Visual Basic csharp question

  • gprs
    A ahzarmokhli

    can we do gprs connection programaticly by vb.net:confused:

    @h3aR

    Visual Basic csharp

  • gprs connection
    A ahzarmokhli

    yes.can we?

    @h3aR

    Mobile csharp question

  • gprs connection
    A ahzarmokhli

    can we set gprs connection trough vb or c#?:confused:

    @h3aR

    Mobile csharp question

  • define own file type
    A ahzarmokhli

    can we define our own file type to be use in compact framework.what other file type can be used other than .txt .Is it better to used .txt file or other file type:confused:.

    @h3aR

    Mobile
  • Login

  • Don't have an account? Register

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