September 2005 - Posts

Sql 2005 "official" community

here's the link http://communities.microsoft.com/newsgroups/default.asp?icp=sqlserver2005&slcid=us

Adlai Maschiach
with 0 Comments

Windows Installer

they say that the small applications are the best ones
this is no exception,
you know the case cenario
you have installed another CTP , and the unInstall didn't clean the registry
and files from your computer the proper way you'd expect
... well , for me , today , this small app just saved my day
( superman theme music is running through my head now )
... so here's the link :
http://support.microsoft.com/default.aspx?scid=kb;en-us;290301

Adlai Maschiach
with 0 Comments

Process OnExit

Hi I had trouble with catching the event OnExit of the process
after about 3 hours I found it

process.EnableRaisingEvents = true;
process.Exited += new EventHandler(process_Exited);

Adlai
with 0 Comments

looking for Cell Merging in DataGridView

while looking for an answer for cell merging in the Winforms DataGridView

came across this nice thing, for 1.1

Extended DataGrid

http://dotnet.leadit.be/extendeddatagrid/

Nice, but most of the functionaly is available in the new GridView

with 0 Comments

Microsoft Architecture Design Enterprise-Class Systems with .NET Framework 2.0 Web Casts

Microsoft Architecture Design Enterprise-Class Systems with .NET Framework 2.0 Web Castshttp://www.microsoft.com/events/series/archdesignsystems.mspx

with 0 Comments