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#
  4. windows 7 jumplist window border style?

windows 7 jumplist window border style?

Scheduled Pinned Locked Moved C#
comjsonquestion
3 Posts 2 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.
  • D Offline
    D Offline
    Druuler
    wrote on last edited by
    #1

    http://i.msdn.microsoft.com/dynimg/IC295013.png[^] i dont know if this is the right place to ask this but i just want to know if the small popup window on picture above is custom window or if there is an api or something so we can use windows with that kind of border?

    L 2 Replies Last reply
    0
    • D Druuler

      http://i.msdn.microsoft.com/dynimg/IC295013.png[^] i dont know if this is the right place to ask this but i just want to know if the small popup window on picture above is custom window or if there is an api or something so we can use windows with that kind of border?

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      That is what you get with FormBorderStyle.Sizable or FormBorderStyle.SizableToolWindow, provided the title bar isn't shown; this requires ControlBox, MaximizeBox, MinimizeBox to be false, and Text to be an empty string. :)

      Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


      I only read formatted code with indentation, so please use PRE tags for code snippets.


      I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


      1 Reply Last reply
      0
      • D Druuler

        http://i.msdn.microsoft.com/dynimg/IC295013.png[^] i dont know if this is the right place to ask this but i just want to know if the small popup window on picture above is custom window or if there is an api or something so we can use windows with that kind of border?

        L Offline
        L Offline
        Luc Pattyn
        wrote on last edited by
        #3

        I created a little article[^] and test app showing the different possibilities. Wish MSDN would show actual images of form border styles! :)

        Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


        I only read formatted code with indentation, so please use PRE tags for code snippets.


        I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


        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