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. General Programming
  3. C / C++ / MFC
  4. How can disable Move option from System Menu?

How can disable Move option from System Menu?

Scheduled Pinned Locked Moved C / C++ / MFC
question
4 Posts 3 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.
  • L Offline
    L Offline
    Le rner
    wrote on last edited by
    #1

    Hi all, Please tell me how can i disable the option of Move from system Menu. every suggestion is appreciated. Thanks in advance.

    IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

    _ S 2 Replies Last reply
    0
    • L Le rner

      Hi all, Please tell me how can i disable the option of Move from system Menu. every suggestion is appreciated. Thanks in advance.

      IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

      _ Offline
      _ Offline
      _AnsHUMAN_
      wrote on last edited by
      #2

      Try this:

      CMenu* menu=GetSystemMenu (false);
      menu->EnableMenuItem(1, MF_BYPOSITION | MF_GRAYED);
      

      Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

      L 1 Reply Last reply
      0
      • L Le rner

        Hi all, Please tell me how can i disable the option of Move from system Menu. every suggestion is appreciated. Thanks in advance.

        IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

        S Offline
        S Offline
        sudhir_Kumar
        wrote on last edited by
        #3

        http://www.devhood.com/Tutorials/tutorial_details.aspx?tutorial_id=501[^]

        -@SuDhIrKuMaR@-

        1 Reply Last reply
        0
        • _ _AnsHUMAN_

          Try this:

          CMenu* menu=GetSystemMenu (false);
          menu->EnableMenuItem(1, MF_BYPOSITION | MF_GRAYED);
          

          Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_

          L Offline
          L Offline
          Le rner
          wrote on last edited by
          #4

          Where i can use this? when i m use it in OnCreate function of Mainframe than its not working.

          IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

          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