| Thread | Last Post | Replies |
|
| this is killing me, still a GetTypes() error | 05 Dec 2007 20:45 GMT | 5 |
i have two classes that throw when GetTypes() is executed. The following are their signatures. public sealed class ProductService : IAF.TransactionComponent, IProductService
|
| Sending Binary files with C# Apps | 05 Dec 2007 19:31 GMT | 15 |
I ahve been trying to send an *.elf file to a ARM controller with a custom app written in C#. I used the BinaryReader class in order to write each btye of the file to the serial port but it has been unsuccessful. If I send the file with Tera Term with the binary Checkbos ...
|
| firefox update techniques | 05 Dec 2007 17:42 GMT | 1 |
I would like to develop an application which would include a similar feature as firefox has. 1. i mean during starting application, it will check a folder/network folder/internet address to find if a new version of itself exist.
|
| Changing the function keys (ctrl,alt shift) F1..F12 | 05 Dec 2007 16:13 GMT | 3 |
how can i put some text into these key by C# code ? In the old days you could do it by the PROMPT command i DOS but it seems NOT to work any more - the "change key" facility has disappeared. Can I do the change from C# so that it will stay changed when I start
|
| YOU MUST KNOW THIS MAN | 05 Dec 2007 16:12 GMT | 2 |
In The Name Of Allaah, Most Gracious, Most Merciful YOU MUST KNOW THIS MAN MUHAMMAD
|
| Timeout on Xml url download using XmlDocument Load, C | 05 Dec 2007 16:08 GMT | 2 |
I am writing a c# .net Visual Studio 2005 console application that retrieves RSS feed xml from various web sources (urls). I have been told that an exception thrown in a console application terminates its scheduled operation so I have to be careful in my code to trap any errors. ...
|
| Passing String to other Applications with SendMessage,... | 05 Dec 2007 15:37 GMT | 15 |
i want to emulate a (synchronous) BroadCastSystemMessage with EnumWindows and SendMessage. I dont want to use the BroadcastSystemMessage because it needs the SE_TCB_NAME Privilege (you dont have this in normal). So i decided to use the
|
| load data from database asyc while UI loads... | 05 Dec 2007 15:34 GMT | 2 |
How would I go about doing this? I know it has to do with threading but not sure how to code this to do something like this... I have a form which is complex... but I need to load data async while the form displays with out stoping the form from rendering (right now there is a
|
| Dynamic Header in GridView | 05 Dec 2007 15:20 GMT | 1 |
Is it possible to make the header of a gridview contain data from the grid? I have nested gridviews and in the Child gridview I want the column heading to be "Email To Tom" for Parent Row1, "Email To Dick" for the Child grid in Parent Row2, "Email To Harry" for the Child
|
| The calling thread must be STA... | 05 Dec 2007 11:00 GMT | 4 |
Hi NG, I am currently exploring VS2008 and WPF. In a very little WPF-Aplication I am using a System.Timers.Timer and assigned a Eventhandler to its "Elapsed" event.
|
| Building my own class library framework | 05 Dec 2007 10:06 GMT | 12 |
we are building our own class library framework, with stuff in it that can be used in various projects at various clients. Initially we had 4 assemblies with everything in it. Of course, when project A only needs one class, it gets everything in the assembly
|
| Simulating an outer non-equijoin in LINQ. | 05 Dec 2007 09:27 GMT | 9 |
Question: Can an outer non-equijoin be simulated using LINQ? It's quite unfortunate that LINQ doesn't support literal joins based on anything other than equality. I know that this the most common scenario, and although the efficiency of other types of joins is often debatable, ...
|
| Change the button text in openfiledialog | 05 Dec 2007 09:18 GMT | 2 |
How to change the button text of a openfiledialog in to my own custum test?
|
| Any good links on how to thing when designing windows services | 05 Dec 2007 07:29 GMT | 2 |
Jippie, got my first c# service working with XP/W2003srv (love google), but got an hunch that vista will not support services that uses GUI (can interact with desktop... checkbox in services gone?), yepp (solution) can have 2 programs - one service and one normal GUI,
|
| Resources: How to retrieve localized resource? | 05 Dec 2007 07:02 GMT | 5 |
I've created a class library assembly containing several string resource files, like: - TableColumns.resx - TableColumns.de.resx
|