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. Windows Forms
  4. How to create Form which will be taked into account by other desctop appication like Microsoft Shared View

How to create Form which will be taked into account by other desctop appication like Microsoft Shared View

Scheduled Pinned Locked Moved Windows Forms
tutorialquestionhelplearning
2 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.
  • K Offline
    K Offline
    Koltz
    wrote on last edited by
    #1

    Problem: I need write app which will be placed at top of desktop and will lay all time when user works at pc, other Apps should not repaint my app, user have to see data at my form, or say it using other words, other apps shoud forget about location which is used by my app, so when my app is running and for example notepad.exe is running and I pressed maximize for notepad, it should be miximized at height == (Desktop.Height - myApp.Height) and location of notepad will be set to Point(0, myApp.Height) I set topmost to true and hide captions\title and other controll button but of course it does not allow. So question: how to implement it?

    K 1 Reply Last reply
    0
    • K Koltz

      Problem: I need write app which will be placed at top of desktop and will lay all time when user works at pc, other Apps should not repaint my app, user have to see data at my form, or say it using other words, other apps shoud forget about location which is used by my app, so when my app is running and for example notepad.exe is running and I pressed maximize for notepad, it should be miximized at height == (Desktop.Height - myApp.Height) and location of notepad will be set to Point(0, myApp.Height) I set topmost to true and hide captions\title and other controll button but of course it does not allow. So question: how to implement it?

      K Offline
      K Offline
      Koltz
      wrote on last edited by
      #2

      imho, I found solution: find here: http://www.codeproject.com/KB/shell/csdoesshell3.aspx question is closed, ps: just create right google question =)

      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