Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
GeneralRe: Winforms Datagrid New Row Pin
airbus3808-Sep-05 6:46
airbus3808-Sep-05 6:46 
GeneralRe: Winforms Datagrid New Row Pin
miah alom8-Sep-05 8:04
miah alom8-Sep-05 8:04 
GeneralRe: Winforms Datagrid New Row Pin
airbus3808-Sep-05 9:02
airbus3808-Sep-05 9:02 
GeneralRe: Winforms Datagrid New Row Pin
miah alom8-Sep-05 10:23
miah alom8-Sep-05 10:23 
GeneralRe: Winforms Datagrid New Row Pin
airbus3808-Sep-05 9:03
airbus3808-Sep-05 9:03 
GeneralRe: Winforms Datagrid New Row Pin
miah alom8-Sep-05 10:24
miah alom8-Sep-05 10:24 
QuestionC++ to C# Wrapper with Templates Pin
mxb1218-Sep-05 5:42
mxb1218-Sep-05 5:42 
AnswerRe: C++ to C# Wrapper with Templates Pin
John Fisher8-Sep-05 7:34
John Fisher8-Sep-05 7:34 
If you need to keep the "templateness" of things, you are forced to use version 2.0 of the .NET Framework. BUT! Things are still not necessarily going to be easy then, since generics and templates are different creatures.

A simple solution (if it can work for you) is to create a non-template MC++ wrapper around a specialized template class. (For example, if you have a template class CCalc<T>, then create an MC++ wrapper called CCalcInt.) The other .NET languages can then easily use the non-templatized wrapper class.

John

"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek.


-- modified at 13:35 Thursday 8th September, 2005
QuestionDefault Parameters in C# Pin
Anonymous8-Sep-05 4:56
Anonymous8-Sep-05 4:56 
AnswerRe: Default Parameters in C# Pin
Dan Neely8-Sep-05 5:41
Dan Neely8-Sep-05 5:41 
Question Retrieving the form in Application.Run() ? Pin
Johan Glysing8-Sep-05 4:05
Johan Glysing8-Sep-05 4:05 
AnswerRe: Pin
Stefan Troschuetz8-Sep-05 4:45
Stefan Troschuetz8-Sep-05 4:45 
GeneralRe: Pin
Johan Glysing8-Sep-05 19:04
Johan Glysing8-Sep-05 19:04 
GeneralRe: Pin
Stefan Troschuetz8-Sep-05 20:26
Stefan Troschuetz8-Sep-05 20:26 
GeneralRe: Pin
Anonymous9-Sep-05 3:32
Anonymous9-Sep-05 3:32 
GeneralRe: Pin
Stefan Troschuetz9-Sep-05 3:44
Stefan Troschuetz9-Sep-05 3:44 
QuestionHELP: expose windows form from windows service Pin
SongDog8-Sep-05 3:49
SongDog8-Sep-05 3:49 
AnswerRe: HELP: expose windows form from windows service Pin
Dave Kreskowiak8-Sep-05 6:46
mveDave Kreskowiak8-Sep-05 6:46 
QuestionComposite Key Constraint logic Pin
Anonymous8-Sep-05 3:49
Anonymous8-Sep-05 3:49 
QuestionOpenFileDialog bug?? Pin
john_mcp8-Sep-05 3:31
john_mcp8-Sep-05 3:31 
AnswerRe: OpenFileDialog bug?? Pin
Dave Kreskowiak8-Sep-05 6:43
mveDave Kreskowiak8-Sep-05 6:43 
Questiongot lParam, what to do now? Pin
Lapje8-Sep-05 3:10
Lapje8-Sep-05 3:10 
AnswerRe: got lParam, what to do now? Pin
John Fisher8-Sep-05 7:45
John Fisher8-Sep-05 7:45 
AnswerRe: got lParam, what to do now? Pin
Alex Korchemniy8-Sep-05 10:09
Alex Korchemniy8-Sep-05 10:09 
GeneralRe: got lParam, what to do now? Pin
Lapje9-Sep-05 6:36
Lapje9-Sep-05 6:36 

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.