CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Help for the Messagebox

    How can I create a dialog box on a applet when a button is pressed? I am using awt.

    Thank you in advanced!


  2. #2
    Join Date
    Jan 2000
    Location
    CA, USA
    Posts
    305

    Re: Help for the Messagebox

    I think you can use the Dialog class in awt
    or extend your class from Dialog if you want
    to have more functionality.

    Kannan



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

Featured