Results 1 to 5 of 5

Thread: owner drawn items

  1. #1

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729

    owner drawn items

    well..i was thinkin about making a statusbar that when i clicked in one of the tabs it was like a combobox...i though maybe as status bar panels are owner drawn i could do this by someway puting in some way the combobox in the place of the status bar i could do this but it seems like the statusbar has a "always on top"...how do i do this then? or is it too hard?
    \m/\m/

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Instead of trying to make a new statusbar, try making a new statusbar panel. Or is that what you are doing?

    I don't know about sticking a combobox over top of it but the panels can be ownerdrawn. You could probably make a ComboPanel.

  3. #3

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    lol the status panel's event's must be done though the statusbar itself
    \m/\m/

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Well I guess it doesn't really matter, but you can reach the events from the panel too. There is an Events collection that holds the delegates to the events of the statusbar or even easier is just referencing the panel's parent property to get the events of the statusbar. But it doesn't really matter, the panel the bar its all the same.

  5. #5

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    isn't a way of using gdi+ drawing the combo box there?


    err...this sounded stupid..but it's just a question :P
    \m/\m/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width