all groups > c# > november 2007 > threads for sunday november 4
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
How to return single resultset with multiple database queries
Posted by jaffar.kazi@gmail.com at 11/4/2007 11:25:41 PM
Hi All.
This might be the wrong group to post this query, since it is ADO.NET
related, but I couldn't find any ADO.NET group.
My problem is that I want to write some queries, which use temp table
because of their complexity. My final results are in the temp tables.
How can I return a single... more >>
DateTimePicker question
Posted by Rinaldo at 11/4/2007 10:37:38 PM
Hi,
I have a DateTimePicker on mu form with only the time in it. Now I must get
the time from the TimePicker and compare it with the current time. How to do
this?
Rinaldo
... more >>
Help a newbie with method.method?
Posted by Steve Thackery at 11/4/2007 10:24:05 PM
I'm teaching myself C# using "C# in easy steps" by Tim Anderson, which seems
pretty good for a complete newbie.
But I'm puzzled by this piece of example code:
string theColor = textBox1.Text.Trim().ToUpper();
My understanding of textBox1.Text is that textBox1 is an object, and Text is
... more >>
Unexpected result using DateTime.ParseExact
Posted by Peter Holschbach at 11/4/2007 9:54:52 PM
Hi,
I've the following line of code:
result = DateTime.ParseExact("1999-12-01T23:59:59Z", "yyyy-MM-ddTHH:mm:ssZ",
CultureInfo.InvariantCulture);
where I get in result "result" "02.12.1999 00:59:59" instead of teh
expected "01.12.1999 23:59:59"
Anybody a idea ?
Thanx Peter
... more >>
Any memory leak in this code snippet?
Posted by " at 11/4/2007 8:34:24 PM
Could you advise me if there could be any memory leak in this C# code
snippet?:
http://pastebin.com/m2d2ded2d
As I understand, I have closed all risky objects: EventWaitHandle, and
Timer. Do I need to unregister the Elapsed event handler with the
delegate ( -= ) before disposing the timer? ... more >>
Senior Project - Information System to Support Setting of Insurance Policy
Posted by k3n3dy at 11/4/2007 7:39:17 PM
Hello everybody! I am new to the group so first of all I would like to
greet everybody here.
Now to my topic - The title of the topic is the title of my
undergraduate senior project which I have to produce in C# using
Microsoft Visual Studio 2005 Professional and Microsoft SQL 2005. The
datab... more >>
How to create the coloured mouse cursor dynamically?
Posted by Alexander Vasilevsky at 11/4/2007 7:36:56 PM
Hi!
How to create the coloured mouse cursor dynamically?
--
http://www.alvas.net - Audio tools for C# and VB.Net developers
... more >>
Help to develop wrapper for cmd.exe and to redirect all input and output in TextBox.
Posted by Alexander Vasilevsky at 11/4/2007 7:14:12 PM
Help to develop wrapper for cmd.exe and to redirect all input and output in
TextBox.
--
http://www.alvas.net - Audio tools for C# and VB.Net developers
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Not a valid MSI?
Posted by Peter Morris at 11/4/2007 6:28:21 PM
I sent someone an MSI for testing but when they run it (Windows XP) it says
it is not a valid installer and that he should contact his vendor.
I can't find a solution to this on Google. Does anyone know what is causing
this and what I should do?
Thanks
Pete
... more >>
ping
Posted by Anil Gupte at 11/4/2007 6:11:27 PM
unselect item in listbox
Posted by julio at 11/4/2007 5:58:00 PM
i have a listbox w/ single select mode. Can a user unselect an item by
clicking on it? How is it implemented?
Thanks
... more >>
using web service with winform
Posted by Joza at 11/4/2007 5:37:33 PM
Hi!
I'm learning about web services and i made my own... now i want to
use this service with winforms... i have added webreference for my
service in solution explorer but i want dynamically add url for
my serivce in code, for example if I change address of serivce
my users also must change ad... more >>
Start a job
Posted by Rinaldo at 11/4/2007 3:22:55 PM
In my program, if the user click on the backupbutton a second dialog
appears. How to start the job automatticly. I think in form_Activated like
this:
Code Blockpublic
frmUpload()
{
InitializeComponent();
}
private void frmUpload_Activated(object sender, EventArgs e)
{
\\ St... more >>
Difference between out and [Out]
Posted by Dave at 11/4/2007 12:08:00 PM
I have been doing a lot of PInvoke calls using signatures published on
www.pinvoke.net. I notice that where out parameters are involved, sometimes
the signature uses 'out' and sometimes '[Out]'. I have discovered that using
the wrong one causes nasty things to happen, but I can't work out what... more >>
How to debug Powershell commandlets?
Posted by Alexander Vasilevsky at 11/4/2007 11:45:13 AM
Hi!
How to debug Powershell commandlets?
--
http://www.alvas.net - Audio tools for C# and VB.Net developers
... more >>
images not clear
Posted by rodchar at 11/4/2007 8:47:00 AM
hey all,
i took Microsoft's sample pictures and resized them with the Ofiice Picture
Manager and put it on my web page and the pictures look great.
however, when i take a digital photo of my own and resize it with Picture
Manager the picture still looks good, but when i see it on the web page... more >>
Prison time is called for
Posted by Blyss at 11/4/2007 6:50:10 AM
http://www.youtube.com/watch?v=oEFV0xM5Mus
... more >>
Email Header
Posted by Jeff at 11/4/2007 6:40:39 AM
Is there a way in C# to just retrieve the email header from a POP
server. If so is there a short piece of code.
I need to develop an application which looks at the header. If it is in
a certain format in the subject line I then download it leaving all
other emails there.
Regards
Jeff... more >>
How to monitor entire part of windows registry ?
Posted by AliRezaGoogle at 11/4/2007 5:48:46 AM
Dear group,
I need to be aware of any changes happening in registry any time using
c#. Is there any solution?
Thanks
... more >>
Catch "Cannot insert duplicate key row" exception
Posted by Dave at 11/4/2007 4:46:19 AM
I really don't like the users getting an unhandled expception page,
and I'm still to new with ASP.Net and C#. So please accept my
appology for the 2 part question.
SqlException (0x80131904)
1.) Is an "Cannot insert duplicate key row" exception from a FormView
returned as part of the ItemI... more >>
The project type is not supported by this installation
Posted by at 11/4/2007 2:58:38 AM
Hi,
I am trying to open a solutions containing around 8 projects.
But for one project when i am trying to load it is giving the error
that The project type is not supported by this installation..
But the same code is working fine in my lead machine.
What is the problem??
can anyone please sugg... more >>
OrcasBeta2 virtual PC
Posted by lausivcid at 11/4/2007 1:17:40 AM
Hi,
I installed OrcasBeta2 with the Virtual PC package. After Windows
Server 2003 Enterprise Evaluation Copy SP2 expired and started
shutting me down after 2 hours I installed Windows Server 2003
Enterprise R2 SP2 from DISK2 of the installation DVD. Both logon and
properties of My Co... more >>
|