Click here to Skip to main content
15,910,277 members
Home / Discussions / C#
   

C#

 
QuestionAddInCustomAction not working properly Pin
lune1211-Aug-09 4:30
lune1211-Aug-09 4:30 
AnswerRe: AddInCustomAction not working properly Pin
Pete O'Hanlon11-Aug-09 4:44
mvePete O'Hanlon11-Aug-09 4:44 
GeneralRe: AddInCustomAction not working properly Pin
lune1211-Aug-09 4:54
lune1211-Aug-09 4:54 
QuestionNeed To Convert Time Pin
Rahul DSG11-Aug-09 4:02
Rahul DSG11-Aug-09 4:02 
AnswerRe: Need To Convert Time Pin
DaveyM6911-Aug-09 4:15
professionalDaveyM6911-Aug-09 4:15 
AnswerRe: Need To Convert Time Pin
PIEBALDconsult11-Aug-09 5:07
mvePIEBALDconsult11-Aug-09 5:07 
AnswerRe: Need To Convert Time Pin
J4amieC11-Aug-09 5:28
J4amieC11-Aug-09 5:28 
GeneralRe: Need To Convert Time Pin
Luc Pattyn11-Aug-09 5:54
sitebuilderLuc Pattyn11-Aug-09 5:54 
GeneralRe: Need To Convert Time Pin
J4amieC11-Aug-09 6:58
J4amieC11-Aug-09 6:58 
GeneralRe: Need To Convert Time Pin
PIEBALDconsult11-Aug-09 7:26
mvePIEBALDconsult11-Aug-09 7:26 
GeneralRe: Need To Convert Time Pin
PIEBALDconsult11-Aug-09 6:43
mvePIEBALDconsult11-Aug-09 6:43 
QuestionWebBrowser control and Ajax requests Pin
keniagm11-Aug-09 3:51
keniagm11-Aug-09 3:51 
AnswerRe: WebBrowser control and Ajax requests Pin
Hristo-Bojilov11-Aug-09 10:47
Hristo-Bojilov11-Aug-09 10:47 
QuestionJavascript calling a c# method Pin
compninja2511-Aug-09 3:41
compninja2511-Aug-09 3:41 
AnswerRe: Javascript calling a c# method Pin
Andrew Rissing11-Aug-09 4:01
Andrew Rissing11-Aug-09 4:01 
GeneralRe: Javascript calling a c# method Pin
compninja2511-Aug-09 14:16
compninja2511-Aug-09 14:16 
GeneralRe: Javascript calling a c# method Pin
compninja2514-Aug-09 5:31
compninja2514-Aug-09 5:31 
AnswerRe: Javascript calling a c# method Pin
keniagm11-Aug-09 4:12
keniagm11-Aug-09 4:12 
GeneralRe: Javascript calling a c# method Pin
compninja2511-Aug-09 14:21
compninja2511-Aug-09 14:21 
Questionbest way to use c++ code in c# project Pin
benstar11111-Aug-09 3:41
benstar11111-Aug-09 3:41 
AnswerRe: best way to use c++ code in c# project Pin
DaveyM6911-Aug-09 3:55
professionalDaveyM6911-Aug-09 3:55 
GeneralRe: best way to use c++ code in c# project Pin
Luc Pattyn11-Aug-09 5:05
sitebuilderLuc Pattyn11-Aug-09 5:05 
AnswerRe: best way to use c++ code in c# project Pin
N a v a n e e t h11-Aug-09 4:26
N a v a n e e t h11-Aug-09 4:26 
AnswerRe: best way to use c++ code in c# project Pin
Hristo-Bojilov11-Aug-09 5:52
Hristo-Bojilov11-Aug-09 5:52 
You could create COM component using native C++,register it and and next create runtime callback wrapper for the component.After doing it you could add the RCW assembly to your project and directly use it.It's better than using dllImports beacause it allows easy to use COM/MFC/CRT libraries.
It's much more better C++/CLI because this version is not enough scalable -in fact it consumes a lot of resources for type marshaling.I wrote a sample application using C++/CLI an year ago and I was badly surprised how much memory it requires to run-up to three times more than the same app written in C#.That's why COM is the best solution but it's also the most complicated too.
Regards!
QuestionSourceGrid customise Pin
Parth Gandhi11-Aug-09 3:40
Parth Gandhi11-Aug-09 3:40 

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.