Click here to Skip to main content
15,894,343 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calling constructors Pin
S. Senthil Kumar23-Nov-04 3:12
S. Senthil Kumar23-Nov-04 3:12 
GeneralRe: Calling constructors Pin
Heath Stewart23-Nov-04 6:06
protectorHeath Stewart23-Nov-04 6:06 
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 
Two options I can think of: first, to use side-by-side assemblies[^] to produce an isolated application. Second, to use the CLR Hosting[^] APIs to host the .NET Framework in your C++ application.

The second option looks like a lot of work, so I'd look into the first technique first. However, if you need it to work on Windows 2000 or earlier, I think it'll have to be the second.

Stability. What an interesting concept. -- Chris Maunder
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 
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 

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.