| Thread | Last Post | Replies |
|
| How to use images with a winforms datagrid | 09 Feb 2008 06:48 GMT | 1 |
I need to create a datagrid, and some columns must have images I have a dataset with a datatable. the datagrid has some columns bound to datatable, and few columns unbound, that must be images Thise images must be different for various rows, depending on other
|
| datagrid bool to string | 09 Feb 2008 06:43 GMT | 1 |
I'm using a gridview on a webpage. I am passing in several different datatables, depending on the desired information. I have some values that are bool in the database. The problem is when the gridview is displayed, I get a checkbox in the
|
| I'm calling Marshal.ReleaseComObject but com objects are still leaking. How to properly release MODI.Document?? | 08 Feb 2008 12:03 GMT | 3 |
I'm calling Marshal.ReleaseComObject but com objects are still leaking. How to properly release MODI.Document?? private void Form1_Load(object sender, EventArgs e) {
|
| How to read the body of a WCF netMsmqBinding message? | 08 Feb 2008 11:28 GMT | 1 |
I'm trying to read from a webforms app in C# the BODY of the messages from the transactional system dead letter queue pre-defined by MSMQ The messages can be read ok, but when trying to read the Body property I
|
| MS Office - Help files not working | 08 Feb 2008 09:02 GMT | 1 |
Hello --- I am using Microsoft Office 2000. I use Excel and Word. My problem is that when I click on the HELP key --- the HELP index or the Office Assistant does not work. I get a prompt to the effect that the program is creating an initial index. It shows a little book icon ...
|
| Socket connection throw a proxy server | 08 Feb 2008 08:05 GMT | 1 |
Hy, i have made a program who use a TCPClient for comunication by socket with other system. It's wok in 3 location but in the one I have to use a proxy (Squid) for access the destination.
|
| Framework 3.5 WSUS availability | 08 Feb 2008 05:20 GMT | 1 |
Does anyone have a date or idea when .NET Framework 3.5 will be available for WSUS updates?
 Signature Kenneth Lemieux
|
| Trouble binding a UDPClient | 08 Feb 2008 00:46 GMT | 1 |
I’m trying to use a UDP socket, but it isn’t working. Here’s stripped down code of what I’m trying to do: public void BindASocket() {
|
| in-process vs WCF | 07 Feb 2008 16:15 GMT | 3 |
Sometimes its clear that WCF should be used when calls have to be out of process. Then, on the other hand, WCF adds a lot of flexibility if we want to physically move stuff around. Maybe we should use WCF between presentation - business objects - database objects just for ...
|
| regular expression help | 07 Feb 2008 11:49 GMT | 9 |
I created a regular expression to parse a line in a csv file; (\"(?<word>[^\"]+|\"\")*\"|(?<word>[^,]*)) It is capable of taking a line such as field1,field2,field 3,123.12,"1,234.56" and matching each value between the commas into the word
|
| mscorwks.dll hangs... | 07 Feb 2008 10:21 GMT | 3 |
I wrote 2 applications on a 32 bit desktop computer, c#, VS2005. The application's work great on 6 computers, but crash on a- 64 bit computer. The error message relates to "mscorwks.dll".
|
| Dynamic logging of method arguments' value | 07 Feb 2008 04:48 GMT | 1 |
Typically, when an exception is caught, we log the stack trace. However, that is not of much use unless you know the value of the arguments passed to the methods in the stack trace. Does the .NET framework provide a mechanism wherein values of the method
|
| Message Resource DLL C# integration | 06 Feb 2008 19:40 GMT | 2 |
I'm looking to set up a .NET service (written in C#) that will write events to the event log and use a message resource dll to provide localized message text for the events. The last time I set this up was some time ago (NT4 project circa 1998). I
|
| Does UTC account for GMT Daylight Saving? | 06 Feb 2008 12:42 GMT | 2 |
I have a web app that is running on a server with the timezone set to EST with daylight saving. I need to convert that time into GMT with daylight saving. I am using the .net frameworks DateTime methods for UTC (Universal Time) to
|
| Application built with .NET framework v1.0 | 06 Feb 2008 12:40 GMT | 4 |
I have a .NET dll built with v1.0 framework. The app is built with v1.1 framework. On one machine, there is an exception. But on the other machine, it runs fine.
|