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# > january 2008 > threads for saturday january 26

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

captcha
Posted by Tem at 1/26/2008 11:25:47 PM
Does anyone know where I can find a good and easy to understand sample or tutorial of captcha validation for asp.net? (with source code not something like recaptcha) the ones I found are too complicated to implement thanks, Tem ...more >>


Provide subclassed win controls for plugins
Posted by Rotsey at 1/26/2008 8:19:00 PM
Hi, I am planning a win forms app that bascially has a shell that has plugins to provide functionality. I want to be able to create a library of subclassed win form controls that I can control the font colors etc so that when the app font is changed for exmaple all controls in all plugins ...more >>

Bug in VS2008 for DateTime.ToString formating?
Posted by Chizl at 1/26/2008 7:24:43 PM
I think I found a bug DateTime.ToString when formatting under GMT. This took me about 15 to figure this has to be a bug in the formatting within ToString. I was adding support to allow browsers to ask for If-Modified-Date on a file, when I started to compare the dates I found I wasn't flag...more >>

Icons in the exe file
Posted by Ashutosh at 1/26/2008 7:24:06 PM
Hi, I am trying to include icons in my .net exe so that I can select those icons for the shell, like setting the icons of shortcuts, icons for some file types, etc... I tried to include the icons in the Resource files, with different 'Persistance' propery set, added icons directly to the s...more >>

about delegete
Posted by Tony Johansson at 1/26/2008 7:11:29 PM
Hello! Assume I have some classes and in this case the Ticker class below is relevant for my question. I have a Timer instance in this class with interval set to 1 second. When the timer elapse efter each second it will call the method handler OnTimeEvent. I have also a delegete declaration...more >>

Alignment problem in TabControl
Posted by Alex K. at 1/26/2008 6:14:00 PM
Hi all In a Visual Studio 2005 C# project, I have a simplest tabcontrol with two tabpages. When I set tab control's Alignment property to Right, tab texts (captions) disappear. Does anybody know how to fix this? I tried this on two computers, at work and at home, both with Windows XP wi...more >>

Objects Persist Across Threads - Please Help.
Posted by pbd22 at 1/26/2008 4:43:59 PM
Hi. I have a telnet application (which many of you have already helped me with, thank you). I am now running into a bit of a serious design problem. It seems that each new thread (telnet connection) is "connected" to the pre-existing thread. So, If I connect and log on as user1. And, user...more >>

Start Loading a file at an offset
Posted by Chizl at 1/26/2008 3:46:07 PM
I'm trying to add 206 Partial content to my web server and I'm getting errors each time I try using the offset from the Read command. Maybe I'm not understanding the Read() command. I've scaled this demo back, but in reality the file is 3.8GB, I need to send chunks of 100KB down to the br...more >>



Making an XML mess, oh.. message
Posted by christery@gmail.com at 1/26/2008 2:46:57 PM
Trying (or has accompished) a XML message by instanitated a class and fed it to the xmlwriter, now the receiver dont like my (MS?) XML and want me to code it by hand... *mumbles* Can I edit a class with some [mumbojumbo] to enter xml handles as I please or? put the root declaration with that, b...more >>

Catch Win32 Exception from unmanaged code
Posted by dh at 1/26/2008 12:00:48 PM
AppA is a console application (in C#), which uses DLLs in a unmanaged code (C++, no source available for them). AppB is a service (in C#), which starts AppA when needed. When an exception of Win32 (e.g. Integer Division by Zero) thrown by those DLLs, it will pop up an errorbox waiting for re...more >>

C Sharp 2008 Telnet Server Sample
Posted by Joe at 1/26/2008 11:43:24 AM
Every thing I have fount was for C Sharp 2005, and I can't get any thing to work. Can some some show me a code for a telnet server in C Sharp 2008 that will a allow more then one connection....more >>

Newbie Question
Posted by Todd Carnes at 1/26/2008 11:37:55 AM
I'm teaching myself C# and am creating my first c# DLL. I can get it to work, but not the way I want it to work. In my DLL, I have the following... namespace Carnesoft.Astro { public class Change { public static double toJulianDayNumber(double dDay, int iMonth, int iYea...more >>

switch statement
Posted by Just Me at 1/26/2008 9:59:32 AM
I know you can stack case(s) case 1: case 2: but can you have ranges as in vb.net does like ( 1 to 6 ) type of thing, or <n or > n etc. ...more >>

directory recursive c# example stops before completing scan
Posted by John Brookes at 1/26/2008 9:48:39 AM
I researched and found some code to do a directory scan using a recursive algorithm, but tit mysteriously stops before completing the recursion. I am including the code from Visual c#: Note that this code searches for *.txt files, and if they have a certain pattern, displays them. I triede pu...more >>

How do I debug a WCF Web Service running in IIS
Posted by Bill Fuller at 1/26/2008 7:42:54 AM
I am trying to attach to a WCF Web Service running in virtual directory in my local dev box, but not sure how to do it. I tried setting a breakpoint on the .svc and attaching to the Inetinfo process, but it doesn't break. I am getting a SQL connection error, but the message is rather vague. Th...more >>

Plotting graphs with WPF
Posted by Jon Harrop at 1/26/2008 2:19:41 AM
Does WPF provide graph and chart plotting functionality? If so, are there any C# examples out there? -- Dr Jon D Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/products/?u...more >>


DevelopmentNow Blog