| Thread | Last Post | Replies |
|
| Rendering XML to form and saving it back to XML | 31 Dec 2004 21:19 GMT | 5 |
I have a XML file as below ---------------------------------------------------------------------------------------------------------------------- <?xml version="1.0" standalone="yes"?> <BorrowerContainer>
|
| Plugins and AppDomain(s) - One or many? | 31 Dec 2004 21:12 GMT | 4 |
I am designing a plugin system for a window application using .NET(C# specifically). One of the requirements of the plugin system is to be able to dynamically load/unload plugins. My initial thought was to use System.Reflection.Assembly.Load to load the
|
| Newbie question - migrating from VB to VB.NET | 31 Dec 2004 19:24 GMT | 1 |
I am looking for some general guidance. (pardon the ignorance). We currently have a vb6 app talking to a vb6 DLL talking to an SQL sever 2000 database. Our goal is to take our existing application to VB.NET and connect to the
|
| Building for use with non-.net compatible windows systems | 31 Dec 2004 16:35 GMT | 3 |
This may seem like a strange question to most readers, but I made a nasty assumption when I made my first little "Hello World" application. Seeing as I'm 100% novice to Visual Studio, and .net in general, I made an assumption that compiled programs worked on all windows (at least
|
| Strange behavior | 31 Dec 2004 13:23 GMT | 1 |
I just went through a wipe and reinstall. Now everytime I start Outlook my system wants to reinstall Visual Studio. If I cancel it 3 times Outlook starts and runs fine. I can live with it but would much appreciate help in making the behavior normal.
|
| How i list or enumerate classes (names of classes in string format) from a certain namespace? please help. | 31 Dec 2004 12:14 GMT | 1 |
Happy New Year! How i list or enumerate classes (names of classes in string format) from a certain namespace? please help.
|
| How to Implement Client-Project Adaptable User Authentication in Reusable Code Base | 31 Dec 2004 05:31 GMT | 1 |
Hello,EveryBody! I'm troubled by a design problem, Hoping that you'll save me out! The Situation is: We have two project of code A and B.A is our reusable code base, B is
|
| Class Design Tools? | 31 Dec 2004 00:43 GMT | 4 |
I'd like to know about application(s) or the name by which the following process is referred which would allow a business analyst to enter the following statements which when submitted would result in the generation of class library members...
|
| www.designcontents.com | 31 Dec 2004 00:29 GMT | 1 |
Do you want COOL design resource? If you are... visit our website "http://www.designcontents.com" Design Contents provides communication professionals with an indispensable resource for searching, purchasing
|
| Specify member scope in Interface Classes | 30 Dec 2004 22:29 GMT | 4 |
Have you ever noticed that when you look at an Interface Class definition (ie IDisposable), the methods or properties belonging to the class are defined as abstract (C#) or overridable (vb)? How can this be? When I create an Interface class and try to give
|
| Implementing a Filmstrip | 30 Dec 2004 22:13 GMT | 5 |
I need to duplicate something that is easy to do in Access using a recordset with its movenext, moveprevious, movefirst, movelast, and move(i) where i is a positive or negative integer. I do not know how to do this in .NET. None of the existing data structures dataset, ...
|
| So close........ | 30 Dec 2004 16:53 GMT | 1 |
I am so close to settin up our company website on my PC - for development purposes (come across across hurdles!). IIS on my PC doesn't let me add website but only virtual directories. I am running Windows XP Prof with IIS 5.1.
|
| Where can I find info on this | 30 Dec 2004 15:37 GMT | 1 |
I need to create an app that will listen on a modem for a call and when I punch in a number from the phone pad the ap[ will do something. Where can I find info on using VB.NET with modems. Thanks
|
| Service | 30 Dec 2004 12:56 GMT | 3 |
I have created a service that create a process. The service is running in local system account & it also create the new process in system account. In process i have to access network resource .
|
| TimeZones - help wanted ... help needed ... desperate for help | 30 Dec 2004 10:56 GMT | 1 |
I am writing an application that will be used across multiple time zones (Eastern to Pacific) and since much of the application revolves around time stamps, I need a best practice for storing time information in a database and displaying it correctly to the user (adjusted for his ...
|