Re: [DOTNET] Last! (NOT)

2002-07-01 Thread Ted Neward
Sad. Just sad. To think, all this energy and effort, just to get the LAST post in. Tsk, tsk, tsk. (Hee hee, I got the last post in!) Ted Neward {.NET || Java} Course Author & Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/tneward http://www.clrgeeks.com/tne

Re: [DOTNET] Winform DataGrid Book?

2002-06-16 Thread Ted Faison
nts, see: http://www.faisoncomputing.com/books/CbdWithCSharpTOC.htm Chapter 11 is the one you're interested in. --Ted You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

[DOTNET] WAY OT: Humorous Don Box story...

2002-06-12 Thread Ted
http://www.xent.com/FoRK-archive/summer96/0398.html You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] OT: spaces in subject line

2002-06-12 Thread Ted
I get the spaces through the subject line randomly as well. I hate it when "new" conversations are started because of it. sigh. On Wed, 12 Jun 2002 15:07:18 -0400, Blain Timberlake <[EMAIL PROTECTED]> wrote: >I get the spaces pretty randomly on my side as well. > >I have outlook sorting by "c

Re: [DOTNET] invoke method with enum argument using underlying type?

2002-06-10 Thread Ted Neward
Why aren't you using the instance of the enumerated type instead of the underlying system type? Ted Neward {.NET || Java} Course Author & Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/tneward http://www.clrgeeks.com/tneward - Original Message - Fr

Re: [DOTNET] UI for Windows service

2002-06-09 Thread Ted Faison
ntext menu appears, with options for controlling the service. --Ted Faison (author of book) You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] Need a good real-world C# Exceptions Resource or Stategy for Library

2002-05-29 Thread Ted Neward
"checked" vs "unchecked" exception), but some of the core concepts can still be leveraged. Ted Neward {.NET || Java} Course Author & Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/tneward http://www.clrgeeks.com/tneward - Original Message

Re: [DOTNET] Displaying info on loading forms

2002-05-25 Thread Ted Faison
nd a description of it at: http://www.faisoncomputing.com/books/CbdWithCSharpTOC.htm Among other things, the book shows how to update a progress bar in a splash window during app loading. --Ted Faison ** On Fri, 24 May 2002 11:51:16 +0100, Simon Robinson <[EM

Re: [DOTNET] How to : WinForms Recently Used File List ? Check this book out.

2002-05-24 Thread Ted Faison
/0764549146/qid=1020705470/sr=8- 1/ref=sr_8_67_1/102-8883863-7950540 For a detailed description of table contents, check: http://www.faisoncomputing.com/books/CbdWithCSharpTOC.htm --Ted You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMento

Re: [DOTNET] How to : WinForms Recently Used File List ? - Check this book out

2002-05-18 Thread Ted Faison
d, you can find the book at: http://www.amazon.com/exec/obidos/ASIN/0764549146/qid=1020705470/sr=8- 1/ref=sr_8_67_1/102-8883863-7950540 --Ted You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

[DOTNET] Easy TreeView ADD Method Question

2002-05-17 Thread Ted Osberg
Hello All, I am having problems adding a node were I want to. I made a routine which is passed a node (a node you want to add) and a parent node to specify what to add it under. This seems straightforward, but doesn't work in cases where you are trying to add a child node to a node that has no

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

2002-05-16 Thread Ted Neward
Hey, man, kudos to you for not thinking it was the language that was broken :-) "'Tis the poor workman who blames his tools." Ted Neward {.NET || Java} Course Author & Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/tneward http://www.c

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

2002-05-16 Thread Ted Neward
e results, drop it into a simple one-page sample app and post it. Ted Neward {.NET || Java} Course Author & Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/tneward http://www.clrgeeks.com/tneward - Original Message - From: "Wareham, Matt" <[EMAI

Re: [DOTNET] Obscure .NET Deserialization bug

2002-05-15 Thread Ted Neward
How on earth did you find this? I'd love to see the test case. Ted Neward {.NET || Java} Course Author & Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/tneward http://www.clrgeeks.com/tneward - Original Message - From: "Brent E. Rector"

Re: [DOTNET] WinForms deployment

2002-05-15 Thread Ted Neward
In particular, look for posts by Chris Sells containing the text "Wahoo". He did an example for an MSDN article. Ted Neward {.NET || Java} Course Author & Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/tneward http://www.clrgeeks.com/tneward - Or

Re: [DOTNET] Attacked again (---

2002-05-13 Thread Ted Neward
Be careful with that DF comment--Chris is already diving into Rotor to figure out how to do it *sigh* It's so tragic when an intervention goes wrong.... Ted Neward {.NET || Java} Course Author & Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/tne

[DOTNET] New online examples of WebBrowser customizing

2002-05-13 Thread Ted Faison
r of other interfaces to achieve complete control over WebBrowser. The samples can be found at: http://www.faisoncomputing.com/samples/programming_samples.htm In the near future I plan to post equivalent examples in VB.NET. --Ted Faison You can read messages from the DOTNET archive, unsubscribe from

Re: [DOTNET] Deployment of a windows service

2002-05-13 Thread Ted Faison
l Programs, which display an icon on the Service Tray and let you interactively configure service parameters. If you're interested, you can find the book at: http://www.amazon.com/exec/obidos/ASIN/0764549146/qid=1020705470/sr=8- 1/ref=sr_8_67_1/102-8883863-7950540 --Ted Faison You can read me

Re: [DOTNET] BUG:

2002-05-06 Thread Ted Neward
That %20 and + are equivalent (and therefore should be equally supported) in URL encoding? :-) Ted Neward {.NET || Java} Course Author & Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/tneward http://www.clrgeeks.com/tneward - Original Message - From: &

Re: [DOTNET] Disabling Refresh with the WebBrowser Ax Control

2002-05-06 Thread Ted Faison
ShowUI and other useful Ole interfaces for MsHtml customizing. If you're interested, you can find the book at: http://www.amazon.com/exec/obidos/ASIN/0764549146/qid=1020705470/sr=8- 1/ref=sr_8_67_1/102-8883863-7950540 --Ted You can read messages from the DOTNET archive, unsubscribe from DOTNE

Re: [DOTNET] AxHost and IDocHostUIHandler: Check this new book out

2002-05-03 Thread Ted Faison
ments IDocHostUIHandler and other interfaces. If so, it stores references to then and calls them at a later time. Note that none of this has anything to do with inplace activation, menu merging, or other OLE2 features. Also, it might be worth adding that the code works! :-) --Ted You can read messages

Re: [DOTNET] Hosting the browser in a WinForms application

2002-05-02 Thread Ted Faison
bidos/ASIN/0764549146/qid=1020360412/sr=8- 1/ref=sr_8_1_1/104-7524942-0873504 --Ted You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] Sockets on one machine?

2002-05-01 Thread Ted Faison
To answer your question: only one NIC needed when the sender and receiver are on the same computer. The sender uses one socket, the receiver another. --Ted You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http

Re: [DOTNET] Sockets on one machine?

2002-05-01 Thread Ted Faison
Yes. Each connection used its own tcp socket. When you open a tcp connection for a given IP address and port, a "socket" is created. Any traffic on this socket is private to the socket (other sockets opened on the same address and port will not see it). --Ted You can read message

Re: [DOTNET] AxHost and IDocHostUIHandler: Check this new book out

2002-04-30 Thread Ted Faison
f the following Ole interfaces: IOleClientSite, IOleObject, IDocHostUIHandler, IDocHostShowUI and ICustomDoc. --Ted On Mon, 29 Apr 2002 22:26:02 +0100, David Anthoff <[EMAIL PROTECTED]> wrote: >Oh, one more question: Would your approach still allow me to use >AxHost's default implementa

Re: [DOTNET] AxHost and IDocHostUIHandler: Check this new book out

2002-04-30 Thread Ted Faison
In the book, the WebBrowser host (a Windows Form) implements IOleClientSite, allowing MsHtml to callback into the IDocHostUIHandler methods automatically. The code shows the complete implementation of IOleClientSite, IOleObject and other important interfaces. --Ted On Mon, 29 Apr 2002 22:26:02

Re: [DOTNET] AxHost and IDocHostUIHandler: Check this new book out

2002-04-30 Thread Ted Faison
It's the same book, just an early version of the cover. --Ted You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] AxHost and IDocHostUIHandler: Check this new book out

2002-04-29 Thread Ted Faison
David, The book shows how to make a Windows Form act as an OleClientSite, allowing all the various customization interfaces (such as IDocHostUIHandler, IDocHostShowUI and others) to be handled. --Ted On Sun, 28 Apr 2002 11:48:13 +0100, David Anthoff <[EMAIL PROTECTED]> wrote: >Th

Re: [DOTNET] AxHost and IDocHostUIHandler: Check this new book out

2002-04-27 Thread Ted Faison
and other interfaces to a host form to fully customize the WebBrowser control. --Ted Faison You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

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

2002-04-19 Thread Ted Dubroff
This book might be what you are looking for: http://www.amazon.com/exec/obidos/ASIN/0782129943/qid=1019230392/sr=1-5/ref= sr_1_5/102-3495091-7043348 - Original Message - From: "Marshall Harrison" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 10:46 AM Subject: [

Re: [DOTNET] Partition II Metadata Spec question

2002-04-12 Thread Ted Neward
Ah--I get it now. Thanks. Ted Neward {.NET || Java} Course Author & Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/tneward http://www.clrgeeks.com/tneward - Original Message - From: "Brent E. Rector" <[EMAIL PROTECTED]> To: <[EMAIL P

Re: [DOTNET] Partition II Metadata Spec question

2002-04-12 Thread Ted Neward
understand your question correctly, this isn't an invalid TypeRef at all. Ted Neward {.NET || Java} Course Author & Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/tneward http://www.clrgeeks.com/tneward - Original Message - From: "Brent E. Rector&quo