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

Managed C++/CLI

 
AnswerRe: want to include <windows.h> in windows forms app Pin
Sheng Jiang 蒋晟4-Nov-05 7:10
Sheng Jiang 蒋晟4-Nov-05 7:10 
GeneralRe: want to include <windows.h> in windows forms app Pin
9ine6-Nov-05 22:43
9ine6-Nov-05 22:43 
GeneralRe: want to include <windows.h> in windows forms app Pin
9ine7-Nov-05 0:15
9ine7-Nov-05 0:15 
GeneralRe: want to include <windows.h> in windows forms app Pin
Sheng Jiang 蒋晟7-Nov-05 4:50
Sheng Jiang 蒋晟7-Nov-05 4:50 
Questionlinker errors porting from .NET 1.1 to 2.0 Pin
chucker754-Nov-05 2:30
chucker754-Nov-05 2:30 
QuestionPOLINK: error: Symbol '_main' is multiply defined. Pin
lonejew4-Nov-05 1:10
lonejew4-Nov-05 1:10 
AnswerRe: POLINK: error: Symbol '_main' is multiply defined. Pin
toxcct4-Nov-05 1:57
toxcct4-Nov-05 1:57 
Questionhow to clone a stream Pin
IsaacB3-Nov-05 14:32
IsaacB3-Nov-05 14:32 
Hi, I have the following code

Stream *stream = File::Open(fileCFDPath, FileMode::Open, FileAccess::Read);

this->XmlStream = stream;

XPathDocument *doc = new XPathDocument(stream);

this->XmlStream->Position = 0;

The code breaks since XPathDocument automatically closes the stream, how could I clone the stream in order that I have a copy of the stream and I dont have to go and bring from disk the info again??

Thanks in advance
Isaac B

AnswerRe: how to clone a stream Pin
toxcct3-Nov-05 21:13
toxcct3-Nov-05 21:13 
QuestionHelp Required With Ordered list.cc part 1 Pin
The_Lone_Wolf3-Nov-05 4:53
The_Lone_Wolf3-Nov-05 4:53 
QuestionCan I resize my tabs within an SDI application? Pin
SheriMarie3-Nov-05 3:15
SheriMarie3-Nov-05 3:15 
AnswerRe: Can I resize my tabs within an SDI application? Pin
Sheng Jiang 蒋晟4-Nov-05 7:13
Sheng Jiang 蒋晟4-Nov-05 7:13 
QuestionOverloading [] to handle multidimentional arrays Pin
Pegasus Kiddo3-Nov-05 0:03
Pegasus Kiddo3-Nov-05 0:03 
AnswerRe: Overloading [] to handle multidimentional arrays Pin
toxcct3-Nov-05 0:16
toxcct3-Nov-05 0:16 
GeneralRe: Overloading [] to handle multidimentional arrays Pin
S. Senthil Kumar4-Nov-05 22:34
S. Senthil Kumar4-Nov-05 22:34 
AnswerRe: Overloading [] to handle multidimentional arrays Pin
Kevin McFarlane6-Nov-05 4:46
Kevin McFarlane6-Nov-05 4:46 
QuestionOverwriting struct in binary file Pin
scrname2-Nov-05 19:03
scrname2-Nov-05 19:03 
AnswerRe: Overwriting struct in binary file Pin
willy_total3-Nov-05 8:55
willy_total3-Nov-05 8:55 
QuestionNeed HELP with code Pin
pacificeve2-Nov-05 13:24
pacificeve2-Nov-05 13:24 
QuestionLauching jar as a process from C++ Pin
carsten8011-Nov-05 21:04
carsten8011-Nov-05 21:04 
AnswerRe: Lauching jar as a process from C++ Pin
toxcct1-Nov-05 23:45
toxcct1-Nov-05 23:45 
QuestionRe: Lauching jar as a process from C++ Pin
carsten8012-Nov-05 3:07
carsten8012-Nov-05 3:07 
AnswerRe: Lauching jar as a process from C++ Pin
toxcct2-Nov-05 3:27
toxcct2-Nov-05 3:27 
AnswerRe: Lauching jar as a process from C++ Pin
code-frog4-Nov-05 19:12
professionalcode-frog4-Nov-05 19:12 
QuestionHow to judge a string encoding is euc, sjis, ascii or others? Pin
CooperWu30-Oct-05 23:18
CooperWu30-Oct-05 23:18 

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.