Formating messages
-
Hi, I am looking trough the CodeProject but can't find and instructions on how to format messages in the forum. I am looking to how to highlight a class name for instance, and how to make a part of code appear in that yellow rectangle so it is properly formated. Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
Hi, I am looking trough the CodeProject but can't find and instructions on how to format messages in the forum. I am looking to how to highlight a class name for instance, and how to make a part of code appear in that yellow rectangle so it is properly formated. Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
Select the text you need to change i's style then click
code
orpre
from the buttons at the bottom.
-
Select the text you need to change i's style then click
code
orpre
from the buttons at the bottom.
-
I have no such buttons ... Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
You need to be using IE for the formatting buttons to appear. Otherwise, just enter the HTML tags yourself: <code>CWinApp</code> ->
CWinApp
--Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- There is a saying in statistics that a million monkeys pounding on typewriters would eventually create a work of Shakespeare. Thanks to the Internet, we now know that this is not true. -
You need to be using IE for the formatting buttons to appear. Otherwise, just enter the HTML tags yourself: <code>CWinApp</code> ->
CWinApp
--Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- There is a saying in statistics that a million monkeys pounding on typewriters would eventually create a work of Shakespeare. Thanks to the Internet, we now know that this is not true. -
Somethin
IDisposable
somethingif ( txtMessage.Text != "" )
{
btnFinish.Enabled = true;
btnNext.Enabled = true;
btnPreview.Enabled = true;
}Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!