Re: [DOTNET] C# Nesting an If/Else inside of an If/Else???

2002-05-16 Thread Jeff Key
Matt, Running the test results in "Yabba Dabba Doo." over here. What are you expecting? -jk -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Wareham, Matt Sent: Thursday, May 16, 2002 4:22 PM To: [EMAIL PROTECTED] Subject: [DOTNET] C# Nesting an If/Els

Re: [DOTNET] Usercontrol Encapsulation Member Hiding Question

2002-05-11 Thread Jeff Key
Jeff, How do you expect the framework to draw your control if it can't get to the controls it's comprised of? I think that sums it up in a nutshell. If you're creating a composite control, the framework (and everyone else, for that matter) needs access to the Controls collection so it can tell

Re: [DOTNET] [beginner] api-docs?

2002-04-27 Thread Jeff Key
Michael, Sounds like you're using an old book. There were some changes between the betas and release candidates -- you'll probably want to find one that's more recent. -jk -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Michael Weller Sent: Saturday,

Re: [DOTNET] why IE 5.01

2002-04-27 Thread Jeff Key
http://www.microsoft.com/windows/ie/downloads/archive/default.asp It's not hard to find. Go to the IE page, click "Downloads", then "5.x Versions". -jk -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Reggie Burnett Sent: Saturday, April 27, 2002 10:18

Re: [DOTNET] Can someone recommend an ADO.NET book

2002-04-19 Thread Jeff Key
Yes, a few years ago. -jk -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Marshall Harrison Sent: Friday, April 19, 2002 11:36 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Can someone recommend an ADO.NET book I've gone a little sour on WROX books l

Re: [DOTNET] Goofy Question: What are "///" called?

2002-04-13 Thread Jeff Key
Ross, Check out NDoc at http://ndoc.sourceforge.net -- it will do it for you, or even put it into JavaDoc format if you'd like! It's a fantastic, very easy to use program that documents your entire public interface; those that have comments and those that don't. Enjoy! -jk -Original Messa