Group: Forum Members
Posts: 785,
Visits: 3.6K
|
I have a formatting issue. If I use the following in my code:
waitWindow1.Message = String.Format("Please stand by while the calculations and the data are generated{0}for the date range {1:d} through {2:d}.{3}{4}This may take several minutes depending on the date range entered.",
Environment.NewLine,
deBegDate.DateTime,
deEndDate.DateTime,
Environment.NewLine,
Environment.NewLine);
...I get the attached Waitwindow. I was not expecting the line segment in the middle. Any thought?
Thanks!
Bill
|