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

Arjun Marwaha

@Arjun Marwaha
About
Posts
64
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Getting null event in delegate
    A Arjun Marwaha

    Where is the handler to the event? Guess you are missing that.

    C# question

  • mobile programming tranning
    A Arjun Marwaha

    Check this: http://www.google.co.in/search?hl=en&q=mobile+training+%2B+india&meta= Regards, ~Arjun

    Mobile

  • unzipp files on a pocket pc with Visual Sudio .net 2003 C#
    A Arjun Marwaha

    Check this: http://www.google.co.in/search?hl=en&q=zip+files+through+code+%2B+compact+framework&meta= Regards, ~Arjun

    Mobile csharp visual-studio winforms sysadmin help

  • find the size of download data...
    A Arjun Marwaha

    You can use FTP for transferring files and also get the size of the file by sending the SIZE command to the FTP server. ~Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    Mobile sysadmin performance question

  • System.Runtime.InteropServices.COMException (0x80040112):
    A Arjun Marwaha

    Is this application converted from vb6 to .Net? Do you receive the mentioned error on all the machines or just this specific? ~Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    C# help com data-structures debugging question

  • Connect Device emulator to network
    A Arjun Marwaha

    Use the Device Emulator Manager application, and right-click on the PocketPC emulator in its treeview, and pick "Cradle". That will form an activesync connection to the emulator, as if it was a hardware device. ~Arjun

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    Mobile sysadmin help tutorial

  • Regarding Activex Control
    A Arjun Marwaha

    Check the following link: http://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/ActiveXInNet.aspx ~Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    C# com question

  • Getting started with WinCE 5.0 .net
    A Arjun Marwaha

    Try these to get started: http://msdn.microsoft.com/en-us/embedded/aa731296.aspx http://www.microsoft.com/technet/archive/wce/evaluate/revgde.mspx?mfr=true http://www.wirelessdevnet.com/channels/pda/training/vcce.html ~Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    Mobile c++ csharp tools tutorial workspace

  • In Compact Framework Can I use Parent form
    A Arjun Marwaha

    The concept of MDI forms does not exist in the CF, so you cannot. You can declare a main form, and open it. Then do a showdialog() on the other forms, or a show() to show them. ~Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    Mobile

  • NullReferenceException
    A Arjun Marwaha

    Seems like one of the variables being used in the event handler does not have any value assigned to it. The reason it's not occurring in debug mode is that it gets the required time to get the value and therefore no exception is thrown. You can also check for the variables and their values at the time when the exception occurs which can give you a hint for the cause of the exception. ~Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    Mobile help

  • How to resolve this ERROR?
    A Arjun Marwaha

    It would be hard to guess the exact cause without looking at the code. However the WSACancelBlockinCall exception generally happens when you stop listening as Listen is a blocking method. Call the Close method to close the connection. ~Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    C# help tutorial question

  • PDA Development
    A Arjun Marwaha

    Seems you have not set the MDIParent of the child form to the main form. Childform.mdiparent=this; ~Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    Mobile help database debugging

  • How populate a DataGrid (C.F 2.0 and VB.net)
    A Arjun Marwaha

    You would need to create an ArrayList, add any number of classes having n number of properties you want to the ArrayList and bind it to DataGrid. To bind an Arraylist to a DataGrid, refer the link below: http://www.c-sharpcorner.com/UploadFile/mahesh/ArrayListBinding10212005102338AM/ArrayListBinding.aspx ~Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    Mobile csharp data-structures help tutorial

  • FTP IN C#
    A Arjun Marwaha

    About your first question I am not sure where this information would help you. This is handled by the protocol itself and if there is an error/exception, it would be shown. However if you still want the information, you can use any ftp client like Filezilla etc and enable tracing capabilities (to create a trace log) which would show you the data sent and received. For OTPS command, please refer the RFC. http://apps.mrochek.com/rfc/rfc2389.html#sec-4 ~Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    C# csharp sysadmin security help question

  • Active X Control in VB.Net 2005
    A Arjun Marwaha

    Check this: http://www.vbdotnetheaven.com/UploadFile/dsandor/ActiveXControlInVBdotNET04112005081747AM/ActiveXControlInVBdotNET.aspx Regards, Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    Visual Basic help csharp html asp-net

  • About "Windows XP Embedded Image Difference Engine"?
    A Arjun Marwaha

    Try this: http://www.microsoft.com/downloads/details.aspx?familyid=dacd1722-256b-48c5-91c1-af6062340efc&displaylang=en ~Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    Mobile csharp com hardware question

  • 'SetKMode()' active in Windows Mobile 6.0
    A Arjun Marwaha

    Tony, You can get the list of Privileged APIs in the Windows Mobile 6 SDK documentation. Just search with "Privileged APIs" and you shall get the list. On MSDN: http://msdn.microsoft.com/en-us/library/aa919335.aspx ~Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    Mobile database

  • VB.NET Handheld PDA - Input box not displaying text
    A Arjun Marwaha

    Not sure what text are your referring to by the line " the textbox is shown on the screen but the text message isn't". Are you talking about the Prompt, Title or the Default text? The code below worked for me: str = InputBox("Prompt", "Title", "Default text in the textbox") Regards, Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    Mobile help csharp question

  • play video files on Windows Mobile 5.0 Pocket PC
    A Arjun Marwaha

    I am not sure what you mean by "But on this way I do not use the WMPlayer SDK". Why would you not like to use the Windows Media Player to open the media files? To run windows media player to open a file, use the code below: System.Diagnostics.Process.Start("\Windows\wmplayer.exe", """\My Documents\My Music\new song.mp3""") Regards, Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    Mobile csharp visual-studio help tutorial question

  • 'SetKMode()' active in Windows Mobile 6.0
    A Arjun Marwaha

    It depends. The Setkmode API function is flagged as OEM meaning it would depend on the manufacturer whether this function is supported on the device or not. MSDN link: ms-help://MS.WindowsMobile.6/WindowsMobile6SDK/html/15be1603-7903-433f-a9ae-f2c2ea511df4.htm Regards, Dave

    Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com

    Mobile database
  • Login

  • Don't have an account? Register

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