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

Managed C++/CLI

 
GeneralRe: Simple question on String to double Pin
Andreoli Carlo5-Feb-10 0:22
professionalAndreoli Carlo5-Feb-10 0:22 
AnswerRe: Simple question on String to double Pin
Luc Pattyn4-Feb-10 3:31
sitebuilderLuc Pattyn4-Feb-10 3:31 
AnswerRe: Simple question on String to double Pin
zhushaolin20054-Feb-10 14:56
zhushaolin20054-Feb-10 14:56 
GeneralRe: Simple question on String to double Pin
Richard MacCutchan4-Feb-10 22:19
mveRichard MacCutchan4-Feb-10 22:19 
QuestionCopyFile method and String conversions Pin
paul903825-Jan-10 4:11
paul903825-Jan-10 4:11 
AnswerRe: CopyFile method and String conversions Pin
Covean25-Jan-10 5:13
Covean25-Jan-10 5:13 
AnswerRe: CopyFile method and String conversions Pin
Mark Salsbery25-Jan-10 6:24
Mark Salsbery25-Jan-10 6:24 
AnswerRe: CopyFile method and String conversions Pin
zhushaolin200531-Jan-10 17:41
zhushaolin200531-Jan-10 17:41 
code as following,
String^ source = "C:\\Temp\\Firefox.pcv";
String^ dest = "E:\\Test\\Firefox.pcv";
System::IO::File::Copy(source,dest);

using the clr base as much as better,it's simple and clear.
the system::io::file is a static class .
Questionerror deploying setup file managed clr form application to another pc using vc++ 2005 Pin
ajaxswan23-Jan-10 8:35
ajaxswan23-Jan-10 8:35 
AnswerRe: error deploying setup file managed clr form application to another pc using vc++ 2005 Pin
dybs23-Jan-10 18:43
dybs23-Jan-10 18:43 
AnswerRe: error deploying setup file managed clr form application to another pc using vc++ 2005 Pin
neyerMat26-Jan-10 12:24
neyerMat26-Jan-10 12:24 
QuestionUsing 64-bit IAccessible from managed code Pin
Ivo Beltchev22-Jan-10 15:38
Ivo Beltchev22-Jan-10 15:38 
QuestionSaving Bitmap image data to HGLOBAL [modified] Pin
alleyes19-Jan-10 9:40
professionalalleyes19-Jan-10 9:40 
GeneralRe: Saving Bitmap image data to HGLOBAL [modified] Pin
Andreoli Carlo19-Jan-10 21:00
professionalAndreoli Carlo19-Jan-10 21:00 
QuestionRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 1:38
professionalalleyes20-Jan-10 1:38 
AnswerRe: Saving Bitmap image data to HGLOBAL Pin
Andreoli Carlo20-Jan-10 3:17
professionalAndreoli Carlo20-Jan-10 3:17 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 3:52
professionalalleyes20-Jan-10 3:52 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 5:27
professionalalleyes20-Jan-10 5:27 
AnswerRe: Saving Bitmap image data to HGLOBAL Pin
Mark Salsbery20-Jan-10 7:01
Mark Salsbery20-Jan-10 7:01 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 7:08
professionalalleyes20-Jan-10 7:08 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
Mark Salsbery20-Jan-10 7:18
Mark Salsbery20-Jan-10 7:18 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 7:29
professionalalleyes20-Jan-10 7:29 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
Mark Salsbery20-Jan-10 7:36
Mark Salsbery20-Jan-10 7:36 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 7:48
professionalalleyes20-Jan-10 7:48 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
Mark Salsbery20-Jan-10 8:03
Mark Salsbery20-Jan-10 8:03 

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.