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 >>
|