Re: [DOTNET] Eventlog Viewer

2002-05-31 Thread Walt Ritscher
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

Re: [DOTNET] Eventlog Viewer

2002-05-31 Thread Walt Ritscher
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

Re: [DOTNET] Eventlog Viewer

2002-05-31 Thread Walt Ritscher
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

Re: [DOTNET] C# and Multiline TextBox

2002-05-30 Thread Walt Ritscher
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

Re: [DOTNET] C# Equivs of VB Functions

2002-05-30 Thread Walt Ritscher
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(

Re: [DOTNET] Stop VS.NET mucking with my HTML

2002-05-15 Thread Walt Ritscher
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

Re: [DOTNET] VS.NET settings worth keeping?

2002-04-26 Thread Walt Ritscher
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

Re: [DOTNET] Generating XML Log Files

2002-04-19 Thread Walt Ritscher
--- 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--

Re: [DOTNET] Generating XML Log Files

2002-04-19 Thread Walt Ritscher
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

Re: [DOTNET] and databinding funkiness

2002-04-11 Thread Walt Ritscher
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