Click here to Skip to main content
15,887,244 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: SourceGrid customise Pin
Henry Minute11-Aug-09 4:52
Henry Minute11-Aug-09 4:52 
GeneralRe: SourceGrid customise Pin
Parth Gandhi18-Aug-09 2:04
Parth Gandhi18-Aug-09 2:04 
GeneralRe: SourceGrid customise Pin
Henry Minute18-Aug-09 2:15
Henry Minute18-Aug-09 2:15 
QuestionUpdate SQL Server 2005 table with DataGrid contents Pin
Wheels01211-Aug-09 3:35
Wheels01211-Aug-09 3:35 
QuestionI want to load a button in the title bar Pin
flydk11-Aug-09 3:28
flydk11-Aug-09 3:28 
AnswerRe: I want to load a button in the title bar Pin
Saksida Bojan11-Aug-09 4:23
Saksida Bojan11-Aug-09 4:23 
GeneralRe: I want to load a button in the title bar Pin
flydk11-Aug-09 14:41
flydk11-Aug-09 14:41 
GeneralRe: I want to load a button in the title bar Pin
Saksida Bojan12-Aug-09 8:19
Saksida Bojan12-Aug-09 8:19 
GeneralRe: I want to load a button in the title bar Pin
flydk12-Aug-09 19:09
flydk12-Aug-09 19:09 
QuestionReplace(@"\\", @"\") not working Pin
dptalt11-Aug-09 3:22
dptalt11-Aug-09 3:22 
AnswerRe: Replace(@"\\", @"\") not working Pin
Andrew Rissing11-Aug-09 3:58
Andrew Rissing11-Aug-09 3:58 
GeneralRe: Replace(@"\\", @"\") not working Pin
dptalt11-Aug-09 4:04
dptalt11-Aug-09 4:04 
Questionhow to get data from the tags of a TIFF image Pin
gilvani11-Aug-09 3:05
gilvani11-Aug-09 3:05 
AnswerRe: how to get data from the tags of a TIFF image Pin
Luc Pattyn11-Aug-09 3:21
sitebuilderLuc Pattyn11-Aug-09 3:21 
QuestionHow to apply RowFilter for a String Date Pin
Sreedhar Kadiyala11-Aug-09 3:02
Sreedhar Kadiyala11-Aug-09 3:02 
AnswerRe: How to apply RowFilter for a String Date Pin
dptalt11-Aug-09 3:49
dptalt11-Aug-09 3:49 

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.