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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|