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
S

slumberparty

@slumberparty
About
Posts
6
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Ini file handling
    S slumberparty

    The standard Windows functions for INI files are not in the Windows Mobile SDKs so I doubt there's a way to call them from the Framework. You have to implement your own INI file interface (or maybe there's a class available somewhere!?). Otherwise, I suggest using the registry instead...

    Mobile question csharp dotnet

  • Making Interactive CAB.
    S slumberparty

    add a setup.dll to your CAB and there you can show a dialog in install_exit() or whenever you need it.

    Mobile design sysadmin question

  • Create Agent exe for windows based mobile for sending sms?
    S slumberparty

    The agent is supposed to be a background process? So you should create a win32 smart device project here. For interprocess communication the easiest sollution should be the message queue interface. Look up CreateMsgQueue in MSDN.

    Mobile question c++ visual-studio agentic-ai help

  • automated restaurant menu
    S slumberparty

    Smartphones don't have touch screens, so you need a Pocket PC. For Pocket PCs you also need to install the Windows Mobile 6 Professional SDK. The WM6 Classic SDK is for Smartphones. Developping such application with Microsoft Studio in C# shouldn't be very hard if you're alrready familar with C++/C# programming. Yes, C# Smart Device is alright. Probably you're doing the kitchen console as Windows Desktop application, right? Gonna be a nice restaurant. I'll come along for a lunch break!

    Mobile csharp mobile visual-studio help question

  • structure mapping for wm_copy_data
    S slumberparty

    Try to use StringBuilder to convert from character arrays.

    Mobile csharp c++ help question

  • Displaying bitmap and SetDIBitsToDevice.....
    S slumberparty

    maybe you have a memory leak! Change this line to free up the whole array!

    delete [] pBitData

    Mobile c++ graphics help learning
  • Login

  • Don't have an account? Register

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