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
  1. Home
  2. Mobile Development
  3. Mobile
  4. Images are not staying on the control . Any body knows how to display images on HTML Control in PPC 2003

Images are not staying on the control . Any body knows how to display images on HTML Control in PPC 2003

Scheduled Pinned Locked Moved Mobile
htmltutorial
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    AKSIVAKUMAR
    wrote on last edited by
    #1

    Hello All, Any body knows how to display imsges on HTML control in Pocket PC 2003. Images are not staying on the control after the iamges are registered and loaded on the HTML Control. Following code is not working in PPC 2003. INLINEIMAGEINFO imageInfo; imageInfo.dwCookie = dwCookieValue; imageInfo.bOwnBitmap = FALSE; imageInfo.hbm = (HBITMAP)(*pBitmap); CSize size = pBitmap->GetBitmapDimension(); imageInfo.iOrigWidth = size.cx; imageInfo.iOrigHeight = size.cy; //::SendMessage(m_hwndHtml, DTM_SETIMAGE, 0, (LPARAM)(LPINLINEIMAGEINFO)&imageInfo); ::SendMessage(m_hwndHtml, DTM_SETIMAGE, 0, (LPARAM)&imageInfo); Please do let me know the reason why it is not staying in PPC 2003. regards, siva

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

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