Inheriting from CommonDialog

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael C#

    #1

    Inheriting from CommonDialog

    Anyone know of a good resource that details how to inherit from
    CommonDialog?

    Thanks.


  • Ken Tucker [MVP]

    #2
    Re: Inheriting from CommonDialog

    Hi,

    Maybe this will help.
    http://msdn.microsoft.com/library/de...bledialogs.asp

    Ken
    --------------------------
    "Michael C#" <howsa@boutdat. com> wrote in message
    news:uHyGA1OcFH A.3712@TK2MSFTN GP09.phx.gbl...
    Anyone know of a good resource that details how to inherit from
    CommonDialog?

    Thanks.



    Comment

    • Michael C#

      #3
      Re: Inheriting from CommonDialog

      Thanks for the link - I saw it earlier when I was searching. It's not
      exactly what I want to do though - I actually want to create a new Common
      Dialog. I think what I'll end up having to do is create the WinForm and
      then create a Component 'wrapper' to instantiate an instance of it with a
      ShowDialog() method. Unless there's another way... I was hoping Inheriting
      from the CommonDialog class would give me that functionality without having
      to rebuild it from scratch.

      "Ken Tucker [MVP]" <vb2ae@bellsout h.net> wrote in message
      news:%23H0UBwTc FHA.2688@TK2MSF TNGP14.phx.gbl. ..[color=blue]
      > Hi,
      >
      > Maybe this will help.
      > http://msdn.microsoft.com/library/de...bledialogs.asp
      >
      > Ken
      > --------------------------
      > "Michael C#" <howsa@boutdat. com> wrote in message
      > news:uHyGA1OcFH A.3712@TK2MSFTN GP09.phx.gbl...
      > Anyone know of a good resource that details how to inherit from
      > CommonDialog?
      >
      > Thanks.
      >
      >
      >[/color]


      Comment

      • Michael C#

        #4
        Re: Inheriting from CommonDialog

        That brings up one more question - what the heck is the point of the
        CommonDialog?

        "Ken Tucker [MVP]" <vb2ae@bellsout h.net> wrote in message
        news:%23H0UBwTc FHA.2688@TK2MSF TNGP14.phx.gbl. ..[color=blue]
        > Hi,
        >
        > Maybe this will help.
        > http://msdn.microsoft.com/library/de...bledialogs.asp
        >
        > Ken
        > --------------------------
        > "Michael C#" <howsa@boutdat. com> wrote in message
        > news:uHyGA1OcFH A.3712@TK2MSFTN GP09.phx.gbl...
        > Anyone know of a good resource that details how to inherit from
        > CommonDialog?
        >
        > Thanks.
        >
        >
        >[/color]


        Comment

        Working...