| Thread | Last Post | Replies |
|
| Need help in RegEx | 30 Aug 2006 09:06 GMT | 2 |
I don't know much about regex and need a help. I have got : 1. Original string: http://www.rediff.com/general/story/9622681/id=123 2. and I want to convert it into http://www.rediff.com/general/story/print/9622681/id=123
|
| Whatever happened to IExceptionPublisher? | 30 Aug 2006 08:59 GMT | 3 |
Another interface that has disappeared from the Enterprise Library and I can find no reference as to what to upgrade it to. Do you know what I should do to upgrade this? Can we please have a forum for the Enterprise Library - it is now a major
|
| EFS: File.Encrypt Exception when a folder is in use | 30 Aug 2006 08:15 GMT | 4 |
I'm using the File.Encrypt method (.net 2.0) to encrypt files and folders (mark for encryption) on a local disk (XP SP2, 3DES, .net 2.0). Unfortunatelly I get an exception when trying to mark the %desktop% folder for encryption: "The process cannot access the file because it
|
| What events are necessary | 30 Aug 2006 06:12 GMT | 1 |
I have a datagridview and I'd like to perform the following action. 1. When I change values in a cells in a particular column, a login form should show. 2. If a successful login is done, then allow a a cell change, otherwise
|
| Struct Array, Arraylist.Copyto() (InvalidCastException) | 30 Aug 2006 05:11 GMT | 2 |
Having a problem with arraylist.copyto function. And here's a sample of my code: In global--> public struct point
|
| UDPClient doesn't receive any data | 30 Aug 2006 03:59 GMT | 2 |
What I'm trying to do seems pretty simple on the face of it -- create a UDP listener on a particular port. My code is as follows: int port = 9000; IPEndPoint endPoint = new IPEndPoint(IPAddress.Any, port);
|
| How to reference EventArgs properties in event handler? | 30 Aug 2006 03:56 GMT | 1 |
When I use e. in an event handler all Intellisense wants to show me is: // Event handler protected void BuildNewFileButton_Click(Object sender, EventArgs e) {
|
| What do FTP servers do when file send fails durring a file upload? Are partial files ever written? does ftp protocol cover this? | 30 Aug 2006 03:05 GMT | 1 |
What do FTP servers do when file send fails durring a file upload? Are partial files ever written? does ftp protocol cover this?
|
| C# if string match found boolean - streamlined code? | 30 Aug 2006 02:56 GMT | 5 |
Though this code appears to work, I suspect it could be streamline. Total Noob Here. public bool isit(string c1) {
|
| Need help with MarshalAs with custom data structure/enum | 30 Aug 2006 02:05 GMT | 1 |
I have the following C++ function exported. The returned type is a typedef enum and the 2nd parm passed in is a class type that I defined. How do I declare the marshalas for the parm and how do I deal with the return type? Thanks.
|
| Has anyone used the settings class? | 30 Aug 2006 01:51 GMT | 4 |
I added a settings component to my .DLL so that I can read in the configuration settings. This created a DLLNAME.config file in the output directory and everything seemed to be OK until I tried to deploy the .DLL and then realised that no matter what I type in the ...
|
| Global error handler | 30 Aug 2006 01:38 GMT | 5 |
Is there a way to do a global error handler much the way you can in asp.net ? Essentially I want to set up a routine that if there is any unhandled exception it will call that routine so I can process it. I do quite a bit with timers so if I had to put code in in each place where ...
|
| ArrayList.ToArray question | 30 Aug 2006 00:43 GMT | 4 |
I have ArrayList strat_list of integers like this: index value [0] 3 [1] 4
|
| want csharp 2005 ebook | 30 Aug 2006 00:41 GMT | 3 |
does anyone have csharp 2.0 ebook or any link to such an ebook then please help.
|
| formula calculation | 29 Aug 2006 23:19 GMT | 2 |
How to calculate value for the following formula: res = (((m+1)(m+2)...(m+(k-1)))/1.2...(k-1)) Thanks, GB
|