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# > may 2005 > threads for sunday may 29

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

Help With Error
Posted by Adam at 5/29/2005 10:07:36 PM
Hey Guys, I’m trying to create an application that uses an OLEDBConnection. Every time I try to run my app when I get to the opening of the connection I get this error. "The .Net Framework Data Providers require Microsoft Data Access Components (MDAC). Please install Microsoft Data Acces...more >>

C# Newby Image Question
Posted by Fred Nelson at 5/29/2005 8:43:13 PM
Hi: I have programmed in VB.NET for about a year and I'm in the process of learing C#. I'm really stuck on this question - and I know it's a "newby" question: In VB.NET I have several routines that upload and process images. I can't get past "square one" with images in C#: This stateme...more >>

Constifier
Posted by Bonj at 5/29/2005 6:06:12 PM
Modifies code files in a C++ project to make as many class member methods 'const' as possible. It parses the methods in all the files, tries making them 'const', tests whether the build succeeds and if not reverts to the previous state. The more methods that are const, the faster the C++ prog...more >>

terminal services virtual channel client part in c#
Posted by me at 5/29/2005 5:34:22 PM
I need to write the client part of a virtual channel for terminal services in c#. I have already done the server part and it works just fine in c#. My problem is exporting the function is requires me to export on the dll, I have no idea how to do that from c#. http://msdn.microsoft.com/librar...more >>

call a function from a class
Posted by iWrite at 5/29/2005 8:52:01 AM
i want some of the functions to be in dbsample.cs and call it from form1.cs, and want to know which is the right way to do so. If i create [public string SomeFuction()] it works but [public static OleDbDataAdapter DbStatusWrite( OleDbConnection connection)]. this is doesn't work. ...more >>

Threads so darn hard to understand
Posted by Arafangion at 5/29/2005 12:00:00 AM
Hello, recently I've been trying to figure out how the heck to just destroy a thread. I have since rewritten the code in question, but what I was trying to do was to use the .Abort() method, but that would fail if the thread was in a Suspended case. Now, my book doesn't even hint (Deitel...more >>

How do i convert unicode string to ansi string in C#?
Posted by Julia at 5/29/2005 12:00:00 AM
Hi, I need to convert unicode string to ansi string Thanks in adavance. ...more >>

How to dertimate if a xml file is valid
Posted by ad at 5/29/2005 12:00:00 AM
I have a xml, with a DTD to valid it: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE MyHealthData SYSTEM "Health.dtd"> How can I dertimate if a xml file is valid by program? ...more >>




DevelopmentNow Blog