| Thread | Last Post | Replies |
|
| Users Profile | 26 Mar 2008 08:18 GMT | 1 |
At the present time I'm running a Windows 2k domain called abc.local. There are roughly 20 users and 25 pc's attached to the network. I just created a new domain call xyz.local and I was able to copy all the users over. Just for test purpose, I detached one pc and from abc ...
|
| outlook web access microsoft exchange service 2003 | 26 Mar 2008 08:18 GMT | 1 |
I have a problem where when someone sends an email and set a calendar date it is always off an hour. How can this be fixed?
|
| automtic closing | 26 Mar 2008 08:17 GMT | 8 |
i'am writing a program in vb.net 2005 based on an access database. Now, i want to close my program automaticly when the user is inactive to a period of eg 10 minutes. I want to close all mine connections to the database en quit the program.
|
| HowTo programmatically define roles and users ... | 26 Mar 2008 03:36 GMT | 1 |
In work on a large Intranet application using WCF. Clients can impersonate via a login form and should get access to objects on the WCF host via roles checked programmatically on the host. The WCF host is a Windows Service.
|
| Disappearing .Text | 25 Mar 2008 18:24 GMT | 1 |
My vb.net application accesses a SQL Server database and binds data to combobox .Text properties. Some form combobox and textbox controls are automatically populated based on information discovered in the database. I use a class to return the data values and add them to a ...
|
| Designer verbs on user controls | 25 Mar 2008 12:18 GMT | 1 |
I am trying to design a re-usable wizard control with design time functionality to add and remove wizard "pages" (which will take the form of a collection of panels onto which the developer will be able to add controls at design time).
|
| What's the point of StringWriter? | 24 Mar 2008 17:11 GMT | 2 |
Putting aside the fact XmlTextReader and various ASP.NET classes use StringWriter, what purpose is it meant to serve? All it does is use the provided StringBuilder and .Append() to it from what I can tell while implementing IDisposable. Can someone shed some
|
| Dispose Unmanaged resources | 24 Mar 2008 17:01 GMT | 2 |
We all know that in .NET, we don't need to worry about memory leak becaseu GC does a nice job to collect it. The only time we need to worry about memory leak is when we use unmanaged resources, such as COM-based objects written in C++, for an
|
| Can I modify some XML files inside a DLL? | 24 Mar 2008 16:55 GMT | 1 |
I have a dll file which has some embedded XML files inside it. Now I need to add a field to this xml file, but I dont know how to go about it. I have tried to decompile the whole thing and recompile but it
|
| Chatting application in asp.net | 24 Mar 2008 16:42 GMT | 1 |
I have implemented one social networking site using asp.net and I want to integrate the chatting in site. So if u have any idea or any reference link about that please let us know.
|
| Alignment question | 24 Mar 2008 16:16 GMT | 2 |
A couple of quetions regarding the following simple code provided below: a. Why don't the Label and the RadioButtonList align on top? The text also doesn't align. b. Why do the radiobuttons "Self" and "Team" appear so far apart from each
|
| 500-Internal server error | 24 Mar 2008 11:51 GMT | 1 |
I created a dll of an aspnet application in a server (say server 1)after building the application in relase mode with debug=false in its wbconfig . Later i copied this dll in other server(say server 2) and when some outside system wants to use this dll he gets error as 500 ...
|
| ClickOnce & branch of versions | 24 Mar 2008 06:44 GMT | 1 |
Hello to all! I have an interessting question here concerning ClickOnce technology. I have a .NET 3.5 Windows application that is deployed on client computer via ClickOnce. The version is 1.0.0.0. Now I want my users to
|
| sharing host computer folders and drives w/ Vitrual PC | 24 Mar 2008 04:03 GMT | 1 |
I would liopen files on my host machine from my Virtual PC running Office 2007. I have many files in My Documents running on my host PC (Windows Vista). the operating system on my host machine is Vista.
|
| Unit Testing - The Merit of Writing Tests First is Questioned | 24 Mar 2008 02:49 GMT | 9 |
So I'm looking at this test-driven development (TDD) paradigm, and I like the idea of having automated tests. That idea is not new. But according to the TDD approach, we are to write our unit tests FIRST - even before writing the code that the test is ultimately going to
|