pontoNETpt
A comunidade PontoNetPT está direccionada a todos os programadores que trabalhem com a plataforma .NET.
Entrar
|
Inscrever
|
Ajuda
Home
Blogs
Media
Forums
Wikis
Groups
Agosto 2005 - Raul Ribeiro
Raul Ribeiro
Início
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Retracting a WSS 3.0 Solution
Deleting Page Layouts on Microsoft Office SharePoint Server WCM
Text to ASCII Utility and JavaScript ASCII Converter
Windows SharePoint Services 3.0 SDK April 2007 Revision
Less as a competitive advantage
Tags
.Net
.Net 2.0
Asp.Net
entrepreneurship
Geral
MOSS 2007
MOSS 2007 - WCM
Sharepoint
Sharepoint 2007
Soa
Vista
WebServices
WWF
View more
News
<!-- Search Google --> <form method="get" action="http://www.google.com/custom" target="_top">
<input type="text" name="q" size="5" maxlength="255" value=""></input> <input type="submit" name="sa" value="Go"></input> <input type="hidden" name="client" value="pub-9627805681617022"></input> <input type="hidden" name="forid" value="1"></input> <input type="hidden" name="ie" value="ISO-8859-1"></input> <input type="hidden" name="oe" value="ISO-8859-1"></input> <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;"></input> <input type="hidden" name="hl" value="en"></input>
</form> <!-- Search Google -->
Archives
Setembro 2007 (2)
Agosto 2007 (1)
Abril 2007 (2)
Março 2007 (2)
Dezembro 2006 (2)
Novembro 2006 (2)
Outubro 2006 (1)
Setembro 2006 (1)
Agosto 2006 (1)
Julho 2006 (1)
Maio 2006 (5)
Abril 2006 (1)
Fevereiro 2006 (3)
Janeiro 2006 (10)
Novembro 2005 (2)
Outubro 2005 (1)
Setembro 2005 (16)
Agosto 2005 (1)
Julho 2005 (4)
Junho 2005 (6)
Maio 2005 (6)
Ordenar por:
Mais Recentes
|
Mais Vistos
|
Mais Comentados
Create ThumbNail from image byte[]
private byte [] GenerateThumbNail( byte [] foto){ System.IO.MemoryStream memStream = new System.IO.MemoryStream(foto); int thumbWidth = 88; int thumbHeight = 100; if (QueryStringHelper.ItemType == "detail"){ thumbWidth = 250; thumbHeight = 250;...
Published
5-8-2005 18:19
por
Raul Ribeiro
Filed under:
.Net