Message Box That Expires?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Blitz Krieg

    Message Box That Expires?

    Anyone have an example of a message box that expires, maybe a
    background thread that when times about, triggers that default button?

  • Alex Korchemniy

    #2
    RE: Message Box That Expires?

    IMHO It would be much cleaner to implement your own message box with a timer
    than to mess with the native implementation and come up with a work around
    hack

    Alex Korchemniy

    "Blitz Krieg" wrote:
    [color=blue]
    > Anyone have an example of a message box that expires, maybe a
    > background thread that when times about, triggers that default button?
    >
    >[/color]

    Comment

    • Cor Ligthert

      #3
      Re: Message Box That Expires?

      Blitz,

      In addition to Alex

      A messagebox that expires is just a form with everything disabled as control
      box etc. and that is showed with showdialog and than as Alex told, closes
      with me.close depending on a forms.timer

      I hope this helps?

      Cor


      Comment

      • Shiva

        #4
        Re: Message Box That Expires?

        You might want to check this one:


        "Blitz Krieg" <Schorschi@DSLE xtreme.COM> wrote in message
        news:1104640400 .968069.316730@ z14g2000cwz.goo glegroups.com.. .
        Anyone have an example of a message box that expires, maybe a
        background thread that when times about, triggers that default button?


        Comment

        Working...