Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: ScrollBar Problem Pin
Heath Stewart21-Oct-04 9:07
protectorHeath Stewart21-Oct-04 9:07 
GeneralChanging the Form icon Pin
Tony D. Abel21-Oct-04 2:03
Tony D. Abel21-Oct-04 2:03 
GeneralRe: Changing the Form icon Pin
perlmunger21-Oct-04 7:16
perlmunger21-Oct-04 7:16 
GeneralRe: Changing the Form icon Pin
Tony D. Abel22-Oct-04 5:36
Tony D. Abel22-Oct-04 5:36 
GeneralRegister Window Message Pin
ppp00121-Oct-04 1:42
ppp00121-Oct-04 1:42 
QuestionHow to find the window handle of MessageWindow instance of C# compact framework? Pin
ting66821-Oct-04 1:41
ting66821-Oct-04 1:41 
Generalcreate COM in c# Pin
ppp00121-Oct-04 1:32
ppp00121-Oct-04 1:32 
GeneralRe: create COM in c# Pin
perlmunger21-Oct-04 7:02
perlmunger21-Oct-04 7:02 
I am currently working on creating a COM+ component using C#. I can't asnwer your question about calling it from an HTML file, however, I have successfully run my COM component from a VBScript on the command line. Do a search on google for System.EnterpriseServices.ServicedComponent (you will inherit from this class to create your component). You will find several articles online that explain how to do it. Once you have successfully created your component, you simply register it with the regsvcs command line tool. Then you will see it in the component services control panel. You then instantiate it from your script as you would any other COM component.

One thing to keep in mind is that while the API to do all of this seems pretty clear, in practice it proves very complex and confusing. I am currently having some problems myself that I hope to figure out soon. Anyhow, let me know if you can't get going. I'll help you out however I can.

-Matt

------------------------------------------

The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall
QuestionHow to convert a string to int ? Pin
Andres Coder21-Oct-04 0:39
Andres Coder21-Oct-04 0:39 
AnswerRe: How to convert a string to int ? Pin
Xiangyang Liu 刘向阳21-Oct-04 0:49
Xiangyang Liu 刘向阳21-Oct-04 0:49 
AnswerRe: How to convert a string to int ? Pin
Yuvaraj N21-Oct-04 1:00
Yuvaraj N21-Oct-04 1:00 
AnswerRe: How to convert a string to int ? Pin
J4amieC21-Oct-04 1:02
J4amieC21-Oct-04 1:02 
GeneralGetting Information about Windows Share Folders Pin
Yuvaraj N21-Oct-04 0:13
Yuvaraj N21-Oct-04 0:13 
GeneralMarshalling Inline Arrays Pin
David M. Kean20-Oct-04 22:42
David M. Kean20-Oct-04 22:42 
GeneralC# com interfacing with c++ Pin
Dylan van Heerden20-Oct-04 22:01
Dylan van Heerden20-Oct-04 22:01 
GeneralRe: C# com interfacing with c++ Pin
perlmunger21-Oct-04 7:22
perlmunger21-Oct-04 7:22 
GeneralRe: C# com interfacing with c++ Pin
Dylan van Heerden21-Oct-04 8:54
Dylan van Heerden21-Oct-04 8:54 
QuestionWhy casting on enum member? Pin
Diana Fernandez20-Oct-04 20:52
Diana Fernandez20-Oct-04 20:52 
AnswerRe: Why casting on enum member? Pin
Colin Angus Mackay20-Oct-04 21:28
Colin Angus Mackay20-Oct-04 21:28 
GeneralXML Serialization Pin
Guillermo Jimenez20-Oct-04 19:33
Guillermo Jimenez20-Oct-04 19:33 
GeneralRe: XML Serialization Pin
Nick Parker27-Oct-04 18:02
protectorNick Parker27-Oct-04 18:02 
GeneralCrystal Reports Dynamic! Pin
RADSGR20-Oct-04 19:28
RADSGR20-Oct-04 19:28 
QuestionBug in DateTimePicker control??? Pin
Luis Alonso Ramos20-Oct-04 16:12
Luis Alonso Ramos20-Oct-04 16:12 
GeneralWindow messaging for IPC Pin
ppp00120-Oct-04 14:27
ppp00120-Oct-04 14:27 
GeneralRe: Window messaging for IPC Pin
Heath Stewart20-Oct-04 16:16
protectorHeath Stewart20-Oct-04 16:16 

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.