| Thread | Last Post | Replies |
|
| how to monitor file system for file additions, deletes, modificati | 28 Mar 2006 10:51 GMT | 2 |
Is there any way to create an app in vb.net where i can specify a folder in the windows os (windows 2000 and above) so that when files are added , deleted or modified then an event can be raised so I can perform some specific action? (for instance display a message box or log the ...
|
| Good books on switching from VB.Net to C# ? | 28 Mar 2006 10:34 GMT | 2 |
I finally decided it is time to switch from VB.Net to C#. I have used VB 12 years and VB.Net 5 years. I am not talking of converting old code. The reason is that the current contractor wants next project to be C#. I want a good and comprehensive book/website/PDF, ...... that will ...
|
| asynchronous callback problem | 28 Mar 2006 09:55 GMT | 2 |
Can I call an a asynchronous call from any asynchronous call? Like a.BeginCallBack(){ do something... }
|
| Problem with - Edit Item of Collections.Generic.List(Of SearchAreaListItem) | 28 Mar 2006 06:41 GMT | 3 |
I have a structure called SearchAreaListItem. The structure has some properties. The application implements this as a collection.generic.list(of SearchAreaListItem) I load the collection up item at a time stuffing values into the item then adding the item to the
|
| initialising strings | 28 Mar 2006 06:15 GMT | 4 |
In the IDE is there any way to turn off the compiler warning about strings being used before being initialised. Given that a string is an immutable object why bother initialising it before assigning a value to it?
|
| XmlIncludeAttribute puts the cart before the horse. | 27 Mar 2006 23:02 GMT | 1 |
I have a problem with XML serialization to files that seems to stem from someone putting the cart before the horse. I have "Jobs" that include a series of "Actions". An Action is defined as an abstract class that has a series of specialized concrete classes derived from it. A Job ...
|
| Basic question about inheritance/hiding methods | 27 Mar 2006 21:37 GMT | 7 |
I have a C# collection class that inherits from SortedList. I want to be able to hide certain methods such as Add. How do I do that?
|
| NUnit says: An attempt was made to load a program with an incorrect format | 27 Mar 2006 21:26 GMT | 4 |
I'm using NUnit to test my application but it is giving me odd error messages that I have not seen before. I'm at a loss to think what configuration change I have made that would break NUnit. (Or what configuration changes I made at all) The application is new, so these
|
| some design advice | 27 Mar 2006 19:45 GMT | 2 |
A. what is the preferred way to load an object, say a Customer (from a db) 1. an instance member on the customer object customer.Load(id)
|
| SMTPClient and server authentication | 27 Mar 2006 19:18 GMT | 1 |
Hi, a lot of SMTP servers for outgoing email are now requiring a user id / password for authentication before the SMTP message will be sent. I'm using a class in VB.NET 2005 that makes use of the SMTPClient in System.Net.Mail. I've been looking at the Credentials property but ...
|
| Create a Non-Serialized Event in 2.0 | 27 Mar 2006 18:32 GMT | 2 |
I am having trouble creating an event that is non-serializable in 2.0. In 1.1, I would have just put the [field:NonSerialized] Attribute on the event as this is the MS-endorsed hack for making it non-serializable. What I'm trying to do is the following:
|
| Receive Windows User-Defined Message from Windows Service | 27 Mar 2006 17:44 GMT | 1 |
I have a third-party windows forms application which broadcasts a user-defined windows message. I have to build a windows service which should receive and handle that user-defined message.
|
| need help on regex | 27 Mar 2006 16:46 GMT | 2 |
I've a requirement in regular exp.. I need to replace a pattern...can anyone help me out,... My input string is as below <img src="c:\windows\images\bluehills.jpg"><a heref="sfjs">
|
| Creating simple exe that runs without framework? | 27 Mar 2006 16:37 GMT | 14 |
probably a simple question for most of you: Can I create a simple executable with vb.net, that can run without the .Net framework installed? (like any executable created with VB6 in the old days..) I would like to stay away from permissions, strong naming
|
| .NET SUCKS --- READ FOLLOWING. MICROSOFT IS A SUCKY CO | 27 Mar 2006 14:52 GMT | 200 |
Let me tell you a scenario and you will see what I mean. There is a large application that has communication with a real time system . The app has to respond to the requests in no more than 1 s. The app is a C# .NET app and everything is fine and everyone at
|