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. Hiding Start Menu alone in Win CE 2.11

Hiding Start Menu alone in Win CE 2.11

Scheduled Pinned Locked Moved Mobile
jsonhelptutorialquestion
1 Posts 1 Posters 1 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

    Hi All, How to hide start menu alone in win ce h/pc 2.11 ? I can be able to hide the task bar and how to hide the start menu alone using Win CE API's. The following code is used to hide the entire task bar. Dim hwnd As Long Dim lret As Long hwnd = FindWindow("HHTaskBar", "") lret = ShowWindow(hwnd, SW_SHOW) '--- Code to set the form on top. lret = SetForegroundWindow(Principal.hwnd) lret = SetWindowPos(Principal.hwnd, HWND_TOPMOST, 0, 0, _ GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN), _ SWP_SHOWWINDOW) please any one having any idea in this regard if so help me out thanks, 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