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# > december 2007 > threads for tuesday december 25

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

Question about multiple namespace
Posted by Rob Stevens at 12/25/2007 11:16:31 PM
I am having a bit of a problem accessing some information in a different namespace, hopefully someone can point out what I am doing wrong. I have a dll file that I dont want to use in my program, I just want to use the functions in my program. But after placing the class into my program, I...more >>


How to get Selected Text in webbrowser control
Posted by Toni at 12/25/2007 8:46:22 PM
I am using .NET 2.0, windows aplication. I am trying to get or recognize selected text from WebBrowser control but I can't! Is it possible and how to do it? ...more >>

WCF client
Posted by Remote_User at 12/25/2007 7:52:02 PM
Hi, When I create a WCF client (hosting the service is fine) and the service on the same machine everything works is good. But when I want to have the client on a different machine this fails. How can I generate the client on a different machine ? Also it failed even when I specified...more >>

A web site running need cs source file
Posted by DDD at 12/25/2007 6:59:18 PM
I have a web site project using C#. If I release the web site in the VS2005, all works well except that DLL file name has some strange, name APP_Code_erwer234.dll. And erwer234 is a random string. Every time after released, it will become APP_Code_dfdfgr3334.dll, In this condition, the web site...more >>

Tutorial for WCF & WF
Posted by Bruno Wouters at 12/25/2007 4:07:52 PM
I'm searching for a good tutorial about WCF in combination with WF. Thanks in advance....more >>

System.Thread and multiple method calls
Posted by Paul Schwann at 12/25/2007 3:11:36 PM
Hi group, I am relatively new to C# (although I have a lot of programming excperience in other languages like Java and C). Currently I am searching for a solution to this problem: Suppose you have 3 methods A, B and C. All of them shall be run threaded (I/O tasks) and one after another. I c...more >>

Refresh Form from Popup with window.opener
Posted by Dave at 12/25/2007 1:14:35 PM
I'm executing a popup from FunctionalOwners.aspx. On FunctionalOwners.aspx there is a form titled fvFunctionalOwner. When user updates a form on the popup I need to do a databind...or something...on fvFunctionalOwner. I've seen things on window.opener but I have no experience with that type o...more >>

System.Globalization
Posted by RP at 12/25/2007 6:00:10 AM
I have a third-party DateTime control, documentation not available. I want to show dates in format dd-MM-yyyy format in it even if the system regional settings changes. I want it to be fixed to this format. This control takes values same as the original dtPicker, but it does not have the Custom ...more >>



Identifying value change and update
Posted by RP at 12/25/2007 5:49:09 AM
On my Windows Form, I have ten text boxes. I also have a DataGridView. When a user clicks a row on the DataGridView, the column values get displayed on their respective text boxes and are available for user to edit or delete that record. At present, I am using a boolean variable and it's value...more >>

Getting portion of string
Posted by RP at 12/25/2007 5:41:06 AM
I have a string in the following format Computer [comp] I want to remove the text that starts with [. Though I used substring which keeps checking whether the character is [ and stops reading more characters. I want to know is there any built-in function for this that is both fast and easy ...more >>

Communicate between applications
Posted by SQACSharp at 12/25/2007 1:07:42 AM
Hi, I need to transfer text (or maybe binary) data from one .net application to another .net application. What is the best way to do this since it's on the same computer and both application may run different .net framework version. In a completely different project/context i also need t...more >>


DevelopmentNow Blog