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

Managed C++/CLI

 
GeneralRe: using unmanaged lib in managed class Pin
carlo.andreoli30-Sep-09 23:59
carlo.andreoli30-Sep-09 23:59 
GeneralRe: using unmanaged lib in managed class Pin
Richard MacCutchan1-Oct-09 0:56
mveRichard MacCutchan1-Oct-09 0:56 
GeneralRe: using unmanaged lib in managed class Pin
Richard MacCutchan1-Oct-09 1:38
mveRichard MacCutchan1-Oct-09 1:38 
GeneralRe: using unmanaged lib in managed class [modified] Pin
carlo.andreoli1-Oct-09 2:03
carlo.andreoli1-Oct-09 2:03 
GeneralRe: using unmanaged lib in managed class Pin
Richard MacCutchan1-Oct-09 2:29
mveRichard MacCutchan1-Oct-09 2:29 
GeneralRe: using unmanaged lib in managed class Pin
carlo.andreoli1-Oct-09 3:34
carlo.andreoli1-Oct-09 3:34 
GeneralRe: using unmanaged lib in managed class Pin
Richard MacCutchan1-Oct-09 5:21
mveRichard MacCutchan1-Oct-09 5:21 
Questioncli::array<any^>^ Array Pin
jashimu29-Sep-09 7:12
jashimu29-Sep-09 7:12 
Hello Everyone, I am struggling with a problem for two days and could not figure out what to do.

Here what I am trying to do.
I have cli<array> which is two dimentional. I get data in that array but is not in order. I want to copy that data in a temp array [same type] in order. I want change the location of the column and put it indore to the temp array.

example,original array A[0,0]
A[0,1]
A[0,2]
A[0,3]

I want to copy column in a different location of the new array
B[0,0]=A[0,2]
B[0,1]=A[0,3]
B[0,2]=A[0,0]
B[0,3]= A[0,0];



If anybody can please give me a hint would be very helpful.
if you did not understand the question please ask me I really need it soon.


Thanks in advance.
AnswerRe: cli::array&lt;any^&gt;^ Array Pin
N a v a n e e t h29-Sep-09 17:58
N a v a n e e t h29-Sep-09 17:58 
GeneralRe: cli::array&lt;any^&gt;^ Array Pin
jashimu30-Sep-09 4:32
jashimu30-Sep-09 4:32 
GeneralRe: cli::array&lt;any^&gt;^ Array Pin
Richard MacCutchan30-Sep-09 22:18
mveRichard MacCutchan30-Sep-09 22:18 
GeneralRe: cli::array&lt;any^&gt;^ Array Pin
jashimu1-Oct-09 6:50
jashimu1-Oct-09 6:50 
Questionproblem extending datetimepicker Pin
carlo.andreoli27-Sep-09 21:50
carlo.andreoli27-Sep-09 21:50 
AnswerRe: problem extending datetimepicker Pin
Luc Pattyn28-Sep-09 0:30
sitebuilderLuc Pattyn28-Sep-09 0:30 
GeneralRe: problem extending datetimepicker Pin
carlo.andreoli28-Sep-09 1:52
carlo.andreoli28-Sep-09 1:52 
GeneralRe: problem extending datetimepicker Pin
Luc Pattyn28-Sep-09 2:08
sitebuilderLuc Pattyn28-Sep-09 2:08 
GeneralRe: problem extending datetimepicker Pin
N a v a n e e t h28-Sep-09 2:33
N a v a n e e t h28-Sep-09 2:33 
GeneralRe: problem extending datetimepicker Pin
Luc Pattyn28-Sep-09 2:41
sitebuilderLuc Pattyn28-Sep-09 2:41 
GeneralRe: problem extending datetimepicker Pin
N a v a n e e t h28-Sep-09 2:43
N a v a n e e t h28-Sep-09 2:43 
GeneralRe: problem extending datetimepicker Pin
Luc Pattyn28-Sep-09 2:56
sitebuilderLuc Pattyn28-Sep-09 2:56 
GeneralRe: problem extending datetimepicker Pin
N a v a n e e t h28-Sep-09 2:31
N a v a n e e t h28-Sep-09 2:31 
GeneralRe: problem extending datetimepicker Pin
carlo.andreoli28-Sep-09 3:12
carlo.andreoli28-Sep-09 3:12 
GeneralRe: problem extending datetimepicker Pin
N a v a n e e t h28-Sep-09 4:04
N a v a n e e t h28-Sep-09 4:04 
GeneralRe: problem extending datetimepicker Pin
carlo.andreoli28-Sep-09 20:37
carlo.andreoli28-Sep-09 20:37 
QuestionCommunicating with main GUI thread from worker thread Pin
LetsMond15-Sep-09 1:25
LetsMond15-Sep-09 1:25 

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.