Groups | Blog | Home


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
all groups > c# > july 2006 > threads for sunday july 2

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

C# - Adding event delegate declarations to interfaces
Posted by steve at 7/2/2006 8:26:02 PM
Hi all, I want to be able to hirearchally define event delegate (declarations) WITHIN interfaces. Unfortunatelly C# 1 doesn't appear to support it. How does the following look as a work-around? Are there better ways of doing this? namespace ITestInterface { delegate EventHandler...more >>


Java robots in C#
Posted by Steven Nagy at 7/2/2006 7:58:21 PM
Hello gurus, I once had this program that interpreted a subset of the Java language to allow you to write movement and shooting patterns for a software "robot" which ran against a similarly programmed opponent. The idea was to write the coolest algorythms to blast your opponent while dodging ...more >>

How can I whip up a "designer window" in Visual Studio 2005?
Posted by Tin Gherdanarra at 7/2/2006 7:49:07 PM
A colleague gave me a project where there was a /designer/ window for database connectivity (drag&drop from the toolbox), but I can't find out how to get a /designer/ window in my own project. Shift-F7 does not work. What do I have to do in order to get a /designer/ window? Thanks Tin ...more >>

Writing to file and Excel
Posted by RahimAsif at 7/2/2006 7:43:50 PM
I am designing a data acquisition program that peridically collects data from a panel and writes to a file. The way I am doing it right now, every time I have data from the panel, I open the file, write my data, and then close the file. The generated file itself is a text file that is formatted ...more >>

dbDataAdapter and EditorBrowsable attribute
Posted by Greg Young at 7/2/2006 3:08:50 PM
I found this while answerring a question yesterday .. I must be missing something. 2.0 DbDataAdapter::Dispose() ..method public hidebysig newslot virtual final instance void Dispose() cil managed { .custom instance void [System]System.ComponentModel.EditorBrowsableAttribute::.ctor([...more >>

crusecontrol
Posted by DBC User at 7/2/2006 3:00:09 PM
Hello, I am starting a .Net project, I would like to know which are the tools I can use to improve the development and delivery of a big project. I was suggested to use, FIT, Nant, CruseControl and Nunit. Can someone give me guidenace on which are the correct tools to use and what to look o...more >>

is threading useful with a single CPU?
Posted by Fred Exley at 7/2/2006 2:38:55 PM
Just trying to understand the basics here. If the OS has just one CPU, what advantage is there in threading? thanks ...more >>

replace more than one specific character in one statement!
Posted by fa_2064 NO[at]SPAM yahoo.com at 7/2/2006 7:12:50 AM
hi every body! i want to do this, but vs.net dont let me to do it!!! :-( <td width="81%" height="115" rowspan="3" id="txtcell" runat="server"> <%# (DataBinder.Eval(Container.DataItem,"logtext").ToString().Replace(" ","&nbsp;") DataBinder.Eval(Container.DataItem,"logtext").ToString().Repla...more >>



SQL - Smoke and mirrors stuff
Posted by Ian Semmel at 7/2/2006 12:00:00 AM
It is hard to test SQL because running a test twice does not give the same results. Anyway, what I am trying to do is create a database (in initialization circumstances) and do the following by Executing .sql scripts DROP database CREATE database CREATE each table So far so good Then...more >>

VS2005 Express / Vista
Posted by Steve at 7/2/2006 12:00:00 AM
has anyone tired vs2005 express on vista beta 2??? i so does it work??? cheers guys Steve...more >>

Read ini file
Posted by Alan T at 7/2/2006 12:00:00 AM
I would like to know how do I read settings from an ini file? ...more >>

is DataTable.DefaultView always available?
Posted by Ryan Liu at 7/2/2006 12:00:00 AM
Hi, I thought the following code is tedious but pretty safe, unexpected this.dataTable.DefaultView itself throw an System.NullReferenceException? if(this.dataTable!= null && this.dataTable.DefaultView != null && this.dataTable.DefaultView.Count > 0) { ..... } ...more >>

WinXp Sidebar
Posted by Ivan Sammut at 7/2/2006 12:00:00 AM
Hi, Anyone has any idea which Windows Dll has the implementation of the Sidebat in WinXP. 10x Ivan ...more >>


DevelopmentNow Blog