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

Thread: MessageBox

  1. #1
    Join Date
    Oct 2003
    Posts
    72

    Talking MessageBox

    I'm learning c# in web forms in these days

    I want to display a MessageBox

    I have tried this and It works

    RegisterStartupScript("My message"<script language=javascript>alert('Hello World');</script>");

    but I want to know if there is something like old MessageBox() in Visual c++ or MsgBox in Vb

    Can You help me?

    thanks in advance

  2. #2
    Join Date
    Feb 2005
    Location
    "The Capital"
    Posts
    5,306

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