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. Creating a window ! simple problem provided you know the right track

Creating a window ! simple problem provided you know the right track

Scheduled Pinned Locked Moved C / C++ / MFC
javascriptadobehelpquestion
4 Posts 2 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
    Abhishek Narula
    wrote on last edited by
    #1

    Hi Everybody ! I want a discuss the problem that I am facing here it goes .. I have to display a window in the air , it should ideally be a Dialog box becoz this window would be containign many controls . BUT ! this window should not have the tile bar nor the borders nothing !! till here its easy .. the problem is after that .. Problem is I dont want the parent window to loose the control .. that is title bar of the parent window should never become inactive when our window is created and our window should be able to react to messages .. like mouse click , mouse move .. See are you able to understand the problem ?? Please add your valuable comments. Abhishek Narula "Learn to appreciate others ... World would appreciate you"

    N 1 Reply Last reply
    0
    • A Abhishek Narula

      Hi Everybody ! I want a discuss the problem that I am facing here it goes .. I have to display a window in the air , it should ideally be a Dialog box becoz this window would be containign many controls . BUT ! this window should not have the tile bar nor the borders nothing !! till here its easy .. the problem is after that .. Problem is I dont want the parent window to loose the control .. that is title bar of the parent window should never become inactive when our window is created and our window should be able to react to messages .. like mouse click , mouse move .. See are you able to understand the problem ?? Please add your valuable comments. Abhishek Narula "Learn to appreciate others ... World would appreciate you"

      N Offline
      N Offline
      Nish Nishant
      wrote on last edited by
      #2

      What you seem to looking for is a modeless dialog. Read this article to get an idea about creating modeless dialogs. It was written by one of the nicest people I know of. Just kidding. But I do hope the article helps you with regard to what you are looking for. http://www.codeproject.com/useritems/gettingmodeless.asp Regards Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut

      A 1 Reply Last reply
      0
      • N Nish Nishant

        What you seem to looking for is a modeless dialog. Read this article to get an idea about creating modeless dialogs. It was written by one of the nicest people I know of. Just kidding. But I do hope the article helps you with regard to what you are looking for. http://www.codeproject.com/useritems/gettingmodeless.asp Regards Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut

        A Offline
        A Offline
        Abhishek Narula
        wrote on last edited by
        #3

        Thanks for replying .. but this is not what I am looking for .. Moment you click on your modeless dialog, the parent window gets inactive ..and this is waht I dont want ! I hope you have understood it now . Let me know if you know about some more articles .. Abhishek Narula "Learn to appreciate others ... World would appreciate you"

        N 1 Reply Last reply
        0
        • A Abhishek Narula

          Thanks for replying .. but this is not what I am looking for .. Moment you click on your modeless dialog, the parent window gets inactive ..and this is waht I dont want ! I hope you have understood it now . Let me know if you know about some more articles .. Abhishek Narula "Learn to appreciate others ... World would appreciate you"

          N Offline
          N Offline
          Nish Nishant
          wrote on last edited by
          #4

          Abhishek Narula wrote: Moment you click on your modeless dialog, the parent window gets inactive That's default windows behaviour. The currently active window will also be shown as active. And only one window, whether modal or modeless, will be active at a time. Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut

          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