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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|