Stateless objects
Sun, 24 Jul 2005 22:12:20 +1200
Hi,
If I have a class installed in COM+, which has class level private
variables, can the values be exposed to other users of the class if object
pooling is not enabled.
For example class 1 is used by UserA and a private variable is set in the
class. If UserB is using the same class is there a danger th ...
|
PropertyDescriptorCollection.Add() - Method Not supported?
Wed, 20 Jul 2005 11:37:48 +0200
Hello,
I am attempting to implement a custom collection and wish to databind it to
a datagrid.
Currently I can successfully bind the data, but all the properties in my
custom object appear in the grid.
I wish to hide some of the columns.
I have been advised that to do this I need to provide a
PropertyDesc ...
|
J-Integra for COM (Java COM interoperability)
14 Jul 2005 14:52:08 -0700
Looking for Java/COM interoperability tools? Thousands of companies
world-wide are using J-Integra for COM for interoperability between
Java and Microsoft COM applications. J-Integra for COM is a pure Java
implementation of the DCOM protocol, making it several times faster
than Web Services.
J-Integra for C ...
|
J-Integra Espresso (Java .NET CORBA interoperability)
14 Jul 2005 12:15:19 -0700
Looking for Java/.NET/CORBA interoperability tools? Intrinsyc Software
has just released the latest addition to its popular J-Integra
Interoperability Suite... J-Integra Espresso! J-Integra Espresso is a
true CORBA solution for the Microsoft .NET framework. This Object
Request Broker (ORB) has been written in ...
|
Combining 4 assemblies to create on old style COM
Thu, 14 Jul 2005 14:05:06 +0530
I have 4 assemblies source code in C#.
Now i want to combine all of these to create a one single regular old style
COM component which can be used by my ASP page.
Is there a way to do this ?
Thanks.
Mahesh
...
|
any taker >>Re: using C# managed assembly from ASP(old) [not asp.net]
Wed, 13 Jul 2005 20:29:30 +0530
can anyone guide on this ?
Mahesh
"Mahesh Bhirangi" <mbhirangi@sumtotalsystems.com> wrote in message news:...
> We are working on a web based product which uses ASP and java script. With
> new requirements we have an independent module
> which has separate business logic. Now we want to write this module ...
|
using C# managed assembly from ASP(old) [not asp.net]
Tue, 12 Jul 2005 17:08:27 +0530
We are working on a web based product which uses ASP and java script. With
new requirements we have an independent module
which has separate business logic. Now we want to write this module using
C#.
- Is it possible to create a managed code assembly in C# and use that from
an ASP application ?
- Is it po ...
|
|
|
Create .NET UI component for use by VB6
12 Jul 2005 01:10:52 -0700
I need to use my C# UsereControl in a VB6 application.
My first step was to build a new WindowsControlLibrary project and add
the usercontrol to it.
It compiled, a DLL was built, and by setting the "Register for COM
Interop" to TRUE a .tlb file was also built.
But to use it in a VB6 application as a Compone ...
|
Modify attribute value at runtime ?
Mon, 11 Jul 2005 16:18:01 -0700
Hi,
I develop a component based on TextBox. I have added some new properties
with different attributes (category, description, ...) for the PropertyGrid
at design time.
Is it possible to modify these properties at design time?
ex: according to the value selected by the developer for a property, I want
...
|
How to group properties in property grid for a UsrControl
Sat, 9 Jul 2005 22:16:01 -0700
Hi,
I develop a UsrControl based on a TextBox.
I add a format property and I would like to group 2 other properties under
the format property like that:
+ Format Standard
Name "Standard" (readonly)
Custom ""
I try to do the same behavior than the font property or the size p ...
|