| Thread | Last Post | Replies |
|
| .NET DLL HELL | 21 Sep 2005 03:56 GMT | 3 |
I have created a .NET DLL in VB.NET. My first and very proud. Now i understand the new principles of CLR and .NET Framework. I want to be able to call this DLL from my existing ASP pages not ASPX. They are spread over many websites so I need to have this DLL is one common
|
| Help with regular expression | 21 Sep 2005 02:32 GMT | 2 |
I'm stuck with this regular expression from past 2 days. Desperately need help. I need a regular expression that will allow all characters except these *:~<>'
|
| How to search a XML document node by node | 20 Sep 2005 20:36 GMT | 1 |
I have want to read a xml file node by node. How can I do it? I am using following code to load xml file. XmlDocument doc = new XmlDocument(); doc.Load(fileName);
|
| how to get the number of milliseconds between two System.DateTime objects | 20 Sep 2005 17:27 GMT | 2 |
how to get the number of milliseconds between two System.DateTime objects
|
| Datagrid | Capture Key Down event | 20 Sep 2005 17:24 GMT | 1 |
I have a windows application wherein I have focus on a datagrid. Now when i hit the down arrow, I want to capture the event. However, my datagrid.KeyDown event handle is not getting invoked at all. This is actually the first time I'm ever having to use this event of the
|
| Crypt32 errors? | 20 Sep 2005 17:04 GMT | 1 |
I have an ASP.NET web application running on a Win2K3 server. I get the following error in the Event Viewer (Application) whenever I attempt communicate using: Event Type: Error
|
| Using VB.net and VB6 | 20 Sep 2005 16:54 GMT | 2 |
I'm currently programming in VB6 and wish to start working with .NET. Does anyone know if it is possible to run both versions on the same machine? I need to be able to continue working with VB6 until I figure out .net. Thanks
|
| How to Give an ASP.NET app access to local server registery? | 20 Sep 2005 16:00 GMT | 2 |
How can I permit my ASP.NET web app access to the Event Log? I sometimes use the application Event log to write out debug info when I'm testing -- but I get an error: "Requested registry access is not allowed."
|
| Microsoft .NET Framework error | 20 Sep 2005 15:46 GMT | 4 |
I have a problem. I am running a program that used to work when suddenly...it stop working. I got this message: "Index was outside the bounds of the array"
|
| Now, my solution is being kept from building because of warnings ! | 20 Sep 2005 12:55 GMT | 2 |
Some weeks ago, my application was running okay even though the above warnings were already being showed. Now, it is refusing to build because of them. It's a C# project that runs along with a couple of other VB projects in the same solution. Have I touched the wrong buttons and ...
|
| C# Code example - Question | 20 Sep 2005 10:52 GMT | 3 |
I developed a client-server file transfer application using C# for my studies. Everything works fine, but I use the follwing code (which I've found somewhere over the net) and I'm wondering why does this code contain the
|
| DLL.NET wont register, Any Work rounds | 20 Sep 2005 09:40 GMT | 4 |
I have decided cause I am fed up of re-creating code that does the same thing over and over again for various websites, I thought i'd try to write a DLL and have done so in Visual Studio 2005 and tested it very well in VB.NET exe debug test program and everything worked.
|
| [Array] How Index from Name ? | 20 Sep 2005 09:31 GMT | 10 |
I have an array. I have the name of an element. I need the related index. Is there a sort of "GetIndex" method
|
| Need some urgent help, please!! | 20 Sep 2005 08:22 GMT | 2 |
I need to extract Socket object from a TcpClient object, in order to get client's IP address. I've found the following article that describes how to derive from TcpClient class and use the Client property (that I need so much...!).
|
| Program works differently after it's installed on a machine. | 20 Sep 2005 06:55 GMT | 3 |
I've been working on a problem which has me totally confused. My application is checking a collection of objects to see if they have a difference in one of it's properties. If it does, it's including a list if different properties in its print-out. If not, it just prints the ...
|