Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet sdk > may 2007

HTML in word using .NET
Posted by Supriya at 5/24/2007 12:00:00 AM
Hi All, I have HTML code(not file). How can I view the data in the wod document programatically. For example HTML code: <html ><head></head><body>Sample HTML data</body></html> Data should appear in the cell is "Sample HTML data" Is there any class or Interface in the library to handl...more >>

Using TransferData
Posted by Mike Baker at 5/17/2007 3:59:00 PM
Hi, I've been trying to get a SQL Server database copied within the same server instance for several days. SMO.Transfer is the closest thing I can find right now but the TransferData method is failing. I've been chasing down errors in the database and correcting them as I go but currently i...more >>

NetworkStream.Read return 0 bytes when timeout is INFINITE
Posted by Jeevaka at 5/15/2007 11:58:03 AM
I have code similar to below: myTcpClient.GetStream().ReadTimeout = Timeout.Infinite; int readLength = myTcpClient.GetStream().Read(buffer, 0, expectedLength); where myTcpClient is a TcpClient instance that is connected to a server. I expect this to either return a number > 0 or throw an ex...more >>

FontFamily - is symbol/special?
Posted by David Thielen at 5/12/2007 12:27:00 PM
Hi; Is there a way to determine if a FontFamily (or Font) will display text as text? I want to do a combo dropdown showing font choices where each name is written in that font. But for symbol, wingdings, etc I need to write it in Arial because they do not have abc... -- thanks - dave ...more >>

while (srvf.Status != ServiceControllerStatus.Running) {
Posted by AlexS at 5/7/2007 10:30:30 AM
I am checking if MSSQL Express is running on local machine using this code. It appears sometimes, when service is just started .Status property is Running but server can't yet accept connections. Attempt to connect causes server error - usually "can't logon to the server". And I get "Send err...more >>

Digital Persona SDK (Finger Print Reader)
Posted by Mike Morris at 5/7/2007 9:01:01 AM
Hi there, We have The Platinum SDK for the digital Persona Finger print readers, We would like to be able to use the Microsoft Finger Print reader; (it is much more cost efective) we are unable to get the Scanner to run with the Digital persona SDK. it Lights up but does not tie in. I have...more >>



DevelopmentNow Blog