Click here to Skip to main content
15,910,277 members
Home / Discussions / C#
   

C#

 
General'System.ObjectDisposedException' Pin
dratti11-Jun-03 19:13
dratti11-Jun-03 19:13 
GeneralRe: 'System.ObjectDisposedException' Pin
shaunAustin11-Jun-03 21:49
shaunAustin11-Jun-03 21:49 
GeneralRe: 'System.ObjectDisposedException' Pin
CBoland12-Jun-03 6:49
CBoland12-Jun-03 6:49 
GeneralInputbox Pin
Nick Seng11-Jun-03 17:22
Nick Seng11-Jun-03 17:22 
GeneralRe: Inputbox Pin
Kannan Kalyanaraman11-Jun-03 18:53
Kannan Kalyanaraman11-Jun-03 18:53 
GeneralRe: Inputbox Pin
Nick Seng11-Jun-03 19:57
Nick Seng11-Jun-03 19:57 
QuestionAdd copyright symbol to Label or TextBox, anyone? Pin
Khang Nguyen11-Jun-03 12:54
Khang Nguyen11-Jun-03 12:54 
AnswerRe: Add copyright symbol to Label or TextBox, anyone? Pin
dynamic11-Jun-03 13:39
dynamic11-Jun-03 13:39 
private void button1_Click(object sender, System.EventArgs e)
{
string str="i'm some text " + Convert.ToChar(169);///169 is copyright symbol
MessageBox.Show(str);

string strString="now i'm text with registered " + Convert.ToChar(174);///174 is registered symbol
MessageBox.Show(strString);

}



just convert to char with the numbers and you will get the symbols , or paste them from character map .

switch(twinsOnWay)
{
case ("twins on the way"):
MessageBox.Show("for mr and mrs dynamic","twins on the way");
break;

GeneralRe: Add copyright symbol to Label or TextBox, anyone? Pin
Khang Nguyen12-Jun-03 5:02
Khang Nguyen12-Jun-03 5:02 
GeneralC# Excel COM Add-in Pin
Francis B.11-Jun-03 9:32
Francis B.11-Jun-03 9:32 
GeneralRe: C# Excel COM Add-in Pin
Kannan Kalyanaraman11-Jun-03 19:01
Kannan Kalyanaraman11-Jun-03 19:01 
GeneralWriting Faster Managed Code Pin
MtnBiknGuy11-Jun-03 8:36
MtnBiknGuy11-Jun-03 8:36 
GeneralRe: Writing Faster Managed Code Pin
Daniel Turini11-Jun-03 9:50
Daniel Turini11-Jun-03 9:50 
GeneralXML parsing solution for C# Pin
Anonymous11-Jun-03 6:49
Anonymous11-Jun-03 6:49 
GeneralRe: XML parsing solution for C# Pin
leppie11-Jun-03 7:00
leppie11-Jun-03 7:00 
GeneralRe: XML parsing solution for C# Pin
Daniel Turini11-Jun-03 7:43
Daniel Turini11-Jun-03 7:43 
GeneralRe: XML parsing solution for C# Pin
Nick Parker11-Jun-03 8:03
protectorNick Parker11-Jun-03 8:03 
GeneralRemoting !! Need Help !!!! Pin
Gaurika Wijeratne11-Jun-03 6:47
Gaurika Wijeratne11-Jun-03 6:47 
GeneralRe: Remoting !! Need Help !!!! Pin
leppie11-Jun-03 7:11
leppie11-Jun-03 7:11 
Generalmp3 Pin
kgoodrich11-Jun-03 5:45
kgoodrich11-Jun-03 5:45 
GeneralRe: mp3 Pin
shaunAustin11-Jun-03 5:57
shaunAustin11-Jun-03 5:57 
GeneralRe: mp3 Pin
kgoodrich11-Jun-03 6:17
kgoodrich11-Jun-03 6:17 
GeneralRe: mp3 Pin
shaunAustin11-Jun-03 7:56
shaunAustin11-Jun-03 7:56 
GeneralRe: mp3 Pin
J. Dunlap11-Jun-03 8:04
J. Dunlap11-Jun-03 8:04 
QuestionWhere's that article about Shell Toolbars? Pin
ThaRudeDude11-Jun-03 5:29
ThaRudeDude11-Jun-03 5:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.