| Thread | Last Post | Replies |
|
| Can you reverse the sort order of a sortedlist class | 13 Aug 2004 13:34 GMT | 1 |
I am using the sortedlist class but would like the order of the class to be reversed. I know i could loop through the sortedlist class backwards using the index but i would rather have a method on my class which has a private instance of the sortedlist class and be able to ...
|
| Buffer Full or Queue Problem | 13 Aug 2004 13:23 GMT | 1 |
I am getting an error while using MS Framework 1.1 that says "An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full". I saw a refrence to a hotfix that you need to ask MS about. Does anyone have that hotfix or ...
|
| Validating Email address with System.Text.RegularExpressions.RegEx | 13 Aug 2004 08:35 GMT | 3 |
I'm a little confused by this functionality. It doesn't seem to be behaving like it should. I am using the following regular expression to validate email addresses:
|
| free database server for desktop application with ado.net driver | 13 Aug 2004 08:25 GMT | 2 |
I need to develop an aplication that needs a database. The application is small and the use of SQL Server is not a choice. Can anyone give me hists about *free* database engines with ado.net support? TIA
|
| Does .NET provide any mechanism to replace ActiveX controls on web??? | 13 Aug 2004 06:24 GMT | 2 |
Is there any mechanism in .NET Framework which can help me to replace activex controls on my web page?? As activex controls need to be downloaded on the client machine, and my clients are not interested in downloading any such binaries to
|
| Time delay/lapse when adding days to a time value | 13 Aug 2004 00:29 GMT | 1 |
I do the following: DateTime dt = DateTime.Today.AddDays(0); // that's a zero then on my machine, the DateTime.ToString("yyyy-MM-dd") returns a date that is YESTERDAY!
|
| unordered list in codebehind | 12 Aug 2004 22:03 GMT | 5 |
i need to create a unordered list with listitems in it in my codebehind. There is not an object in the Framework for that is there? something like HtmlList or something. Does anybody created something like this?
|
| Hashtable: setting a value? | 12 Aug 2004 19:12 GMT | 1 |
How do you reset a value for an existing key in a hashtable? I need to create a collection and compare the values with another collection: when certain parameters are met then I need to reset the value of certain elelments in the first collection.
|
| How to: Object to pointer/handle and pointer/handle to Object | 12 Aug 2004 18:07 GMT | 1 |
I'm using message queue and would like to know how do I return a IntPtr to the MessageQueue object I created in IntPtr MessageQueueCreate(string name){ MessageQueue mq = new MessageQueue.Create(".\Private$\"+name);
|
| Config file for assembly called by Commerce Server 2002 pipeline | 12 Aug 2004 14:24 GMT | 3 |
I'm creating an assembly that has some configuration requirements (eg access credentials to perform a service). I guess my config settings would go in myapp.exe.config (windows app) or web.config (asp.net app) like so...
|
| Hashtable: setting a value? | 12 Aug 2004 14:15 GMT | 1 |
How do you reset a value for an existing key in a hashtable? I need to create a collection and compare the values with another collection: when certain parameters are met then I need to reset the value of certain elelments in the first collection.
|
| Treeview and Listview | 12 Aug 2004 12:27 GMT | 4 |
I'm building a "Server management console" in which the administrator can see which users (clients) are logged-in and which actions they are taking. Now my problem is the following; For the logging of different info, i use datatables (e.g. a table for
|
| .NET and new nullptr pointer value | 12 Aug 2004 04:16 GMT | 1 |
I have a simple question. With C++/CLI (and being added to C++ in general) there will be a new keyword "nullptr" which is a "better" thing to use when zeroing pointer types or testing them against zero.
|
| Using updated private assembly without recompiling primary project | 12 Aug 2004 02:40 GMT | 2 |
I have a main project which references a configuration library (dll) say v1.0.1.1 when I update the configuration library and redeploy to the /bin directory the system does not pick up this new version ever unless I recompile the main project with a reference to the new
|
| dynamic application configuration file | 11 Aug 2004 19:42 GMT | 1 |
I want to know if it is possible to modify dynamically the assembly resolver via the configuration files. When are these file loaded ? Do i must to restart my app when the configuration file have change. Thank you
|