| Thread | Last Post | Replies |
|
| Compare Two Identical Datatable By Content | 19 Dec 2006 12:03 GMT | 9 |
I have 2 datatables. They are identical. I want to compare them by cell's content. They are all same. But dt1 == dt2 or dt1.GetHashCode() == dt2.GetHashCode() doesn 't work.
|
| WindowsIdentity non current | 19 Dec 2006 11:57 GMT | 8 |
how do I get a WindowsIdentity on a machine other than the GetCurrent(); ?
|
| Avoiding the God Class (Containment/Delegation or ??) | 19 Dec 2006 11:53 GMT | 3 |
I'm designing a Windows Forms application for a medical clinic that keeps complete and comprehensive histories on its patients: histories of medical conditions and facts, financial facts, psychosocial evaluations, etc. There is a whole bunch of stuff they track about each patient ...
|
| convert to ajax | 19 Dec 2006 10:34 GMT | 1 |
can we convert asp application to ajax using ASP.NET AJAX v1.0 “Core” Beta,if we have not developed our application using ATLAS?.
 Signature nandan
|
| advice on sending mouse movement, clicks to a minimized window | 19 Dec 2006 10:19 GMT | 3 |
I have a programme written in C++, the programme is unmanaged and is an executable, i don't have any source code. I'm writing a C# program. I want to (a) start the programme minimized.
|
| use #include in c# | 19 Dec 2006 09:45 GMT | 2 |
I am writing an application in c# which needs to read some definitions from a header file. Is there a way to "#include" a header file in c# ? Yoav.
|
| How to get host name from ip address? | 19 Dec 2006 09:34 GMT | 1 |
Please tell me some methods to get host name from ip address, thank you.
|
| business layer, data access layer , presentation layer for asp.net using C#.net | 19 Dec 2006 09:23 GMT | 2 |
i have got a problem i want to design business layer, data access layer , presentation layer for asp.net using C#.net , can anyone help me to solve this problem. i want some resources to complete this. i am trying very hard. Do you have any idea about website or any links where i ...
|
| "Hacking" Encrypted Bitmap file | 19 Dec 2006 08:22 GMT | 1 |
I have few encrypted bitmap file. The original source program for encrypting those bitmap is no longer exists. FYI, the original program to encrypt those images is writing in DOS. Now I need to decrypt those image file in C#. Is there anyway that I can do
|
| Data Binding Question | 19 Dec 2006 08:10 GMT | 1 |
I'm new to .NET so apologies if this is a stupid question, but when configuring a Table Adapter to use stored procedures to perform Selects, Inserts, Updates, and Deletes, is it possible to specify a literal value rather than a source column for a parameter in the
|
| Can't update foreground panel from background thread | 19 Dec 2006 08:03 GMT | 8 |
I'm trying to figure out how to modify a panel (panel1) from a backgroundworker thread. But can't get the panel to show the new controls added by the backgroundwork task. Here is my code. In this code there is a panel panel1, that I populate with a lable in the foreground. ...
|
| Late Binding a Method to a Timer | 19 Dec 2006 07:36 GMT | 5 |
I need a little help trying to figure out the last piece of this puzzle. I've got a form with an associated toolbox that will allow a user to drag a control off the toolbox and drop it onto the form. The form
|
| Setting datagrid height | 19 Dec 2006 05:45 GMT | 1 |
I have a datagrid on my page, which has the MaximumHeight set to 400px. So when the number of rows exceeds this height, then the vertical scroll appears. My problem is that when there is only a couple of rows and the height is far
|
| Revoke User Certificate | 19 Dec 2006 05:41 GMT | 2 |
I am struggling with a problem but no fate till now. I have written a c# program which retrieve X509Certificates associated with Active Directory user. Now i want to revoke a selected certificate. I could not find anything which can give me idea about to
|
| Add MSI installer to my Setup | 19 Dec 2006 00:51 GMT | 4 |
It's possible to add an msi to my setup and run it? Thanks
|