Advertisement

07.17.2008 at 02:47PM PDT, ID: 23575068
[x]
Attachment Details

Cannot display message on screen.

Asked by mathieu_cupryk in C# Programming Language, .NET, Microsoft Visual C#.Net

I cannot see the Load Started msg. I can see the Load Completed.
how can i display this.


// Check if files exist
                if (File.Exists(InputFileName.Text))
                {
                    lblMsg.Text = "Load Started.";
                    System.IO.FileInfo filepath = new System.IO.FileInfo(InputFileName.Text);
                    clsGlobal.Global.Path = filepath.DirectoryName;
                    ProcessSpreadSheet();
                   
                    btnGenerate.Enabled = true;
                    grpboxGenerateOttawaFile.Enabled = true;
                    btnLoad.Enabled = true;
                }
                else
                {
                    lblMsg.Text = "File does not exist. Please select a spreadsheet file.";
                    return;
                }
                lblMsg.Text = "Load Completed.";Start Free Trial
[+][-]07.17.2008 at 02:56PM PDT, ID: 22030810

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: C# Programming Language, .NET, Microsoft Visual C#.Net
Sign Up Now!
Solution Provided By: FernandoSoto
Participating Experts: 3
Solution Grade: A
 
 
[+][-]07.17.2008 at 02:57PM PDT, ID: 22030819

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.17.2008 at 03:01PM PDT, ID: 22030847

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628