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("
"," ")
DataBinder.Eval(Container.DataItem,"logtext").ToString().Repla... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|