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

MI5 Persecution: Stand up for Free Speech 14/8/95 (2205)
Posted by MI5Victim NO[at]SPAM mi5.gov.uk at 2/27/2007 5:39:35 PM
From: rji@cheetah.inmos.co.uk (Richard Ingram) Newsgroups: uk.misc Date: Mon Aug 14 10:08:32 1995 Some cencorship loving bore wrote : > In article <GEVANS.95Aug14094119@mvagusta.uk.tele.nokia.fi> gevans@mvagusta.uk.tele.nokia.fi (Gareth Evans) writes: > > His sysadmin is also next to use...more >>


MailMessage - how do I include an image
Posted by David Thielen at 2/19/2007 10:39:37 PM
Hi; If I want to have an image in my html mail - how do I set that up? I don't want it as an attachment, I want it as a <img ...> in the html message. -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com Cubicle Wars - http://www.windwardreports.com/film.htm ...more >>

does anyone see what is wrong with my .gif download logic? no matter what image url i try it downloads a junk file that can't be opened in any paint p
Posted by dr at 2/18/2007 10:23:22 PM
does anyone see what is wrong with my .gif download logic? no matter what image url i try it downloads a junk file that can't be opened in any paint program. System.Net.WebRequest myRequest = System.Net.WebRequest.Create(url); System.Net.WebResponse myResponse = myRequest.GetResponse(); S...more >>

how to get the System.Drawing.Point of FormStartPosition, e.g. if i want to recenter the form on the screen at some point other then startup.
Posted by dr at 2/17/2007 9:24:43 PM
how to get the System.Drawing.Point of FormStartPosition, e.g. if i want to recenter the form on the screen at some point other then startup. ...more >>

signcode & vista
Posted by David Thielen at 2/14/2007 8:57:05 PM
Hi; I strongname all of my .NET DLLs and .EXEs. I signcode all DLLs, EXEs, and my MSI - even the non .NET ones. When installing on Windows XP it all works as expected. But on Vista I think it wants more. I get prompted during setup on my bootstrapper.exe program: Ins7A3A.tmp Windward Stu...more >>

MailMessage.AlternateViews.Add() - 2 problems
Posted by David Thielen at 2/10/2007 4:38:00 PM
Hi; First problem - this works: // MemoryStream html ... is created and is 11004 bytes long, buffer is 16K string htmlMsg = enc.GetString((html.GetReport()).GetBuffer(), 0, (int)html.GetReport().Length); htmlMsg = htmlMsg.Substring(3); MailMessage mail = new MailMessage(from, to, subject, t...more >>



DevelopmentNow Blog