Click here to Skip to main content
15,909,835 members
Home / Discussions / C#
   

C#

 
AnswerRe: Passing variable Pin
Guffa7-Jul-06 10:59
Guffa7-Jul-06 10:59 
GeneralRe: Passing variable Pin
Chris McGlothen7-Jul-06 11:19
Chris McGlothen7-Jul-06 11:19 
QuestionSent SMTP message via Resent-To headers Pin
mube.co.uk7-Jul-06 7:39
mube.co.uk7-Jul-06 7:39 
QuestionNo update of ListBox after DataSourceChanged Pin
Csharper20067-Jul-06 7:14
Csharper20067-Jul-06 7:14 
AnswerI think it is a VS bug Pin
Ennis Ray Lynch, Jr.7-Jul-06 8:15
Ennis Ray Lynch, Jr.7-Jul-06 8:15 
GeneralRe: I think it is a VS bug Pin
Josh Smith7-Jul-06 8:27
Josh Smith7-Jul-06 8:27 
GeneralThat makes sense Pin
Ennis Ray Lynch, Jr.7-Jul-06 8:35
Ennis Ray Lynch, Jr.7-Jul-06 8:35 
QuestionText Won't Show in MessageBox Pin
MartyExodus7-Jul-06 5:46
MartyExodus7-Jul-06 5:46 
I'm trying to write a program (C# .NET 2003) for use in my school, and so far it works pretty good.

The biggest problem I am having is that when I call MessageBox.Show(), no text shows up anywhere in the textbox, ncluding the title and OK button. This didn't use to occur, and then only on some computers, and now on every computer it is used on (including the design computer)

My computers have all of the Microsoft Updates, so I figured uninstalling .NET Framework 2.0 might help, but it was no good.

Here's my code if that helps:

MessageBox.Show(this, "MyStorage (C) 2006 IT Academy", "About MyStorage", System.Windows.Forms.MessageBoxButtons.OK);

MessageBox.Show("This should show something");

Neither of those work. The message box shows, and is perfectly functional, there is just no text.

If anyone can help, I would greatly appreciate it. I have to have this project finished by the end of this month, and this is my only real issue.

Thanks a lot

using System.People;

Person me = new Person();

me.Certifications = null;
me.Experience = little;
me.WantsToLearn = true;
me.InSchool = true;

me.AskQuestions("C# .NET 2003");
AnswerRe: Text Won't Show in MessageBox Pin
Jun Du7-Jul-06 6:17
Jun Du7-Jul-06 6:17 
GeneralRe: Text Won't Show in MessageBox Pin
MartyExodus7-Jul-06 6:30
MartyExodus7-Jul-06 6:30 
JokeRe: Text Won't Show in MessageBox Pin
BoneSoft7-Jul-06 7:27
BoneSoft7-Jul-06 7:27 
AnswerRe: Text Won't Show in MessageBox Pin
Josh Smith7-Jul-06 8:29
Josh Smith7-Jul-06 8:29 
GeneralRe: Text Won't Show in MessageBox [modified] Pin
MartyExodus7-Jul-06 9:14
MartyExodus7-Jul-06 9:14 
GeneralRe: Text Won't Show in MessageBox Pin
Rogenator7-Jul-06 9:25
Rogenator7-Jul-06 9:25 
GeneralRe: Text Won't Show in MessageBox Pin
MartyExodus7-Jul-06 10:05
MartyExodus7-Jul-06 10:05 
GeneralRe: Text Won't Show in MessageBox [modified] Pin
Rogenator7-Jul-06 11:15
Rogenator7-Jul-06 11:15 
AnswerRe: Text Won't Show in MessageBox Pin
cje7-Jul-06 11:51
cje7-Jul-06 11:51 
GeneralRe: Text Won't Show in MessageBox Pin
MartyExodus11-Jul-06 9:24
MartyExodus11-Jul-06 9:24 
GeneralRe: Text Won't Show in MessageBox Pin
Dustin Metzgar11-Jul-06 9:50
Dustin Metzgar11-Jul-06 9:50 
QuestionDrawing on Map Pin
Sandy Saroha7-Jul-06 4:51
Sandy Saroha7-Jul-06 4:51 
AnswerRe: Drawing on Map Pin
Jun Du7-Jul-06 5:17
Jun Du7-Jul-06 5:17 
AnswerRe: Drawing on Map [modified] Pin
Shaun Wilde7-Jul-06 5:19
Shaun Wilde7-Jul-06 5:19 
QuestionUsing C# .NET 2 and Generic ReadOnly Collections Pin
satvinder12345677-Jul-06 4:30
satvinder12345677-Jul-06 4:30 
AnswerRe: Using C# .NET 2 and Generic ReadOnly Collections Pin
Not Active7-Jul-06 4:51
mentorNot Active7-Jul-06 4:51 
AnswerRe: Using C# .NET 2 and Generic ReadOnly Collections Pin
Josh Smith7-Jul-06 4:52
Josh Smith7-Jul-06 4:52 

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.