| Thread | Last Post | Replies |
|
| RSA signing data | 17 Dec 2007 10:11 GMT | 5 |
I need to sign some data to ensure it has not been tampered with. I'm pretty sure I will be able to work out how to do what I want by searching for RSACryptoServiceProvider on Google, but what I can't see is how to get my app to generate a key pair at runtime. Can anyone give ...
|
| Assigning a reference to a variable | 17 Dec 2007 10:02 GMT | 23 |
If I have a structure, for example: struct Settings{ public string str; public double doub1, doub2;
|
| Entity factory | 17 Dec 2007 08:53 GMT | 2 |
I need to create Factory() method which creates entity objects from string type names ( e.q. "Customer", "Product" ) for 3.5 WinForms Linq application. I tried code below but got error shown in comment.
|
| BindingSource / DataSet / DataTable - Event when changed | 17 Dec 2007 08:05 GMT | 1 |
.Net 2.0 VStudio 2005 C# I know this is going to seem like a strange question, as even I am sure I
|
| make the computer press keys | 17 Dec 2007 04:19 GMT | 4 |
hey I need to make a program that opens a different program, then goes to "File -> New" and then press enter to indicate a new document, etc.. is it possible to make a windows service, that will open a program press a series of keys for me?
|
| form detailview question | 17 Dec 2007 03:45 GMT | 4 |
in Windows form, I have Datagridview and detailview with the same binding data manager. upon clicking the + in the navigator, the primary key field is blank as expected, but I need to enable it for new record to let user to fill it. On the other hand I don't want to allow change to ...
|
| Would C++/CLI solve PInvoke problems that C# has in this situation? What is the advantages using C++/CLI then C# when PInvoking umanaged C++ Code. Major problems here. | 17 Dec 2007 02:42 GMT | 14 |
Hey there, this will be somewhat a long post, but any response is appreciated! I have done many PInvoke in the past from C++ to C#, but I did PInvoke within C# not C++/CLI.
|
| WPF performance? | 17 Dec 2007 01:47 GMT | 12 |
Hello NG, In order to viaualize a production line, transporting a couple thousands "defects" objects , I wrote a little WPF application, where each object is reprsented as a little rectangle on a Canvas.
|
| search ms word documents' contents by search patterns | 17 Dec 2007 00:46 GMT | 1 |
I want to search all ms word documents' contents in a fold by search patterns, like searching 'Wind' and 'Rain' not 'Hail'. Then return all file names that meet the searching criterion. Thanks
|
| Find a Program Path | 17 Dec 2007 00:04 GMT | 3 |
I have created a batch file in C# and want to find and place it in the path of an installed application. Now, this might be done on an XP, 2000, etc system. The application is installed and will likely be in the registry. Does anyone know of anything in C# to check the
|
| C# - Calculate difference between two dates and get value in month(s) | 16 Dec 2007 22:16 GMT | 6 |
I use c#, V2005 How I can get difference between two dates and get value in month(s) I had found some solutions but it is not exactly what I need. private static int monthDifference(DateTime startDate, DateTime
|
| Instead of Control Panel Applet | 16 Dec 2007 21:03 GMT | 3 |
My C# application is a Windows Service. I have two problems that I would like to solve in the correct way using C#.NET. 1) There are a number of user settings which I'd like to store in an XML file. I read these settings each time the service does some work,
|
| SortedDictionary with IComparer bug? | 16 Dec 2007 21:02 GMT | 2 |
I'm trying to use a comparer to sort keys according to a specific priority. After adding the keys, there is a KeyNotFoundException when I try to read values back from the dictionary. Even if the key is in the SortedDictionary.Keys collection. Please help! using System.Collections;
|
| Article: Generating 3D Graphics in .NET using POV-Ray | 16 Dec 2007 19:56 GMT | 1 |
http://londonelegance.com/tyburn-consultancy/hf3d/ Full source included...
|
| Problem implementing QuickSort algorithm | 16 Dec 2007 17:03 GMT | 1 |
Dear microsoft.public.dotnet.languages.csharp-ers, I'm struggling with my implementation of a QuickSort algorithm. I believe I grasp the concept (after looking up some explanation of the algorithm), but there seems to be something wrong with my code. Any
|