Re: [DOTNET] Winform DataGrid Book?

2002-06-16 Thread Ted Faison
My book "Component-Based Development with Visual C#", released in April, has an entire chapter devoted to database front-ends. The chapter is over 100 pages long and shows a variety of ways to use the Windows Forms DataGrid. For a review of the book's table of contents, see: http://www.faisoncomp

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] 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
For help on managing MRU lists, check out the new book: "Component-Based Development with Visual C#" The book shows how to handle MRUs using 2 techniques: - Shell shortcuts - the Registry If you're interested, you can find the book at: http://www.amazon.com/exec/obidos/ASIN/0764549146/qid=102

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

2002-05-18 Thread Ted Faison
Tómas, Take a look at the new book "Component-based Development with Visual C#". It has a chapter that discusses the creation of Most Recently Used file lists. It shows how to store this list in two different ways: - Using the registry - Using file shortcuts If you're interested, you can find

[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] Disabling Refresh with the WebBrowser Ax Control

2002-05-06 Thread Ted Faison
You might want to check out the new book "Component-based Development with Visual C#". It has a chapter dealing with WebBrowser and MsHtml customization. It shows how to implement IOleClientSite and IDocHostUIHandler interfaces in a Windows Form. It also shows how to support IDocHostShowUI and oth

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

2002-05-03 Thread Ted Faison
David, All those interfaces you found in AxHost are for the general purpose of hosting OCX controls. Keep in mind the the ocx control hosted inside is WebBrowser, which in turn is the host of MsHtml. MsHtml was designed specifically to allow a component hosting WebBrowser to customize MsHtml by s

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

2002-05-02 Thread Ted Faison
For full information on reusing and customizing the WebBrowser in a C# Windows Form, you might want to check out the new book "Component-based Development with Visual C#". It has an entire chapter devoted to WebBrowser reuse. You can find the book at http://www.amazon.com/exec/obidos/ASIN/0764549

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://discuss.develop.

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 messages from the DOTNE

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

2002-04-30 Thread Ted Faison
good old >COM aggregation... Or are I am mistaken here? > >Thanks a lot for your help! >David > >> -Original Message- >> From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf >Of >> Ted Faison >> Sent: Monday, April 29, 2002 9:17 PM >>

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

2002-04-30 Thread Ted Faison
age- >> From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf >Of >> Ted Faison >> Sent: Monday, April 29, 2002 9:17 PM >> To: [EMAIL PROTECTED] >> Subject: Re: [DOTNET] AxHost and IDocHostUIHandler: Check this new >book >> out >>

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
> >> -Original Message- >> From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf >Of >> Ted Faison >> Sent: Saturday, April 27, 2002 11:22 PM >> To: [EMAIL PROTECTED] >> Subject: Re: [DOTNET] AxHost and IDocHostUIHandler: Check this new >book >

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.