|
-
August 2nd, 2005, 07:47 AM
#1
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
-
August 2nd, 2005, 08:35 AM
#2
Re: MessageBox
 Originally Posted by elektroman
but I want to know if there is something like old MessageBox() in Visual c++ or MsgBox in Vb.
No there is not.
Can you help me with my homework assignment?, Before you post!, Use code tags, How to post!, Codeguru technical FAQs, C++ FAQ Lite, Stroustrup: C++ Style and Technique FAQ, Guru of the Week, Comeau C and C++ FAQs, Comeau C++ Templates FAQs, CUJ @ DDJ, Spam threshold
My Blogs : Learning C++ is fun | Abnegator's reflections
Open Threads : C++ Aha! Moments | Nature of work in C++?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|