| Thread | Last Post | Replies |
|
| Is there anyway to redirect to a full screen from a call in an ifr | 06 Dec 2004 03:54 GMT | 1 |
I don't think it is possible, but is there anyway to redirect to a full screen from a redirect call within an iframe?
|
| Determining if an object has been finalized. | 05 Dec 2004 23:58 GMT | 7 |
Is there a way to determine if an object has been finalized? I figured you'd ask the GC somehow - but I can't see a method for doing this. Thanks everyone. ==
|
| Where is the VB6 Data Repeater in .Net?? | 05 Dec 2004 23:10 GMT | 9 |
In my opinion the VB6 Data Repeater has to be the most versatile control ever released by Microsoft. They also sharee this opinion when they released it but I have not been able to find its .Net equivalent. I have found a weaker versions of it in the web controls called ...
|
| XP Treeview image | 05 Dec 2004 22:49 GMT | 2 |
Preparing for a XP migration in about 4 weeks... Problem: In-House Dev App (.Net FW 1.1 - VB.net - Network Share) working OK on W2000.. On test XP test machines the Treeview image not showing...
|
| Restarting a thread | 05 Dec 2004 20:24 GMT | 13 |
I started two threads (thread1 and thread2) from main thread ... and after a while thread1 stops. Can I restart thread1 from thread2? Actual problem:
|
| Minimize delivery failures | 05 Dec 2004 19:24 GMT | 1 |
My company has three buildings with a network connecting them between. One of the buildings is outside of the country (in the Dominican Republic). I would like for a program had I have built to be able to communicate with a web service running in one of the other two buildings. I ...
|
| Help with Regular expression | 05 Dec 2004 19:14 GMT | 4 |
I am trying to write a regular expression to parse the string: Database=TestDB;Data Source=server;User Id=guest;Password=; Am doing this to extract the values after the equals sign( =) and before the semicolon(;)
|
| Can I change solution name? | 05 Dec 2004 17:26 GMT | 1 |
I have a VS.net solution which has 2 sub projects. Now I have a question that how I can change a solution name so I can have same source code for different projects? Can I just go to explorer and change the sln name to other? Thanks for any help,
|
| what happens if pulse is invoked before wait? | 05 Dec 2004 15:09 GMT | 2 |
I'm using the Monitor class to perform some simple synchronization between threads. In the documentation for pulse it says: "The remarks for Wait(Object, Int32) address an issue that arises when Pulse is invoked before Wait."
|
| exceptions with nested windows messages. | 05 Dec 2004 15:08 GMT | 1 |
I have a form with 2 buttons: button A starts a long running process which periodically calls Application.DoEvents() and button B which stops the process by throwing a special exception trapped by the processs itself. This works fine in the debugger, but running outside of the ...
|
| Access database won't open | 05 Dec 2004 11:35 GMT | 2 |
I have created a database connection to an access database in my web application. The problem is that I get the following error message, even though nobody is connected to the database. I have tried a fresh boot, downloading the latest Jet drivers, disabling the sql server, and ...
|
| OK - Stupid NUnit question | 04 Dec 2004 21:05 GMT | 3 |
All, Ok I am reading through all this NUnit stuff and using it to unit test .Net applications. My first question which I have not seen an answer to yet is:
|
| send a message from a managed C# program to an unmanaged program | 04 Dec 2004 19:27 GMT | 2 |
hi group. I have a program that get some data, parse it and then resend it in a standard format, each time. I develop this application in C#.
|
| Possible TRY...CATCH...END TRY | 04 Dec 2004 15:17 GMT | 68 |
I think I discovered a possible improvement on .NET Framwork's TRY...CATCH...END TRY statement. I guess most developers might also have been discovered that at some point in their .NET development process but continued to ignore the problem due to their workloads.
|
| Building web control which could integrate into Visual Studio.NET | 04 Dec 2004 01:28 GMT | 1 |
I have a customised class which inherited from the ASP.NET webcontrol (e.g. a textbox), now I have add in a few properties into this class, and a few simple script into it. I have build this control, and add it into the Visual Studo.NET IDE toolbox.
|