| Thread | Last Post | Replies |
|
| Where's the background cursor? | 26 Dec 2006 21:03 GMT | 3 |
I was wondering why the Cursor object doesn't have the 'working in background' icon (the combined hand/hourglass cursor, signifying that the computer is busy doing something, but you can still use it). I would like to use it in my own programm.
|
| How to remove quotes, commas, from numbers (considered as strings)? | 26 Dec 2006 20:46 GMT | 4 |
I've got a csv file for numeric data, some of which are greater than 10^3. Some bright fellow trying to br helpful put US-standard commas in these numbers, and to maintain the correct cell-index put quotation marks around the comma'd result.
|
| How to handle multiple incoming TCP connections in Windows Services | 26 Dec 2006 19:04 GMT | 4 |
I am trying to write a simple windows service that accepts an incoming request; receives a string input and sends a string output. I need this connection to stay alive until the client closes it. Also, I need the service to accept multiple incoming requests.
|
| Please Help String Problem | 26 Dec 2006 18:19 GMT | 2 |
I am having a problem with a multiline string that I create from a byte array (xml file). I am using StringBuilder and Ecoding the string to ASCII (code below). / Upload the NameValueCollection.
|
| sending mail in windows form | 26 Dec 2006 16:56 GMT | 2 |
I would like to know is there a way to I can do the same thing as 'mailto:' to in web forms? Thanks.
|
| right click in c# | 26 Dec 2006 16:30 GMT | 2 |
I have a data grid and I created a context menu for the data grid and is working fine. The context menu is sensitive to the current selected row. I would like to know., when a user RIGHT click on a particular row, I
|
| ASP.NET Query application made simple? | 26 Dec 2006 15:52 GMT | 3 |
Query application made simple? I have to use ASP.NET quite often to knock up quick protype applications. Generally, these applications have some components for querying and an
|
| Howto specify a different location for dll's ? | 26 Dec 2006 15:18 GMT | 4 |
I have an application that uses several dll's. Is it possible to build the application in such a way that it searches for these dll's in a different location, i.e. a separate 'bin' folder in the executable's path? Thanks
|
| Using serviceConnectionPoints | 26 Dec 2006 15:10 GMT | 5 |
Does anyone have any experience using SCPs (serviceConnectionPoints) in C#? Specifically, I'm trying to use an SCP to locate a service on a server, once the service has created the SCP. I've found some documentation on MSDN (at:
|
| how to configure my iis to send email from my Asp.net website (in | 26 Dec 2006 15:05 GMT | 3 |
i have a asp.net website and i want to send mail from my site (in iis from my computer) to my mail(for example outlook),but how to configure my email seeting in my iis on my computer ? if possible guide me for configure my outlook for receive and show mails.
|
| ListView and new features | 26 Dec 2006 14:58 GMT | 1 |
Several months ago i've asked some information about the best way how to have some particular columns (progress bar, checkbox, images, color picker,...) in a ListView component. It seems that ListView is a complex component and a lot of people advise
|
| Stopping remote thread using bool | 26 Dec 2006 14:10 GMT | 4 |
Is there a way to stop a loop running in a thread using bool? What i mean is: i have two classes. When i click button(classA) on, i starts running s thread(classB) which
|
| How to get virtual path of a folder indepent of where tht folder resides. | 26 Dec 2006 10:24 GMT | 2 |
Hello friends, I have one folder Named as MainFolder on server. I have one more folder named as subfolder inside tht main folder.Now I want to save some pictures in tht folder but at runtime I m not getting correct
|
| finally vs catch in thread abort | 26 Dec 2006 10:19 GMT | 3 |
I wondering where should i use finally and where should i use catch? I have a thread, which the thread dispatcher waits for the thread. if i abort the thread, an exception happens. why should i use finally and not catch as
|
| Reading Date from Datetime picker control in C#.NET 2.0 | 26 Dec 2006 09:53 GMT | 2 |
How to read selected date from Datetimepicker control in C#.NET2.0 Windows applications. Thanks in advance
|