| Thread | Last Post | Replies |
|
| Daft question but how do I remove a filter from a datasource?? | 29 Sep 2006 08:29 GMT | 2 |
I know this sounds nuts, but how do I remove the following filter from a Object Datasource that looks at my business layer... ODSDefaultUserProfiles.FilterExpression = "AllowedWebPage = '" + m_SelectedPageName + "'";
|
| Export C++ class from a Borland DLL and use it in Microsoft VC | 29 Sep 2006 07:51 GMT | 2 |
I'm new of this group and I do not know if this is the correct group for my question. I have a DLL with its export library (.lib) wrote in Borland C++ 6. In borland everything is OK and I am able to include the lib and use the
|
| Socket recive problem | 29 Sep 2006 07:45 GMT | 2 |
I'm using .NET 2.0 VS 2005 I'm creating a function that dos something similar to the. SmoApplication.EnumAvailableSqlServers() function. But for som resone I get an error or do i?. The problem is that the program just return
|
| about the naming conventions | 29 Sep 2006 07:39 GMT | 1 |
I just want to know the correct naming conventions. Is it correct to say that a DLL is a executable or is it only an exe file that is allowed to be named executable. //Tony
|
| Create NACHA Files | 29 Sep 2006 07:37 GMT | 1 |
I have an urgent requirement for creating NACHA PPD & CCD files. I already have the formats available with me but cannot get time to do it. I would really appreciate if someone has done this and can send me the code for this (c#/VB.NET/Java any). Also, if this is a framework (which ...
|
| PDF | 29 Sep 2006 07:33 GMT | 1 |
I actually want to generate a pdf file in my c# web project so I went to this web site “http://csharp-source.net/open-source/pdf-libraries” and downloaded an open source file called SharpPDF but I don't know how to use it or include this library in my project and the web site ...
|
| Unit Testing - Mock Objects | 29 Sep 2006 07:14 GMT | 2 |
I'm looking at NMock2 as a framework to create mock objects during my unit testing. One part that I'm trying to understand is that it will mock interfaces, not concrete classes. I normally don't create interfaces for every class. For example I normally don't have an interface ...
|
| Writing Assertions to a log file? | 29 Sep 2006 07:13 GMT | 8 |
I'd like to use Debug.Assert() but output to a log file instead of the popup window. Can some one provide an example of how that is done? Or will C# only let you use th popup window? Thanks,
|
| computer reset of Power off | 29 Sep 2006 06:51 GMT | 6 |
When my application is on, i can't reset or power off computer. Every program closes but this one.... Why this happens? PK
|
| Checking if the button was pressed? | 29 Sep 2006 06:33 GMT | 1 |
Hi I'm wrting a simple calculator in C# using Windows Forms and I'm learning it now. I have one question. Is there any way to chceck if specified button was pressed? I know that I have event handlers, but I need to check it outside event handler. Is it possible? I've tried
|
| rotate string | 29 Sep 2006 06:27 GMT | 1 |
hi, i need to rotate a string (ex, make it upside down and if it was on the top, make it on the bottom of my control). the string is drawn on using GDI, so i looked at the Transform property, the Rotate and RotateAt methods but netiehr have worked to what i need (either bc its ...
|
| How to get a 64bit(8 bytes) encrypt result using DES class in the VS2005? | 29 Sep 2006 05:00 GMT | 2 |
I want to get a 64bit(8 bytes) Encrypt result use DES class in the VS2005. Though I encrypt data is 64bit(8 bytes), but DES return encrypt result that always is 128bit(16 bytes),
|
| Events And Multiple Threads | 29 Sep 2006 04:22 GMT | 4 |
I'm looking to understand the way events work across multiple threads. I have an object that needs to process data as it comes in. When a certain threshold is hit, it needs to tell the host application via an event. If the app is running on Thread A and the process inside the ...
|
| To split, or to regex | 29 Sep 2006 02:29 GMT | 4 |
I've got a deal where I've wrote an app which will secure ftp reports out to various clients. I set it up to pull key pieces of information like ftp site etc from an xml file that has a standard layout and accompanies each report that's run.
|
| Thread question - I know something is not done right. | 29 Sep 2006 02:14 GMT | 5 |
ok This is my main. Pretty much it goes through each category and starts up 4 worker threads that then ask for groups to gether from. My problem is that when the thread gets done it keeps the mysql connections open so I end up with quite a few at the end. Is there a
|