Click here to Skip to main content
15,911,315 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to read system time? Pin
J4amieC23-Mar-05 2:35
J4amieC23-Mar-05 2:35 
GeneralRe: How to read system time? Pin
Kiran Satish23-Mar-05 9:44
Kiran Satish23-Mar-05 9:44 
GeneralBitmaps Pin
Beringer22-Mar-05 18:01
Beringer22-Mar-05 18:01 
GeneralRe: Bitmaps Pin
leppie22-Mar-05 23:24
leppie22-Mar-05 23:24 
GeneralRe: Bitmaps Pin
Judah Gabriel Himango23-Mar-05 6:05
sponsorJudah Gabriel Himango23-Mar-05 6:05 
GeneralStrange "MessageBox" Behavior Pin
Jethro6322-Mar-05 15:19
Jethro6322-Mar-05 15:19 
GeneralRe: Strange "MessageBox" Behavior Pin
Nick Parker22-Mar-05 16:38
protectorNick Parker22-Mar-05 16:38 
GeneralRe: Strange "MessageBox" Behavior Pin
Jethro6323-Mar-05 2:25
Jethro6323-Mar-05 2:25 
Hi Nick:

Sorry, that was a typo. It IS C# I am talking about and the book is "Professional C#, 2nd Edition."

I have worked through examples where I launch the MessageBox from a push-button handler, from event handlers and event from simple console applications, similar to what you have done above but in C# of course. I get the same result.

In fact, here's a console program that I used:

using System;

namespace Learn.CSharp.MessageBoxTest<br />
{<br />
class	MainEntryPoint<br />
{<br />
	public static void Main()<br />
	{<br />
	MessageBox.Show( "Console App", "Hello there!", MessageBoxButtons.OK );<br />
	}<br />
}<br />
}


Any ideas?
Thanks,
Mark
GeneralRe: Strange &quot;MessageBox&quot; Behavior Pin
Nick Parker23-Mar-05 5:08
protectorNick Parker23-Mar-05 5:08 
GeneralRe: Strange &quot;MessageBox&quot; Behavior Pin
Jethro6324-Mar-05 2:59
Jethro6324-Mar-05 2:59 
GeneralRe: Strange &quot;MessageBox&quot; Behavior Pin
Jethro637-Apr-05 2:04
Jethro637-Apr-05 2:04 
GeneralBarcode Generator Pin
sardonicus22-Mar-05 13:28
sardonicus22-Mar-05 13:28 
GeneralRe: Barcode Generator Pin
Nick Parker22-Mar-05 16:40
protectorNick Parker22-Mar-05 16:40 
GeneralExtensibility project in c# .NET for Word2003 Pin
frenchyyy22-Mar-05 11:41
frenchyyy22-Mar-05 11:41 
GeneralRe: Extensibility project in c# .NET for Word2003 Pin
Nick Parker22-Mar-05 16:41
protectorNick Parker22-Mar-05 16:41 
GeneralRe: Extensibility project in c# .NET for Word2003 Pin
frenchyyy23-Mar-05 0:47
frenchyyy23-Mar-05 0:47 
GeneralVideo Capture Pin
Cochiz22-Mar-05 8:34
Cochiz22-Mar-05 8:34 
GeneralRe: Video Capture Pin
Andrew Kirillov22-Mar-05 9:22
Andrew Kirillov22-Mar-05 9:22 
GeneralAbout connection string.. Pin
Tugbay Sahin22-Mar-05 7:57
Tugbay Sahin22-Mar-05 7:57 
GeneralRe: About connection string.. Pin
Joshua Lunsford22-Mar-05 11:49
Joshua Lunsford22-Mar-05 11:49 
GeneralRe: About connection string.. Pin
DavidNohejl22-Mar-05 12:11
DavidNohejl22-Mar-05 12:11 
GeneralRe: About connection string.. Pin
Tugbay Sahin22-Mar-05 13:14
Tugbay Sahin22-Mar-05 13:14 
GeneralRe: About connection string.. Pin
Nick Parker22-Mar-05 16:45
protectorNick Parker22-Mar-05 16:45 
GeneralRe: About connection string.. Pin
Chris Austin22-Mar-05 16:56
Chris Austin22-Mar-05 16:56 
GeneralRe: About connection string.. Pin
Nick Parker22-Mar-05 17:32
protectorNick Parker22-Mar-05 17:32 

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.