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

C#

 
GeneralReading/Writing Cab Files Pin
John Pepper9-May-03 7:57
John Pepper9-May-03 7:57 
GeneralRe: Reading/Writing Cab Files Pin
J. Dunlap9-May-03 9:41
J. Dunlap9-May-03 9:41 
GeneralRe: Reading/Writing Cab Files Pin
John Pepper9-May-03 11:30
John Pepper9-May-03 11:30 
GeneralRe: Reading/Writing Cab Files Pin
Stephane Rodriguez.9-May-03 20:33
Stephane Rodriguez.9-May-03 20:33 
GeneralInterfacing with C from C# Pin
Hashim Saleem9-May-03 7:43
Hashim Saleem9-May-03 7:43 
GeneralRe: Interfacing with C from C# Pin
Katalyst9-May-03 8:16
Katalyst9-May-03 8:16 
GeneralRe: Interfacing with C from C# Pin
Hashim Saleem9-May-03 9:59
Hashim Saleem9-May-03 9:59 
GeneralRe: Interfacing with C from C# Pin
Stephane Rodriguez.9-May-03 11:05
Stephane Rodriguez.9-May-03 11:05 
If this library has only a few entry points, then it's worth using P/Invoke to use it from C#.

If the library has many entry points, or requires a significant amount of structure marshaling, then use MC++ instead. With MC++, you can mix managed code and native code without reexposing signatures.

GeneralRe: Interfacing with C from C# Pin
Hashim Saleem10-May-03 14:03
Hashim Saleem10-May-03 14:03 
GeneralRe: Interfacing with C from C# Pin
Stephane Rodriguez.10-May-03 19:18
Stephane Rodriguez.10-May-03 19:18 
QuestionIs there really no usefull ListView Owner Draw Example in this world!!!??? Pin
STW9-May-03 7:07
STW9-May-03 7:07 
GeneralTitle for taskbar button Pin
Manish K. Agarwal9-May-03 6:11
Manish K. Agarwal9-May-03 6:11 
GeneralDetermining Memory Size Pin
Mark Sanders9-May-03 5:39
Mark Sanders9-May-03 5:39 
GeneralRe: Determining Memory Size Pin
Stephane Rodriguez.9-May-03 8:34
Stephane Rodriguez.9-May-03 8:34 
General3d Party Controls Pin
RB@Emphasys9-May-03 5:13
RB@Emphasys9-May-03 5:13 
GeneralRe: 3d Party Controls Pin
Stefan de Zeeuw10-May-03 2:16
professionalStefan de Zeeuw10-May-03 2:16 
Questioncombobox item values? Pin
dazinith9-May-03 3:39
dazinith9-May-03 3:39 
AnswerRe: combobox item values? Pin
RB@Emphasys9-May-03 9:13
RB@Emphasys9-May-03 9:13 
GeneralRe: combobox item values? Pin
dazinith9-May-03 9:39
dazinith9-May-03 9:39 
GeneralRe: combobox item values? Pin
RB@Emphasys9-May-03 9:49
RB@Emphasys9-May-03 9:49 
GeneralRe: combobox item values? Pin
dazinith9-May-03 9:52
dazinith9-May-03 9:52 
GeneralRe: combobox item values? Pin
dazinith14-May-03 8:25
dazinith14-May-03 8:25 
GeneralRe: combobox item values? Pin
dazinith14-May-03 8:47
dazinith14-May-03 8:47 
GeneralWYSIWYG HTML Editor Windows Control. Pin
Jonas Follesø8-May-03 22:42
Jonas Follesø8-May-03 22:42 
QuestionHow to extract anchors from applets Pin
benzite8-May-03 19:40
benzite8-May-03 19: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.