473,473 Members | 2,292 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

message box's

I'm creating a windows app and i have some message boxes included in it for
certain things.
In VB I have icons and titles on the message box, how can i do the same in
C#?
Nov 15 '05 #1
2 1035
MessageBox.Show("This is the message", "This is the title",
MessageBoxButtons.OK, MessageBoxIcon.Exclamation);

-vJ

"Mike" <cs*********@sbcglobal.net> wrote in message
news:uE**************@TK2MSFTNGP11.phx.gbl...
I'm creating a windows app and i have some message boxes included in it for certain things.
In VB I have icons and titles on the message box, how can i do the same in
C#?

Nov 15 '05 #2
http://www.knowdotnet.com/articles/a...dapicalls.html
"Mike" <cs*********@sbcglobal.net> wrote in message
news:uE**************@TK2MSFTNGP11.phx.gbl...
I'm creating a windows app and i have some message boxes included in it for certain things.
In VB I have icons and titles on the message box, how can i do the same in
C#?

Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: bev | last post by:
I have been developing a .net web application and have come across a road block within my expertise. .net is the first web language I have used. I have found that I need java script to do some...
4
by: meganrobertson22 | last post by:
Hello everyone- I have a combo box, and I want to know if it is possible to have some sort of Message Box pop-up if a certain value is selected in the combo box. For example, I have a combo...
2
by: Anil | last post by:
iam getting too many messages boxes when i include a message box in a KeyUP eventhanler function which in turn have validation if functio my code i when i press the ok button of the message box ,...
2
by: Mike Moore | last post by:
asp.net app - How do you get Java-side code to communicate with server-side code? I have tried numerous ways and examples, but have been unsuccessful. Therefore, unless I get real lucky and find...
2
by: Microsoft News | last post by:
What I have is a message box that pops up. It is another browser window. The code is a general function that you pass message, title and a key to. The box works great except, that if you are on a...
6
by: tshad | last post by:
I am trying to set up a Javascript popup box that has a way of sending back a message to asp.net on how to process some data. At the moment I am just doing: ...
10
by: ReidarT | last post by:
How do I get a message(box) on a webform like msgbox(text,typeof messagebox,Title) Heres my code from the vs-help. Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As...
2
by: jburkle | last post by:
The following is the onclick method called when the "Renew" button is clicked by the user in my Windows application: ..... Private Sub cmdRenew_Click(ByVal eventSender As System.Object, ByVal...
3
by: Shelly | last post by:
I want to do something like bringing up a message box in Java where after clicking OK the box disappears and processing continues. How do I do this in PHP? I want the processing after the...
6
by: Rudy | last post by:
Hello all! I'm working in vb/ado.net I want to to have a message box pop up based on a result of a update on a SQL table. How do I do that so it automaticly pops up after the update is...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.