| Thread | Last Post | Replies |
|
| About a Regular Expression Grouping Construct | 26 Apr 2005 19:24 GMT | 9 |
Hello, everybody, do you know how to use this Grouping Construct? (?> ) I've found its reference on MSDN, but still can not understand it totally.
|
| Can't Reinstall Framework 1.1 | 26 Apr 2005 18:37 GMT | 2 |
I managed to screw up uninstalling Framework 2.0 beta. Now it's gone from the "Add/Remove" list, but Framework 1.1 installer seems to think it is still there and will not install itself. How can I permanently get rid of "Microsoft .Net Framework 2.0 beta"? Must be a registry ...
|
| Clip Cursor in .Net Framework | 26 Apr 2005 16:44 GMT | 1 |
I need to confine my mouse cursor to particular area on the screen. I used to use ClipCursor API in VB6. can anybody please suggest me its equivalent in .net framework if any ? I will be thankful to u for the same.
|
| Loading an assembly as domain neutral, CLR Host | 26 Apr 2005 14:19 GMT | 1 |
I've made my own CLR Host and i specified to load all the assemblies as domain-neutral in the CorBindToRuntimeEx API. When i create new domains in the managed code and try to refer some assemblies it shows that all the referred assemblies are loaded in all domains :(.
|
| geting a Named Pipe under DotNet | 26 Apr 2005 13:22 GMT | 1 |
someone know how to get a named pipe in the framework, i think i will again go through p-invoke, right ?
 Signature Ulrich
|
| .Net Framework 2 Beta 2 Problem | 26 Apr 2005 08:00 GMT | 1 |
Hi. Today I decided to upgrade to .Net Framework 2 Beta 2 , so I uninstall my Visual Studio.NET 2003 and the Framework 1.1. After that I installed Framework 2 Beta 2. but whet I go to control panel Administrative Tools, the Framework is not shown there. also when trying to ...
|
| combo box | 26 Apr 2005 07:31 GMT | 2 |
hi there how can i load a text file into a combo regards
|
| Retrieving attribute information from field | 26 Apr 2005 05:24 GMT | 1 |
I have defined my own IntegerRangeAttribute which is used like so: [IntegerRange(DefaultValue = 2000, MinimumValue = 0, MaximumValue = 1000000)] private Int32 iNumBurnInIterations = 2000;
|
| Word Document | 26 Apr 2005 04:44 GMT | 2 |
I am using the following code to open a word docuement: With WrdApp .Documents.Open("C:\My Documents\MyDoc.doc", missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing)
|
| Array.Find<> example | 26 Apr 2005 00:34 GMT | 2 |
I was browsing the vs2005 beta and was wondering if someone could show me an example of the Array.Find<> usage, specifically how to write "Predicates". Say I have an array of DateTime objects, and I wanted to find the date
|
| .net 1.1 or 2.0? | 25 Apr 2005 23:30 GMT | 4 |
I just wanna start writing a .net web service - but which framework shall I choose? What are the main improvements for web services in the net beta2 release of vs2005? Can I still call a 2.0 webservice out of a 1.1 application? Thanks
|
| Logging to Database Sink with Enterprise Library gives runtime err | 25 Apr 2005 19:32 GMT | 1 |
I have a simple test app to log to a database. All I have is try {
|
| System.Timers.Timer bug : timer fires immediately/continously | 25 Apr 2005 18:48 GMT | 2 |
In my application I have code something like: protected System.Threading.Timer timer; // called once on application boot Init()
|
| Projects sharing an output directory | 25 Apr 2005 18:02 GMT | 3 |
Can someone explain what (if any) problems can occur if two exe assemblies share the same physical dll assembly? I've heard it said that each exe should either have it's own private copy of a dll assembly, or the dll assembly should be placed in the gac. Can someone expound?
|
| Windows Remoting Service Periodically Crashes. | 25 Apr 2005 17:03 GMT | 3 |
I am developing a three tiered Windows Service application using remoting. The Server portion of the program runs on a Windows Server 2k3 machine and intermittently crashes. The event log contains the following error message corresponding with each crash:
|