| Thread | Last Post | Replies |
|
| FREE statistical library | 31 Jan 2006 23:48 GMT | 1 |
im looking for a FREE statistical library (in fact no so complicated) It should include: - linear regression - matrix transformations (mainly inverse)
|
| Running Client Side C# Using ASP.NET | 31 Jan 2006 23:09 GMT | 5 |
I found a great article a while ago about how to write client side C#. Sadly, I can't find it again now, but here's the jist of what I learnt to do: 1. Write a C# (or any .NET language) dll.
|
| using 'new'. Do I have this right? | 31 Jan 2006 22:54 GMT | 1 |
Putting Polymorphism aside. In a situation where a non-virtual method in a base class is hiden in a derived class by declaring a method with the same signature as in the base, you only have the option of using the 'new' keyword but not the override keyword. Correct? That said,
|
| Design Pattern? | 31 Jan 2006 22:31 GMT | 6 |
I'm not an expect in .NET, so would anyone know an answer a design pattern for the following? There are many customers that require minor customizations to the program I will be developing. I would like to reuse the majority of the
|
| printing directly in the lpt1 | 31 Jan 2006 22:00 GMT | 1 |
Does anybody know as printing directly in the lpt1? Tks
|
| how to set the value in html select control | 31 Jan 2006 21:18 GMT | 1 |
I have the following piece of html code in a page <table width="90%" border="0" align="left" cellpadding="0" cellspacing="0"> <tr> <td width="26%"> day</td>
|
| Does NAnt support .NET 2.0 final? | 31 Jan 2006 20:31 GMT | 1 |
>From here http://nant.sourceforge.net/, it seems to only support 2.0 beta 2. Can some one confirm if the 2.0 final is supported or what effects building with NAnt .85 C3 will have on 2.0 final? Thanks,
|
| Winsock and C# | 31 Jan 2006 20:11 GMT | 3 |
Hi Guyz well I wanna implement a tcp chat program with C# and winsock, and I know that I should use Asynchronous methods so my windows program won't be blocked, but in my application both clients could send and receive messages
|
| Detect CD or DVD (which is on my drive) | 31 Jan 2006 20:01 GMT | 4 |
Hi, I'm trying to build an aplication to manage my discs (CD/DVD) and i'm trying also to add an automatic info colector. I can access the volume label, the size an even the date of some recorded discs... but I can't determine whic kind of disc (CD/DVD) is on my drive.
|
| string concatenation.... | 31 Jan 2006 19:52 GMT | 3 |
I am a newbee to C# and i have a very simple problem. Basically I have a string "servername\userid". I just want to get the userid part. Don't know how. C# Gurus, can you show me a simple solution.
|
| Ping application B from A ? | 31 Jan 2006 19:43 GMT | 6 |
I have two .NET 2 applications. Application A need to check if application B is alive. How can I do this? In Win32 I just use PostMessage to B and it posted a message back to A
|
| NetWork Stream problem.. i gave up :( | 31 Jan 2006 19:42 GMT | 2 |
hi guys... im writing a client/server application that uses tcpclient/tcplistener to do the comunications... i defined a tcpclient object called "client" and a networkStream called
|
| How to create a structural diagram in Visio proffessional from C# | 31 Jan 2006 19:21 GMT | 1 |
In developer studio 2003, I created a solution containing a C# windows app. I want to re-engeneer the app using Visio Professional 2003. How can I make visio create the structural diagram??? Hans.
|
| nothing is returning from remote application.... socket problem | 31 Jan 2006 18:20 GMT | 6 |
I am using the following code, don't know what am i missing. in BYTE2 I am not getting any information from the remote application. any guidance would be highly appreciated, thanking you in advance // PatentRequestPaket is a structure defined above in the class
|
| Inheritance, Specialization, and Factory Classes | 31 Jan 2006 17:56 GMT | 4 |
Using the dotnet v1.1 framework (so no generics possible). I'd like to create a bunch of Factory classes that all inherit from a single abstract base Factory class. Each Factory is responsible for the creation of objects of a type that inherit from a base class. Factory
|