| Thread | Last Post | Replies |
|
| Inteface (and life) sucks | 01 Dec 2005 22:42 GMT | 8 |
I've never used Interface and never will. But now I have to make major modifications to a large system where almost all classes are based on some kind of Interface. Hundreds of classes.
|
| Did Microsoft actually release VS 2005 on November 7th? | 01 Dec 2005 22:39 GMT | 5 |
If you go to their site (http://www.microsoft.com/products/info/render.aspx?view=22&type=mnp&content=22/r eseller) it shows resellers. But, Tiger Direct, CompUSA, Fry's, NewEgg, etc. don't show VS 2005 on their websites (or in the local stores).
|
| 2 Copies of the same Windows Service on a Server (any Easy way?) | 01 Dec 2005 20:35 GMT | 1 |
Is there any way to run 2 or more instances of the same Windows Service on a server? I've started creating 2 different Windows services that do exactly the same thing and it just seams like a waste when all I am trying to do is change the name of the service so that I can
|
| C# Express | 01 Dec 2005 20:11 GMT | 1 |
I am using C# Express currently and have been wondering if it is possible to create a webservice using this? Thanks for your help. John
|
| c# prg will run in any m/c | 01 Dec 2005 19:28 GMT | 2 |
hi, my c# program will run in any m/c without .net framework. ???? Murali
|
| AD phonebook | 01 Dec 2005 19:17 GMT | 1 |
considering a webapplication where its datasource is AD - could someone please direct me how to connect to the AD ? some links would be nice...
|
| Source code sites? | 01 Dec 2005 18:07 GMT | 11 |
I am looking for .Net 2.0 VB, C or C# source code (even advanced 1.1 code is OK). I find that I learn more, faster by tweaking other people's code than by simply reading book after book on the subject. Any links that you could provide (the more advanced the better) would be
|
| Windows Service startup problem | 01 Dec 2005 16:22 GMT | 3 |
I have create a Windows service that uses a timer to access a Web Service. The service is set to start Automatically and its using the local system account. The service also logs events to the event viewer and the Event viewer is set to overwrite events as needed. The problem is ...
|
| ANN: free DPack for VS.NET 2003/2005 v2.5.1 | 01 Dec 2005 14:59 GMT | 2 |
I'm pleased to announce a new v2.5.1 availability of our free VS.NET 2003 and VS 2005 add-ons collection called DPack. DPack includes various browser tools that allow the developer to quickly find solution's code members, types or files. Additional tools such as
|
| Multiple Inheritance scenario | 01 Dec 2005 12:41 GMT | 6 |
i'm a little confused as how to accomplish this I have multiple actors in a timesheet system I am developing. Some of the actors are: Administrator, Manager, Reviewer, DefaultUser, etc... Now, all users inherit from DefaultUser, but I also want an
|
| Too Dumb for Dot Net 2005??? | 01 Dec 2005 10:54 GMT | 2 |
Hi all. I am very much a Novice when it comes to VB, though I have dabbled in VB6, .net 2003 and have just downloaded 2005. I have a very basic app I built that I want to pass onto some friends etc, however, I want to make sure I include the redistributable framework etc on
|
| add parameter into dynamic user control | 01 Dec 2005 09:56 GMT | 1 |
how can I pass a parameter to dynamic user control? As I know we can pass parameter into traditional user control. e.g: add pageid into user control and write a property from user control <uc1:uccc id="uccc1" runat="server" pageid="1"></uc1:uccc>
|
| Why LIBs and EXP files | 01 Dec 2005 09:45 GMT | 2 |
Can anyone please explain what is the purpose of LIBs and EXP files in Windows.
|
| Regions and GDI+ | 01 Dec 2005 08:08 GMT | 2 |
What is a general way to code the application that has some regions and needs to do the hit testing. Say, for example, I have a bitmap that shows the United States, now I want to be able to display a message showing the name of the selected State. Or, I increase or decrease the ...
|
| User Control | 01 Dec 2005 07:31 GMT | 1 |
I have a label in a user control and I want to be able to modify the text from the code behind the page using the user control. How can I do this? I've tried buy using the following code but I receive a message saying the property is "inaccessable due to it's protection level
|