Thread: Taskbar Entry for modal Dialog?

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    36

    Taskbar Entry for modal Dialog?

    Well I also have a Dialog as main window, but a modal one. Now I want it to be listed in the taskbar like a normal window. Is that possible?

    Sorry I posted this twice. I thing an own topic for it will let the answer come sooner (if ever)

    thanks,

    PrivatePanic
    "I don't know with what weapons World War III will be fought... but World War IV will be fought with sticks and stones." - Albert Einstein

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

    Re: Taskbar Entry for modal Dialog?

    Originally posted by PrivatePanic
    Well I also have a Dialog as main window, but a modal one. Now I want it to be listed in the taskbar like a normal window. Is that possible?

    Sorry I posted this twice. I thing an own topic for it will let the answer come sooner (if ever)

    thanks,

    PrivatePanic
    Why not make it modeless if its a main window?

    Lookup CreateDialog()

  3. #3
    Registered User
    Join Date
    Jul 2002
    Posts
    36
    Well that may have been a possibility, I found out how to give the modal dialogbox a taskbar entry, tho. Just use the extended Window style "EX_APPWINDOW" on the Dialog.

    "I don't know with what weapons World War III will be fought... but World War IV will be fought with sticks and stones." - Albert Einstein

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. shell problem
    By ArXi in forum Linux Programming
    Replies: 2
    Last Post: 06-04-2009, 02:30 AM
  2. Binary Search Tree
    By penance in forum C Programming
    Replies: 4
    Last Post: 08-05-2005, 05:35 PM
  3. make Child Dialog not Popup?
    By Zeusbwr in forum Windows Programming
    Replies: 5
    Last Post: 04-08-2005, 02:42 PM
  4. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM
  5. dialog taskbar icon
    By Unregistered in forum Windows Programming
    Replies: 3
    Last Post: 04-27-2002, 04:31 PM