| Thread | Last Post | Replies |
|
| File Writing problem | 05 Jan 2006 08:06 GMT | 7 |
Using the following code, I get a System.ObjectdisposedException. The message is "Cannot write to a closed TextWriter." What is wrong? using System;
|
| Enumerate Groups NAMES in System.Text.RegularExpression (.NET 1.1, VS2003) | 05 Jan 2006 06:35 GMT | 3 |
In .NET Framework 1.1 Visual Studio .NET 2003, System.Text.RegularExpression namespace, I'm attempting to enumerate the Group Names from a Match.Groups. For example: Regex ex = new Regex("blah blah (?<group1>blah blah)");
|
| control refreshment | 05 Jan 2006 06:17 GMT | 1 |
I have a requirement in which I need to refresh a single control instead of teh whole web page. How can I do this asp.net 1.0?
|
| Aspect Oriented Programming | 05 Jan 2006 02:16 GMT | 3 |
how can i use aop in .net 2005?does .net have support about AOP? can you give a example about AOP implementation in .net 2005 Good days////
|
| Missing caption in grouped taskbar buttons | 05 Jan 2006 00:40 GMT | 2 |
I'm experiencing a problem w/ my application where, when taskbar grouping is enabled, and there are sufficient other programs running that grouping is active, if I run my app, then display the help file by using:
|
| Salamander .NET Linker Tool 2.0 Released | 05 Jan 2006 00:18 GMT | 1 |
http://www.remotesoft.com/linker Link assemblies together, compile MSIL to native code, deploy without whole Framework installation, stop reverse engineering, all in one. Here you can download a linked version the Scribble Windows Form sample,
|
| Command line params for dotnetfx.exe | 04 Jan 2006 20:30 GMT | 3 |
Hi again ! What are the command line arguments for the redistributable package of .NET 2.0? (Quiet mode, No restart, etc.) Thank you !
|
| Enumerate, Delete, and Add network printers and drives | 04 Jan 2006 18:53 GMT | 1 |
Is there anyway besides using the Windows Scripting Host COM Object to enumerate all the network printers and drives. I need to change them (server replacement) and don't want to visit every PC in the company to do this.
|
| Client Socket Info | 04 Jan 2006 09:10 GMT | 1 |
Hi, I want to retrive information from a System.Net.Sockets.Socket object client, like the ip address or the name of the client; how can I do that??? thanks.
|
| Compitability | 04 Jan 2006 08:17 GMT | 1 |
Right now I am using framework 1.0.3705 on my server & One application is using it. Now I have to host another dotnet application on our server which wants dotnet framework 1.1. Can I Install 1.1? Please confirm me that earlier application was not suffered by doing this.
|
| Receiving Encoding Chunked with Sockets Class | 04 Jan 2006 08:11 GMT | 10 |
Hi - I am using the .NET sockets class to build a web client. Normally, to receive, I have the following code: Byte[] RecvBytes = new Byte[16368]; Int32 bytes;
|
| Visual Studio is a P.O.S. | 04 Jan 2006 04:14 GMT | 1 |
Ok now that I have your attention...I really don't think ist's a P.O.S. but I am getting rather annoyed. In one particular Visual Basic ASP.Net project, when running the project (F5) I get this error message and VS closes:
|
| Help Out from this..... | 03 Jan 2006 21:59 GMT | 1 |
Can anybody help me by sending the faq's in MCAD (.NET) exams, Its very urgent can anyone help me out, Thanks in Advance, BR.
|
| CIL Chip? | 03 Jan 2006 21:46 GMT | 3 |
There aren't any boxes that run CIL as native code, are there? CIL is still always jitted?
 Signature <http://www.midnightbeach.com>
|
| can vb.net support WINAPI(_stadcall)? | 03 Jan 2006 21:27 GMT | 7 |
or would I have to use C# or C++?
|