Click here to Skip to main content
15,887,485 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionHow to combine all emls into a dbx via programming Pin
Parshant Verma30-Aug-06 2:24
Parshant Verma30-Aug-06 2:24 
QuestionSelecting an item in listview via windows api. Pin
Marco225030-Aug-06 2:16
Marco225030-Aug-06 2:16 
QuestionGetting Icon information from which application is run Pin
Sgg24530-Aug-06 0:14
Sgg24530-Aug-06 0:14 
AnswerRe: Getting Icon information from which application is run Pin
Milton Karimbekallil1-Sep-06 2:21
Milton Karimbekallil1-Sep-06 2:21 
QuestionDifference b/w #include and #import? Pin
Vikas_Yadav28-Aug-06 21:41
Vikas_Yadav28-Aug-06 21:41 
AnswerRe: Difference b/w #include and #import? Pin
Nish Nishant29-Aug-06 4:07
sitebuilderNish Nishant29-Aug-06 4:07 
QuestionAnchors and Inheritance Pin
Mohamad H. ARAB27-Aug-06 22:58
Mohamad H. ARAB27-Aug-06 22:58 
QuestionBinaryWriter won't write japanese correctly. [modified] Pin
samkook27-Aug-06 14:27
samkook27-Aug-06 14:27 
I don't understand why, but it's writing garbage instead of the text. When i use CFile.write, it's working correctly. anyone knows why.

also is there a tricks to add null at the end of a string? i tried this:
iEnd = strlen(cInfo);
cInfo[iEnd -1] = '\0';

but it's never written into the file, so i'm assuming it's not in the string?
QuestionProblem with CLS compliance of enums Pin
Super Lloyd27-Aug-06 5:22
Super Lloyd27-Aug-06 5:22 
QuestionHow to use recompiled header file? Pin
Super Lloyd27-Aug-06 4:11
Super Lloyd27-Aug-06 4:11 
QuestionManaged Wrapper for native abstract base class Pin
zenzero27-Aug-06 2:22
zenzero27-Aug-06 2:22 
AnswerRe: Managed Wrapper for native abstract base class Pin
tutu_cloud6-Sep-06 9:47
tutu_cloud6-Sep-06 9:47 
Questionnew memory stack for different parameters Pin
electronic_infections26-Aug-06 16:13
electronic_infections26-Aug-06 16:13 
QuestionPrinting Library Pin
Bob X26-Aug-06 11:06
Bob X26-Aug-06 11:06 
AnswerRe: Printing Library Pin
Nish Nishant28-Aug-06 4:47
sitebuilderNish Nishant28-Aug-06 4:47 
QuestionSlow Managed code versus Fast Native code Pin
zenzero26-Aug-06 4:01
zenzero26-Aug-06 4:01 
AnswerRe: Slow Managed code versus Fast Native code Pin
Christian Graus27-Aug-06 3:14
protectorChristian Graus27-Aug-06 3:14 
GeneralRe: Slow Managed code versus Fast Native code Pin
zenzero27-Aug-06 5:04
zenzero27-Aug-06 5:04 
AnswerRe: Slow Managed code versus Fast Native code Pin
Nish Nishant28-Aug-06 4:46
sitebuilderNish Nishant28-Aug-06 4:46 
GeneralRe: Slow Managed code versus Fast Native code Pin
zenzero28-Aug-06 7:18
zenzero28-Aug-06 7:18 
Questionstd::wstring by ref Pin
wb24-Aug-06 23:52
wb24-Aug-06 23:52 
Question0D 0A terminated string to 00 terminated string Pin
samkook24-Aug-06 13:20
samkook24-Aug-06 13:20 
QuestionArray handling problems: Pin
luhfluh24-Aug-06 9:43
luhfluh24-Aug-06 9:43 
AnswerRe: Array handling problems: Pin
Christian Graus24-Aug-06 14:21
protectorChristian Graus24-Aug-06 14:21 
GeneralRe: Array handling problems: Pin
luhfluh25-Aug-06 0:59
luhfluh25-Aug-06 0:59 

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.