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
K

Khatri Mitesh

@Khatri Mitesh
About
Posts
105
Topics
43
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to upload a xml file on Rest web server
    K Khatri Mitesh

    Thanks for reply, But this is for design the web service for upload a file. but i want to upload a xml file on rest web service using my .net code.

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q

    .NET (Core and Framework) csharp com sysadmin xml

  • How to upload a xml file on Rest web server
    K Khatri Mitesh

    Hi, I want to upload a xml file on Rest web server using vb.net Can any one suggest how i do this.

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q

    .NET (Core and Framework) csharp com sysadmin xml

  • Folder permission on Vista machine
    K Khatri Mitesh

    Hello, I want to create a folder on vista machine using vb.net or C#. and make it share. and one more task is make it full access control for network users. can any one suggest how i do this. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q

    Visual Basic csharp com sysadmin question

  • Script that fill the text boxes
    K Khatri Mitesh

    yes. i know this. and i have a full knowledge of full page structure. can you provide any sample for fill the text box. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q

    Web Development com tools question

  • Script that fill the text boxes
    K Khatri Mitesh

    Hi, I want to make a script that fill the particular text boxes. I want to paste this script in the browse window and the text boxes fill automatically. can any one suggest how i do this. Thanks....

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q

    Web Development com tools question

  • Run application on windows start up
    K Khatri Mitesh

    Hi, Add the application exe in the startup in your system. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q

    Visual Basic csharp windows-admin question learning

  • Camera
    K Khatri Mitesh

    Hi Windows Mobile 5.0 Pocket PC Emulator does not provide the camera facility on the emulator. For debug your project on the Emulator you can use the Windows Mobile 6.0 Pocket PC Emulator. May it solves your problem. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q

    Mobile question

  • Camera
    K Khatri Mitesh

    Hi, Your query is not clear. but i think you want to start your camera. if yes then try this code.

    Dim ccd As New Microsoft.WindowsMobile.Forms.CameraCaptureDialog
    ccd.Resolution = New Size(100, 200)
    ccd.Mode = Microsoft.WindowsMobile.Forms.CameraCaptureMode.Still
    ccd.Mode = CameraCaptureMode.Still
    ccd.Owner = Me
    ccd.Title = "Take a Picture"

       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
    

    May be it helps you. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q

    Mobile question

  • How to pass image to picturebox at run time
    K Khatri Mitesh

    Hi, Try this code.. Me.PictureBox1.Image = New Bitmap("\1.PNG") May it solves your problem. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q

    Mobile csharp mobile tutorial announcement

  • Try my GSlide framework!
    K Khatri Mitesh

    Hi, I download GSlide Framework. but how i install this framework. and how i use this. i not get any document in your site about "How to you?". Can u provide a document for how i use this. if possible also provide any sample project for this. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q

    Mobile beta-testing architecture help code-review

  • SQLCE Connection Problems
    K Khatri Mitesh

    Hi, Add data source in your project. then select your database (.sdf) file in your solution. then click properties then set the value of Copy to Output Directory = Copy Always. Try this. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q

    Mobile database algorithms question

  • Creating icons for windows mobile
    K Khatri Mitesh

    Hii, http://blogs.msdn.com/windowsmobile/archive/2008/08/14/which-icon-sizes-should-i-use-in-my-application.aspx[^] Try this link. Hope this helps you in window mobile icon problem. this link not for exactly for create icon but it about the size of the icon used in the wm. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA

    Mobile

  • Which .net compact frame work is uesd for WindowsCE 6.0
    K Khatri Mitesh

    Install Window mobile 6.0 SDK. Then Try... Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA

    Mobile

  • Which .net compact frame work is uesd for WindowsCE 6.0
    K Khatri Mitesh

    Hi, It depends on you which version you are using. because win 6.0 support both version CF 2.0 an CF 3.0. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA

    Mobile

  • Transfer of SQL server database to Windows Mobile 6.0
    K Khatri Mitesh

    Hi, Install the sqlce30.cab on your mobile. may be it solve your problem. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA

    Mobile

  • how to Update my project from web
    K Khatri Mitesh

    Hi Pavan Actually i develop a Wm 5.0 Application using vb.net and web service. and i also upload my .cab file and .exe file on the web. and i want to update my mobile application when the new version is available on the web. so how i update my application. please suggest. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA

    Mobile

  • how to Update my project from web
    K Khatri Mitesh

    Hi, I develop a window mobile software using vb.net and web service. and i want to update my project from when new update is available on the web. how i update the my project. please suggest. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA

    Mobile

  • Reset auto number in Access
    K Khatri Mitesh

    Hi, I have a access database and my table of access database have a Auto number field. and i insert 50 record in the access data and then i delete the last 25 records in the database. after this i insert new record but auto generated filed show the Id is 51. but i want to change it with 26. and next is autogenerated according to this. how i do this. please suggest. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA

    Database database com

  • Get String size Height and Width
    K Khatri Mitesh

    Hi, I am new to Win-32 C++. and i want to get the string size (Height and Width) of a string Like ( In VB.Net )

    Dim strSize As SizeF
    strSize = e.Graphics.MeasureString("Mitesh Khatri", New Font("Sans Serif", 9, FontStyle.Bold))

    How i get same thing in Win-32 C++. Please suggest. Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA

    C / C++ / MFC csharp c++ com graphics

  • Want to show popup notification for "low battery"
    K Khatri Mitesh

    Hii, Try this code.........

    Dim psBattery As PowerStatus = SystemInformation.PowerStatus
    Dim perFull As Single = psBattery.BatteryLifePercent
    'Show the remaining battery power in percentages
    MsgBox("Total battery power remaining: " & perFull * 100 & "%")
    'Is the battery charging?
    If psBattery.PowerLineStatus = PowerLineStatus.Online Then
    MsgBox("Battery charge status: Charging")
    ElseIf psBattery.PowerLineStatus = PowerLineStatus.Offline Then
    MsgBox("Battery charge status: Not charging")
    End If

    Hope this solves ur problem...... Thanks

    ~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA

    Mobile help
  • Login

  • Don't have an account? Register

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