| Thread | Last Post | Replies |
|
| How to Debug a Windows Service? | 02 Feb 2004 20:00 GMT | 3 |
I have write a Windows server application with .net,but I don't know how to debug it,please help me!
|
| Sending audio to another IP address | 02 Feb 2004 18:57 GMT | 2 |
I've been trying to look for information regarding send audio (voice) over the net to another IP address. I haven't managed to find anything yet, and wondered if anyone here has any pointers/links/information on how I may start to get the idea working.
|
| Daylight saving | 02 Feb 2004 18:45 GMT | 1 |
Suppose I want to write program to get Index value of stock market all around the world at the open and close time of each stock market which specify a local time. How can I do this with a daylight saving time concern? Is there FCL support?
|
| from .NET 1.0 to .NET 1.1 | 02 Feb 2004 17:08 GMT | 3 |
I need some comments/help on this. Some months ago, all I had installed in my computer was .NEt 1.0 and the Framework 1.0 . I developed an ASP application then, it run fine, got installed in another server, while I deleted all the programs from my computer after they were saved in ...
|
| Serialization of Hashtable | 02 Feb 2004 14:45 GMT | 2 |
I have noticed that when you serialize a Hashtable, a private variable named "version" gets serialized. From what I can tell this variable keeps track of additions to the hashtable and is used to ensure that items are not added or removed during enumeration.
|
| Calling VBNet functions from asp | 02 Feb 2004 11:54 GMT | 1 |
I am generally doing what I need to using VB6 and .asp but want to avoid registering the DLLs (actually re-registering them on my providers server every time I make a change). I thought VB.net might be the answer but articles so far assume using asp.net with it. As far as I can ...
|
| Best book for .NET framework reference/bible? | 02 Feb 2004 11:20 GMT | 4 |
Hi, I have been developing business applications in VB since version 3 and consider myself an experienced VB programmer. I am looking to learn .NET and would like to get a reference book for the .NET framework.
|
| Detect Incoming Network Connections | 02 Feb 2004 10:16 GMT | 1 |
I am looking for information on detecting the dis/connection of network resources. Anything about taking events from the MPR and AddConnectNotify() (I think that's right) OR WMI. I think detecting outgoing network connections is pretty easy, but detecting incoming connections ...
|
| How can I handle windows message within my .net program? | 02 Feb 2004 08:49 GMT | 2 |
I have a native program app1 written in vc6 and a .net one named app2 written by c#. I need to handle the custmize windows message sent from the app1 to app2.But I dont known how to process all these wm_xxx mixtured with the event model.
|
| Multiple File Upload Problem | 02 Feb 2004 08:36 GMT | 1 |
I am working on ASP.Net. My requirement is that I want to Upload Multiple Files to the Server. I need to have ONLY ONE FILE UPLOAD CONTROL in my page. I SHOULD NOT SUBMIT THE PAGE FOR EACH AND EVERY DOCUMENT browsed.
|
| Finding a class type at runtime. | 01 Feb 2004 22:16 GMT | 2 |
Hi all, I have a class which holds a collection. The collection contains objects and at runtime all objects in the collection are of the same type. For example, the collection will hold cName classes, or cAddress classes. What I can't figure out is how to create a new class of ...
|
| A little help with Windows Services and threads | 01 Feb 2004 15:11 GMT | 6 |
I need to make a service that monitors a directory for changes in the files contained within it. I have two questions: 1. I'm going to be using a FileSystemWatcher object to do the monitoring - but do I need to somehow involve another thread to allow the service to do
|
| How to parse for a substring using regular expressions?? | 01 Feb 2004 14:20 GMT | 2 |
does anybody know I can extract a substring of a text with regular expressions. Let’s consider the following text: “Regular expressions are often used to make sure that a string matches a certain pattern.”. I e.g. want to extract everything between “expressions” and “a” which is ...
|
| regasm and GAC accumulation. | 01 Feb 2004 11:16 GMT | 6 |
1) RegASM puts it in the GAC. But what exactly does that give me? 2) I have a build process which rebuilds a strongly named asm several times a day. I regasm it each time. Each time it takes longer and longer.... I am not unregistering it - do I have like 150 copies of this in my ...
|
| Help - ADO | 01 Feb 2004 03:22 GMT | 2 |
ADO and .NET, need some basic resources and info, thanks.
|