Click here to Skip to main content
15,905,420 members
Home / Discussions / C#
   

C#

 
Question.NET 3 / WPF and simple stuff like "docking"? Pin
Jörgen Sigvardsson10-Sep-06 13:25
Jörgen Sigvardsson10-Sep-06 13:25 
AnswerRe: .NET 3 / WPF and simple stuff like "docking"? Pin
Judah Gabriel Himango10-Sep-06 13:41
sponsorJudah Gabriel Himango10-Sep-06 13:41 
GeneralRe: .NET 3 / WPF and simple stuff like "docking"? Pin
Jörgen Sigvardsson10-Sep-06 13:49
Jörgen Sigvardsson10-Sep-06 13:49 
AnswerRe: .NET 3 / WPF and simple stuff like "docking"? Pin
Steve Bickell10-Sep-06 20:22
Steve Bickell10-Sep-06 20:22 
QuestionUsing Array LIst Pin
aynka200010-Sep-06 7:23
aynka200010-Sep-06 7:23 
AnswerRe: Using Array LIst Pin
Judah Gabriel Himango10-Sep-06 7:35
sponsorJudah Gabriel Himango10-Sep-06 7:35 
GeneralRe: Using Array LIst Pin
aynka200010-Sep-06 8:55
aynka200010-Sep-06 8:55 
GeneralRe: Using Array LIst Pin
Nader Elshehabi10-Sep-06 9:16
Nader Elshehabi10-Sep-06 9:16 
Hello

I don't think I get what you are trying to do!!
1- If you want to make an ArraytList from your array simply
ArrayList temp = new ArrayList(a);

2- If you want to swap your values you can do the same in the ArrayList instead of the array, and you don't have to make an entire method for that!! simple make a foreach loop to loop through your ArrayList in the premute method.
3- If you ant to return the ArrayList simply
public ArrayList Premute(int[] a)
{
    ArrayList MyArrayList = new ArrayList(a);
    //Do something with MyArrayList
    return MyArrayList;
}

Yet I don't understand you logic in swapping!! I hope that was close enough.



RegardsRose | [Rose]

QuestionUsing Binary Trees Pin
aynka200010-Sep-06 7:14
aynka200010-Sep-06 7:14 
AnswerRe: Using Binary Trees Pin
User 665810-Sep-06 7:37
User 665810-Sep-06 7:37 
QuestionRe: create a PKI certificate with RSA public/private key. Pin
edchan10-Sep-06 4:25
edchan10-Sep-06 4:25 
AnswerRe: create a PKI certificate with RSA public/private key. Pin
Nader Elshehabi10-Sep-06 5:03
Nader Elshehabi10-Sep-06 5:03 
GeneralRe: create a PKI certificate with RSA public/private key. Pin
edchan10-Sep-06 5:49
edchan10-Sep-06 5:49 
GeneralRe: create a PKI certificate with RSA public/private key. Pin
Nader Elshehabi10-Sep-06 6:00
Nader Elshehabi10-Sep-06 6:00 
QuestionHow can I implement IPC between two applications(VB and C# ) Pin
Orchid8510-Sep-06 4:23
Orchid8510-Sep-06 4:23 
AnswerRe: How can I implement IPC between two applications(VB and C# ) Pin
Nader Elshehabi10-Sep-06 4:54
Nader Elshehabi10-Sep-06 4:54 
QuestionConnectionTimeout Pin
TAREQ F ABUZUHRI10-Sep-06 4:01
TAREQ F ABUZUHRI10-Sep-06 4:01 
AnswerRe: ConnectionTimeout Pin
TAREQ F ABUZUHRI10-Sep-06 4:41
TAREQ F ABUZUHRI10-Sep-06 4:41 
AnswerRe: ConnectionTimeout Pin
Nader Elshehabi10-Sep-06 4:50
Nader Elshehabi10-Sep-06 4:50 
GeneralRe: ConnectionTimeout Pin
TAREQ F ABUZUHRI10-Sep-06 6:00
TAREQ F ABUZUHRI10-Sep-06 6:00 
GeneralRe: ConnectionTimeout Pin
Nader Elshehabi10-Sep-06 6:06
Nader Elshehabi10-Sep-06 6:06 
QuestionShow sort header arrow and image in listview 2.0 Pin
ika210-Sep-06 1:23
ika210-Sep-06 1:23 
AnswerRe: Show sort header arrow and image in listview 2.0 Pin
Nader Elshehabi10-Sep-06 3:17
Nader Elshehabi10-Sep-06 3:17 
GeneralRe: Show sort header arrow and image in listview 2.0 Pin
ika210-Sep-06 3:34
ika210-Sep-06 3:34 
GeneralRe: Show sort header arrow and image in listview 2.0 Pin
Nader Elshehabi10-Sep-06 4:38
Nader Elshehabi10-Sep-06 4:38 

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.