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
  • 0 Votes
    1 Posts
    1 Views
    No one has replied
  • How to access memory details

    csharp c++ com hardware performance
    2
    0 Votes
    2 Posts
    5 Views
    A
    Use MEMORYSTATUS structure, dwAvailPhys member of structure and GlobalMemoryStatus function
  • UNICODE convention

    c++ help question
    5
    0 Votes
    5 Posts
    5 Views
    C
    Ok, thanks a lot :-) ! I'll try to replace as more as possible char with TCHAR then ! Thanks
  • An Alt-like button on PocketPC 2k2

    help adobe question
    7
    0 Votes
    7 Posts
    2 Views
    J
    My iPAQ 3850 (as well as series 39xx) has 5 hardware buttons plus the central oval button that emulates the 4 arrow keys and enter. dlhson2 wrote: What is Identifier of 5 buttons on the device ? I'll have to check that out...
  • Menu level 2

    question
    3
    0 Votes
    3 Posts
    3 Views
    D
    PocketPC with WinCE 3.0. But I just test in Emulator. ======================= Nothing is perfect
  • Debugging with bluetooth ?

    tutorial question
    2
    0 Votes
    2 Posts
    3 Views
    A
    Yeah, I've used it to debug. Set active sync up to use your inbound BT virtual com port (active sync connection settings). Next you have to initate a sync from WITHIN your bluetooth manager. On the Widcom stuff you can select "activesync via bluetooth" from the connection wizard screen. With the Dell/Belkin CF cards you have to discover your PC and set it up as a active sync partner. Then you have to tap "Start ActiveSync" from the BT manager menu. After you have a ASync connection, set your IDE up to use a real device.
  • SetCursor ????????

    question help
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Top-level, non-pop-up Menuitems

    c++ help tutorial
    4
    0 Votes
    4 Posts
    4 Views
    J
    :-O Well, I was not fishing for compliments but, anyway, thanks! Atlantys wrote: Do you know if it's possible to have a text-only toolbar? Yes, you can do that. If you look into eVC's help file, go to 'Microsoft Windows CE / User Interface Services / Creating Controls / Working with Common Controls'. Read the entries on 'Creating a Command Bar' and 'Creating a ToolBar'. You will see that these controls may accept bitmaps, text, or both. Atlantys wrote: load a bitmap toolbar with a single button, then somehow change it from a bitmap to a string? I think that you may be able to this using the TBSTYLE_LIST.
  • How to Create Instance variable in MFC ActiveX Control

    c++ csharp com hardware help
    2
    0 Votes
    2 Posts
    3 Views
    S
    Dear Friends, Sorry for troubling you. I have got the answer. What i have done is declared the variable in the protected section of the ActiveX Control. That is inside ActiveX Controls header file(Some thing like **Ctl.h file). This solved my problem. Once again sorry for troubling you. Thanks and Best Regards, Subbu, 2003/06/06 (16:48 JST).
  • RTP in eVC

    question
    3
    0 Votes
    3 Posts
    3 Views
    J
    Thanks...:-D
  • Remoting and a Pocket PC

    csharp question
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • ActiveX - continued :)

    c++ com hardware question
    6
    0 Votes
    6 Posts
    4 Views
    J
    cedric moonen wrote: I feel a little bit ashamed of such a stupid question Don't be. If you are never wrong, you never learn anything. The stupid thing would be not to ask! ;)
  • ActiveX registration

    c++ com hardware debugging help
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • S/MIME API library?

    security json tutorial question
    2
    0 Votes
    2 Posts
    3 Views
    M
    seams like there is nothing available. Hmm, perhaps openSSL is ported to WinCE (it has some S/MIME support).... I'll have to check that. /Moak
  • image databases in palm os

    question
    3
    0 Votes
    3 Posts
    3 Views
    A
    Hi, Use ImageToByteArray & ByteArrayToImage function to read and write an image into your plam database. Best Regards, Siva
  • How to access Proxy details of Windows CE

    c++ sysadmin windows-admin hardware tutorial
    4
    0 Votes
    4 Posts
    2 Views
    J
    subramjobmail wrote: In my Windows CE .NET registry i dont have the key which you have specified :( Sorry! I did not realize from your first post that your system is CE .NET... The answer I gave you is valid for Pocket PC 2002.
  • how to implement progress bar control usin eVC++

    c++ tutorial question
    3
    0 Votes
    3 Posts
    2 Views
    A
    Hi, Thanks Daniel !Already I visited this one ...! Its not a free ware !! I am having chris mounder's progress bar control code which was wrote using VC++ 6.0. I am trying to implement the same using eVC++.But i am getting stucking because of lack of MFC implementation in WinCE. Any other idea? Thanks, Siva
  • How can I do a activesync connection by Ethernet?

    question sysadmin
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Set font in WinCE

    help question
    2
    0 Votes
    2 Posts
    2 Views
    J
    dlhson2 wrote: in Win2k, I used strcpy successfully Here you are in the UNICODE realm! Use wcscpy instead.
  • Killing an aplication

    7
    0 Votes
    7 Posts
    5 Views
    M
    "Smart minimize" button? Strange... In the WindowProc function, witch messages do i have to intercept? WM_IME_NOTIFY with wParam=IMN_CLOSESTATUSWINDOW and WM_IME_SETCONTEXT with wParam=FALSE and lParam = ISC_SHOWUIALL... I am not getting good results... Any ideas?