Click here to Skip to main content
15,902,032 members
Home / Discussions / C#
   

C#

 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 17:36
sitebuilderDavid Stone20-Nov-02 17:36 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 17:40
valikac20-Nov-02 17:40 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 17:45
sitebuilderDavid Stone20-Nov-02 17:45 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 17:50
valikac20-Nov-02 17:50 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 18:10
sitebuilderDavid Stone20-Nov-02 18:10 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 18:14
valikac20-Nov-02 18:14 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 18:21
sitebuilderDavid Stone20-Nov-02 18:21 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 18:29
valikac20-Nov-02 18:29 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 19:21
sitebuilderDavid Stone20-Nov-02 19:21 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 19:51
valikac20-Nov-02 19:51 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 19:55
sitebuilderDavid Stone20-Nov-02 19:55 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 20:06
valikac20-Nov-02 20:06 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 20:14
sitebuilderDavid Stone20-Nov-02 20:14 
GeneralRe: ListView Fundamentals :: C# Pin
BarryJ22-Nov-02 10:54
BarryJ22-Nov-02 10:54 
GeneralRe: ListView Fundamentals :: C# Pin
valikac22-Nov-02 11:30
valikac22-Nov-02 11:30 
QuestionIs it now taboo to use the registry? Pin
roybrew20-Nov-02 15:38
roybrew20-Nov-02 15:38 
AnswerRe: Is it now taboo to use the registry? Pin
Christian Graus20-Nov-02 15:55
protectorChristian Graus20-Nov-02 15:55 
GeneralRe: Is it now taboo to use the registry? Pin
roybrew20-Nov-02 16:01
roybrew20-Nov-02 16:01 
GeneralThoughts on using INI files in C#/.NET Pin
roybrew20-Nov-02 15:27
roybrew20-Nov-02 15:27 
GeneralRe: Thoughts on using INI files in C#/.NET Pin
Christian Graus20-Nov-02 15:31
protectorChristian Graus20-Nov-02 15:31 
GeneralRe: Thoughts on using INI files in C#/.NET Pin
roybrew20-Nov-02 15:46
roybrew20-Nov-02 15:46 
GeneralRe: Thoughts on using INI files in C#/.NET Pin
leppie21-Nov-02 0:44
leppie21-Nov-02 0:44 
QuestionTransparent bitmaps? Pin
Marc Clifton20-Nov-02 14:37
mvaMarc Clifton20-Nov-02 14:37 
GeneralApp Monitor Pin
MStanbrook20-Nov-02 9:17
MStanbrook20-Nov-02 9:17 
GeneralExposing C# COM object from Windows Service Pin
solidstore20-Nov-02 8:37
solidstore20-Nov-02 8:37 
I'm trying to re-implement a project that I have previously written in C++ using ATL.
Basically, I want to implement a COM object using C# which is hosted inside a Windows Service. I have the COM object and the Window Service both implemented in the same C# project. I cant figure out how in .NET to specify that all instances of the object should be created remotely in the single Window service. I've seen how this can be done using Remoting however I'm wondering if they is any other alternative that will work from non .NET clients? Using ATL there was a way to register the COM class objects so that a single server process was used as the host. Is this effect possible with .NET?

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.