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

Managed C++/CLI

 
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 
if you have a console command that can be launching your java app, you could so easily call
ShellExecute(NULL, "open", "myCommandLine here", NULL, NULL, SW_SHOWMINIMIZED);

or
system("myCommandLine here");



TOXCCT >>> GEII power
[toxcct][VisualCalc]

-- modified at 5:46 Wednesday 2nd November, 2005
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 
AnswerRe: How to judge a string encoding is euc, sjis, ascii or others? Pin
CooperWu30-Oct-05 23:22
CooperWu30-Oct-05 23:22 
AnswerRe: How to judge a string encoding is euc, sjis, ascii or others? Pin
toxcct31-Oct-05 0:02
toxcct31-Oct-05 0:02 
GeneralRe: How to judge a string encoding is euc, sjis, ascii or others? Pin
Sheng Jiang 蒋晟31-Oct-05 6:07
Sheng Jiang 蒋晟31-Oct-05 6:07 
GeneralRe: How to judge a string encoding is euc, sjis, ascii or others? Pin
CooperWu31-Oct-05 22:30
CooperWu31-Oct-05 22:30 
GeneralRe: How to judge a string encoding is euc, sjis, ascii or others? Pin
Johann Gerell31-Oct-05 19:40
Johann Gerell31-Oct-05 19:40 
GeneralRe: How to judge a string encoding is euc, sjis, ascii or others? Pin
CooperWu31-Oct-05 22:30
CooperWu31-Oct-05 22:30 
QuestionSocket Programming question Pin
mdykstra30-Oct-05 6:48
mdykstra30-Oct-05 6:48 
AnswerRe: Socket Programming question Pin
willy_total31-Oct-05 9:33
willy_total31-Oct-05 9:33 
Questionsolve this problem! Pin
sam o neil29-Oct-05 21:02
sam o neil29-Oct-05 21:02 
AnswerRe: solve this problem! Pin
toxcct30-Oct-05 0:58
toxcct30-Oct-05 0:58 
GeneralRe: solve this problem! Pin
sam o neil30-Oct-05 1:19
sam o neil30-Oct-05 1:19 
GeneralRe: solve this problem! Pin
toxcct30-Oct-05 8:07
toxcct30-Oct-05 8:07 
AnswerRe: solve this problem! Pin
mikanu1-Nov-05 12:43
mikanu1-Nov-05 12:43 

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.