| Thread | Last Post | Replies |
|
| Dear Mr Gates, A suggestion to make the CLR Ubiquitous | 23 Sep 2005 15:37 GMT | 1 |
Check out the article titled : Dear Mr Gates, A suggestion to make the CLR Ubiquitous at http://dreams2text.blogspot.com/
|
| how to us Microsoft.VisualBasic.DateAndTime.MonthName | 23 Sep 2005 15:35 GMT | 4 |
how can i use the DateAndTime module in my csharp code i included a using statement: using Microsoft.VisualBasic; and then called the function:
|
| Encryption in C# gives different result from encryption in Java | 23 Sep 2005 15:20 GMT | 1 |
Modification to my earlier post, in case anyone thinks I am trying to code in Java what we did in C#. We are trying to code in C# what we coded in Java, so I do need C#, not Java, help. :) Anyway, we have existing code in Java that encrypts a string using DES. However, when ...
|
| Subclassing (Spy++ alike) | 23 Sep 2005 15:12 GMT | 2 |
I need to write a functionality to catch all Windows Messages from any Window (like spy++ does). I thought that would be possible by subclassing the window. So I wrote a class that inherts from NativeWindow, Assigned a Handle from
|
| Howto DOC (Data Object Component) | 23 Sep 2005 15:02 GMT | 4 |
I have a DOC, which represents a supplier. Most of the class members are protected and I use public accessors to access the class members. One slight issue I have is that the values in my DB must sometime be
|
| Database connection advice | 23 Sep 2005 14:56 GMT | 3 |
Hi, I'm trying to modularize my database connections a little better and get more out of my project with less code. First check out this common dbOpen() function inside class clsDatabase. I removed the try/catch part as it is not important for my question:
|
| How to Insert,Update and Delete a record into DataTable? | 23 Sep 2005 14:50 GMT | 4 |
Can anyone tell me how to Insert,Update and Delete a record into already existing DataTable? Looking forward for the reply... Thanx in advance...
|
| App Config | 23 Sep 2005 14:27 GMT | 1 |
I would like to add a different section to the app.config file like the following <configuration> <connections>
|
| Double click on Form Title bar | 23 Sep 2005 14:20 GMT | 1 |
I create a Modal Dialog in C#. and opening with Form.ShowDialog() function. When I double click on the title bar of the form , it's windows state becomes Maximized that mean it's size is increazing, but the form is a Modal Dailog , it should not maximized. How can I prevent from ...
|
| Reflection.Pointer.Box | 23 Sep 2005 13:58 GMT | 2 |
Earlier (several days) I was working on a problem of generating a SByte * from and SByte []. The initial solution involved: SByte [] myData = new SByte [2] { 1, 2 };
|
| TextBox shows as ListBox on clients PC | 23 Sep 2005 13:20 GMT | 4 |
As the title states, on my development PC there is a textbox which allways displays as a textbox. However on the clients PC it is showing previous entries he has made to the TextBox as a ListBox. Now this sounds to me like an Internet Explorer setting needs changing but
|
| write a sheduled thread in C# | 23 Sep 2005 13:16 GMT | 4 |
How can I write a sheduled thread in C#. Can you please point out to me any good artticles on this?
|
| Hosting Javascript in .NET Windows Form App? (Somewhat Advanced) | 23 Sep 2005 13:11 GMT | 5 |
All: I am writing a .NET 1.1 Windows Forms app in C#. I would like to offer users the ability to script the application via javascript. In the "old days," I would have used the Active (ActiveX) Scripting
|
| apply Attribute to return value | 23 Sep 2005 12:52 GMT | 2 |
For a problem I'm having a solution could be to apply the SoapAttributeAttribute to the return value of my method. The documentation says it's possible, even the errormessage I'm getting ("Attribute 'SoapAttribute' is not valid on this declaration type. It is valid on 'property, ...
|
| asp.net webservices in cold fusion | 23 Sep 2005 12:33 GMT | 1 |
Does anyone have any info on how to consume an asp.net web service in a cold fusion application?
|