thout BeginUpdate) 9.9s
Local log (with BeginUpdate) 2.9
Remote log (without) 43.0s
Remote log (with) 36.2
Not sure why it is is running slower, although I am withing a couple
seconds of your fastest time.
Walt Ritscher
-Original Message-
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On B
chine). After adding the calls
to BegingUpdate and EndUpdate the time dropped to 3.2 seconds.
Walt Ritscher
-Original Message-
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Sean Greer (SBI-Chico)
Sent: Friday, May 31, 2002 12:30 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Eve
I tested your code on our network.
Local Machine:
1458 Entries = 12.8 seconds
Remote Machine:
1970 Entries = 1 minute 48 seconds
Local machine running Windows .NET server (beta 3).
Remote machine running Windows 2000
Walt Ritscher
-Original Message-
From: dotnet discussion [mailto
textBox1.Text = "s\r\ns"; // works
Walt Ritscher
-Original Message-
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Patrick Burrows
Sent: Thursday, May 30, 2002 8:39 AM
To: [EMAIL PROTECTED]
Subject: [DOTNET] C# and Multiline TextBox
Got me a textbox set to
Hmmm. You might want to look at the String constructor methods.
In VB.Net
Dim myVar As New String("-"c, 65)
Dim otherVar As New String(CType("-", Char), 65)
Dim yetAnotherVar As New String(Convert.ToChar("-"), 65)
In C#
String myVar = new string(
ate a
variable declaration.
3. Add a declare that matches the name of your literal.
Protected Withevents Literal1 as Literal
4. You should be able to modify the properties of the literal control
now.
Me.Literal.Text = TimeOfDay
Walt Ritscher
-Original Message-
From: dotnet discussion [m
ject folder: If different from default
-Build and Run options
-Line numbers and Word wrap
Walt Ritscher
-Original Message-
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Chris Sells
Sent: Friday, April 26, 2002 5:16 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] VS.NET setting
---
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Walt Ritscher
Sent: Friday, April 19, 2002 2:26 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Generating XML Log Files
Perhaps he meant this site?
http://jakarta.apache.org/avalon/logkit/
Walt Ritscher
-Original Message--
Perhaps he meant this site?
http://jakarta.apache.org/avalon/logkit/
Walt Ritscher
-Original Message-
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Justin Harrell
Sent: Friday, April 19, 2002 1:52 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Generating XML Log Files
I've found that you can use the + instead of the & for concatenation in
your HTML. Then the VS IDE doesn't change it to &.
Walt Ritscher
-Original Message-
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Chris Anderson
Sent: Thursday, April 11, 2002
10 matches
Mail list logo