Click here to Skip to main content
16,005,169 members
Home / Discussions / C#
   

C#

 
AnswerRe: Gantt Chart Pin
Suelinda_W6-Jan-06 5:30
Suelinda_W6-Jan-06 5:30 
QuestionNeed to converty from VB or C++ to C# Pin
Hovik314-Jan-06 12:33
Hovik314-Jan-06 12:33 
AnswerRe: Need to converty from VB or C++ to C# Pin
Christian Graus4-Jan-06 13:52
protectorChristian Graus4-Jan-06 13:52 
GeneralRe: Need to converty from VB or C++ to C# Pin
Hovik314-Jan-06 13:58
Hovik314-Jan-06 13:58 
GeneralRe: Need to converty from VB or C++ to C# Pin
Christian Graus4-Jan-06 14:05
protectorChristian Graus4-Jan-06 14:05 
GeneralRe: Need to converty from VB or C++ to C# Pin
AndrewPeters4-Jan-06 15:26
AndrewPeters4-Jan-06 15:26 
GeneralRe: Need to converty from VB or C++ to C# Pin
Hovik314-Jan-06 16:05
Hovik314-Jan-06 16:05 
GeneralRe: Need to converty from VB or C++ to C# Pin
Christian Graus4-Jan-06 16:08
protectorChristian Graus4-Jan-06 16:08 
There's nothing you really need, just create a managed dll, and you've got a project that you can write in c++, but which can be called from C#. Then you just add methods to your managed class that expose the methods you want to call. You create an instance of the internal class within the managed one, and pass the methods on to that.


Christian Graus - Microsoft MVP - C++
AnswerRe: Need to converty from VB or C++ to C# Pin
Dave Doknjas4-Jan-06 16:10
Dave Doknjas4-Jan-06 16:10 
GeneralRe: Need to converty from VB or C++ to C# Pin
Christian Graus4-Jan-06 17:18
protectorChristian Graus4-Jan-06 17:18 
GeneralRe: Need to converty from VB or C++ to C# Pin
Dave Doknjas4-Jan-06 18:48
Dave Doknjas4-Jan-06 18:48 
QuestionExecuteScalar? Pin
Kuira4-Jan-06 12:07
Kuira4-Jan-06 12:07 
AnswerRe: ExecuteScalar? Pin
Colin Angus Mackay4-Jan-06 12:14
Colin Angus Mackay4-Jan-06 12:14 
GeneralRe: ExecuteScalar? Pin
Kuira4-Jan-06 12:29
Kuira4-Jan-06 12:29 
AnswerRe: ExecuteScalar? Pin
Dave Kreskowiak4-Jan-06 18:32
mveDave Kreskowiak4-Jan-06 18:32 
QuestionDataGrid change any row color ( C# ) Pin
dannygilbert34-Jan-06 9:41
dannygilbert34-Jan-06 9:41 
AnswerRe: DataGrid change any row color ( C# ) Pin
VPMahank4-Jan-06 10:05
VPMahank4-Jan-06 10:05 
GeneralRe: DataGrid change any row color ( C# ) Pin
dannygilbert35-Jan-06 6:51
dannygilbert35-Jan-06 6:51 
GeneralRe: DataGrid change any row color ( C# ) Pin
Cesa3715-Jan-06 4:27
Cesa3715-Jan-06 4:27 
QuestionDownload Email in Outlook Pin
Mridang Agarwalla4-Jan-06 9:20
Mridang Agarwalla4-Jan-06 9:20 
AnswerRe: Download Email in Outlook Pin
Roy Heil4-Jan-06 10:18
professionalRoy Heil4-Jan-06 10:18 
QuestionAccessing Custom File Properties Pin
Jerry Holmes4-Jan-06 8:37
Jerry Holmes4-Jan-06 8:37 
AnswerRe: Accessing Custom File Properties Pin
Curtis Schlak.4-Jan-06 9:24
Curtis Schlak.4-Jan-06 9:24 
QuestionP/Invoke returning structure Pin
Dominik Reichl4-Jan-06 7:53
Dominik Reichl4-Jan-06 7:53 
AnswerRe: P/Invoke returning structure Pin
Leslie Sanford4-Jan-06 8:32
Leslie Sanford4-Jan-06 8:32 

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.