Skip to content

Mobile

General Discussions on Mobile related development. For Android specific development please see the Android forum

This category can be followed from the open social web via the handle mobile@forum.codeproject.com

3.8k Topics 8.1k Posts
  • Progressbar Control

    c++
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • How to add new cpu type in an old project?

    tutorial question workspace
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • vertical toolbar?

    question
    2
    0 Votes
    2 Posts
    2 Views
    J
    Not easy! I've tried with MFC and API and did not get good results. Will get back here when I have something definite.
  • eVC++ Link Error Help needed

    help c++ hardware question
    2
    0 Votes
    2 Posts
    2 Views
    C
    Hi, I had the same problem but with the visual C++ 6 compiler! You can found some help here: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q148/6/52.asp&NoWebContent=1[^] Hope this helps
  • Show text with rotation ?

    help question
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Create modeless dialog ?

    help question
    2
    0 Votes
    2 Posts
    4 Views
    D
    You have to handle the WM_ACTIVATE and WM_SETTINGCHANGE messages like in the following CP article: A Non Full-Screen Dialog Class for Windows CE Daniel ;) --------------------------- Never change a running system!
  • CDialog

    question
    5
    0 Votes
    5 Posts
    2 Views
    M
    It works... Thanks! :):)
  • Newbie: Mobile database app

    database sysadmin help question
    5
    0 Votes
    5 Posts
    2 Views
    O
    Well the handhelds will be used on the wards in a hospital for a new trial we're doing. I've fallen out with HP at the moment because of their appauling OfficeJet drivers and support so they'd be my last resort! :) I guess it couldn't hurt to look at their stuff though! -- The Obliterator
  • Path Finder system for PDAs and Pocket PCs

    database question
    3
    0 Votes
    3 Posts
    4 Views
    D
    There is a very nice article about GPS at http://www.codeproject.com/system/gps_support.asp. Daniel ;) --------------------------- Never change a running system!
  • Any Palm programmers(CodeWarrior6) here?

    com tools question
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Deploy and Package

    question c++ help
    2
    0 Votes
    2 Posts
    2 Views
    J
    AHMAD COM wrote: any help will be appreciated I also need some help in understanding your question... :confused: Well, if you are asking about how to create an install package, you really need to read about it in the online help file. Go to the following topics: Microsoft Windows CE / Installation and Configuration Guide / Installing Applications. This will teach you how to produce a CAB file with your deployment. Then, you can do one of two things: copy the CAB file to your device and execute it, or use the CeAppMgr.exe residing in your desktop to do this work. The online help file has one example of the scripting you need. If you need more help, get back here. Good luck!
  • Real-Time graphic library !

    question css
    2
    0 Votes
    2 Posts
    2 Views
    D
    Take a look at: Pie Chart in eVB Pocket Chart FX and ask Google! Daniel ;) --------------------------- Never change a running system!
  • How can I set Vietnamese font ?

    question help
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Using 2 languages in Program ?

    question
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Mobile (N3410)

    java com question
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • CE 3.0 Stupidty

    question
    2
    0 Votes
    2 Posts
    3 Views
    J
    You're right! Sometimes I have the feeling that MFC 3.0 for CE is really a half-baked and, in some points, a poorly implemented library. This kind of things just makes me wonder how fast the MFC team had to adapt the library for CE. Way too fast.
  • Can a windowless dll have a message loop?

    database question
    3
    0 Votes
    3 Posts
    2 Views
    R
    Thank you so much for the suggestion. I am leaning more towards not adding a background thread mainly becz I already have three threads in my module. So, I am thinking of modifying one of the threads that I have to wait for RETRANSMIT_TIME, do the job and again wait. Ruchika
  • ActiveSync 3.5 and Compaq IPAQ 3835

    help question
    6
    0 Votes
    6 Posts
    43 Views
    J
    nicholas.gionfriddo wrote: Are there other ways I can check my Port availability? :~ I'm not sure... NT 4.0 is remote history for me. Try connecting to COM2. Also check for other software that might be hooked into your COM1 (it can be anything...) :( Good luck, João Paulo
  • Loading - Serialization

    json help question
    4
    0 Votes
    4 Posts
    5 Views
    J
    The only reason I can think of is that you are trying to read more than you wrote to the file. I always try to make the serialization code symmetrical, i.e. for each insert I write an extract. This has worked seamlessly for me.
  • Serialize for MFC

    c++
    2
    0 Votes
    2 Posts
    4 Views
    A
    PocketPC 2002: works just like the desktop Win32 version -- CFile and CArchive.