Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > november 2004 > threads for sunday november 21

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

ThreadState of a background Thread
Posted by Ahsan at 11/21/2004 11:35:01 PM
I have created some background threads so that when the application aborts all the threads should be automatically aborted. But the problem is that when I make a thread background thread I am unable to correctly find its thread state as the thread state property always return 12. If I make t...more >>


How do I create a simple DCOM object in VB.NET??
Posted by David Dolheguy at 11/21/2004 11:03:01 PM
I have been using VB.NET for some time now and now have to create a DCOM Server which contains interfaces for which DCOM client's can talk too. My initial problem is that I'm not 100% sure where to start!! I believe I need to create a Class which contains the interfaces then create a CCW w...more >>

Problems with the contructor/new() method in the subclass
Posted by Antuane at 11/21/2004 10:51:29 PM
I've got a class as follows, PUBLIC CLASS BaseClass Sub New() End Sub Sub New(byval cName as String) End Sub Sub New(byval cName as String, nAge as Int16) End Sub END CLASS PUBLIC CLASS Person Inherits BaseClass END CLASS ** Coding If suppose i try the following p...more >>

Webservice Dataset Type Fidelity Hoo Hah!!
Posted by Richard Myers at 11/21/2004 10:07:00 PM
Hello. I am getting an InvalidCastException which has revealed yet more of my ignorance. I cant believe i dont already know this and haven't encountered it before until now. I am consuming a dataset from a webservice. I wrote both the server and client apps and the both use the same middle t...more >>

.NET Installation works fine...except when running Windows.NET applications...PLEASE HELP!
Posted by jensendarren NO[at]SPAM hotmail.com at 11/21/2004 7:35:18 PM
Hi, I have a machine which is running Windows Server 2003, IIS and .NET V1.1. I have been using this machine very well for about 6 months now for running ASP.NET on IIS and the occasional .NET Console Application. Now I need to build a Windows Application and it does not work. I tested it wit...more >>

how to create a "docked" window
Posted by Logan McKinley at 11/21/2004 6:00:22 PM
I am trying to emulate the "docked" functionality in AIM. Basically it "snaps" to the side of your screen and resized all other windows around it. I can get it to "snap" without a problem but when a user clicks the maximize button on a different application it covers my application up instead...more >>

circular dependence
Posted by Leslie at 11/21/2004 5:33:01 PM
I have 2 dlls and they reference each other, thus causing the circular dependence error. I have read about other cases and people say use Interfaces to solve the problem with the shared methods. My case is getting the error, not because methods need shared, but because forms need shared. ...more >>

Basic quetion about domain model and design pattern
Posted by Julia at 11/21/2004 4:53:59 PM
Hi, I have asked this before,and I didn't get answer, I guess I didn't properly explain self I have a domain model in which the lower component-Channel- in the hierarchy can be replaced at run time,using reflection Application[m_ApplicationContext] -->Manager ------>MessagingService...more >>



Printing from web forms
Posted by Mike at 11/21/2004 2:59:03 PM
I have a VS 2003 project (VB) that has 3 web forms. The first form (page 1) collects variables from the user via radio buttons and dropdown list then call a second form (page 2). The second form creates a number of charts, graphs and text boxes using the data collected from the user. Here ...more >>

Can you convert a string to a variable name?
Posted by Byron at 11/21/2004 1:35:08 PM
I am trying to come up with generic routines that can create a reference to a variable on the fly. Assume every form has a variable named for the form, followed by 'foo'. For instance, a form named test would have a variable named 'testfoo' and the from test2 would have one named 'test2foo'....more >>

Create shortcut
Posted by Peter Schmitz at 11/21/2004 11:55:03 AM
Hi again, how can I programmatically create a shortcut to a given file? thanks a lot Peter...more >>

Corrupted .NET Framework
Posted by Basil Parmesan at 11/21/2004 9:37:02 AM
After installing the IE SP2 upgrade in late August, I attempted to install the .NET Framework security patches recommed by the Microsoft Upgrade site. I get all types of error messages, basically saying that I can't uninstall the existing versions or upgrade to the newer version. Microsoft s...more >>


DevelopmentNow Blog