Click here to Skip to main content
15,893,722 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calling constructors Pin
Daniel Turini23-Nov-04 8:05
Daniel Turini23-Nov-04 8:05 
GeneralPersist ListViewItem backColor when using HideSelection= false Pin
the last free name23-Nov-04 0:05
the last free name23-Nov-04 0:05 
GeneralRe: Persist ListViewItem backColor when using HideSelection= false Pin
mhmoud rawas23-Nov-04 1:37
mhmoud rawas23-Nov-04 1:37 
GeneralCalling C# functions from a DLL from within unmanaged C++ Pin
Uwe Keim22-Nov-04 22:18
sitebuilderUwe Keim22-Nov-04 22:18 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
mhmoud rawas23-Nov-04 1:47
mhmoud rawas23-Nov-04 1:47 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Mike Dimmick23-Nov-04 2:20
Mike Dimmick23-Nov-04 2:20 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Uwe Keim23-Nov-04 19:29
sitebuilderUwe Keim23-Nov-04 19:29 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Nick Parker23-Nov-04 4:57
protectorNick Parker23-Nov-04 4:57 
Uwe, here's a thought, create an CCW a la my article[^], but you could control the registration from your application with the command line tool Regasm.exe[^], this way you could unregister it if you wanted (this idea seems brittle though). Also, CLR Hosting would be an interesting mechanism to consider as well. I've been wanting to write an article cover this topic, maybe I can sit down over the holiday weekend and put some notes together for it.

[EDIT]
You may also want to look into using the Tlbexp.exe[^] as it will generate the type library for you, however it won't register the assembly as regasm.exe will above.
[/EDIT]

- Nick Parker
My Blog | My Articles

GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Uwe Keim23-Nov-04 5:02
sitebuilderUwe Keim23-Nov-04 5:02 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Heath Stewart23-Nov-04 5:58
protectorHeath Stewart23-Nov-04 5:58 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Uwe Keim23-Nov-04 6:11
sitebuilderUwe Keim23-Nov-04 6:11 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Nick Parker23-Nov-04 7:22
protectorNick Parker23-Nov-04 7:22 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Uwe Keim23-Nov-04 7:34
sitebuilderUwe Keim23-Nov-04 7:34 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Nick Parker23-Nov-04 8:02
protectorNick Parker23-Nov-04 8:02 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Heath Stewart23-Nov-04 8:40
protectorHeath Stewart23-Nov-04 8:40 
GeneralDrawing & Scaling Pin
Prof AKA22-Nov-04 21:37
Prof AKA22-Nov-04 21:37 
GeneralRe: Drawing & Scaling Pin
Gary Thom23-Nov-04 3:17
Gary Thom23-Nov-04 3:17 
GeneralGet the command line parameters of an external process. Pin
Matt Philmon22-Nov-04 19:42
Matt Philmon22-Nov-04 19:42 
GeneralRe: Get the command line parameters of an external process. Pin
Guinness4Strength9-Sep-06 6:53
Guinness4Strength9-Sep-06 6:53 
GeneralRe: Get the command line parameters of an external process. Pin
Matt Philmon9-Sep-06 9:51
Matt Philmon9-Sep-06 9:51 
QuestionDatagrid? Pin
murali_utr22-Nov-04 19:08
murali_utr22-Nov-04 19:08 
AnswerRe: Datagrid? Pin
sreejith ss nair22-Nov-04 19:20
sreejith ss nair22-Nov-04 19:20 
AnswerRe: Datagrid? Pin
Gary Thom23-Nov-04 3:20
Gary Thom23-Nov-04 3:20 
QuestionObject Writer? Pin
Rafferty Uy22-Nov-04 18:37
Rafferty Uy22-Nov-04 18:37 
AnswerRe: Object Writer? Pin
Daniel Turini22-Nov-04 19:14
Daniel Turini22-Nov-04 19:14 

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.