Click here to Skip to main content
15,885,875 members
Home / Discussions / C#
   

C#

 
GeneralRe: Advanced file properties Pin
HahnTech5-Sep-06 16:23
HahnTech5-Sep-06 16:23 
QuestionDataGridView Scrolling Problem [modified] Pin
Leksey5-Sep-06 11:31
Leksey5-Sep-06 11:31 
QuestionRe: DataGridView Scrolling Problem Pin
leckey5-Sep-06 15:48
leckey5-Sep-06 15:48 
QuestionRe: DataGridView Scrolling Problem [modified] Pin
Leksey6-Sep-06 0:47
Leksey6-Sep-06 0:47 
QuestionVS Express C# edition Pin
numbers1thru95-Sep-06 10:24
numbers1thru95-Sep-06 10:24 
QuestionRotate array data question Pin
Joshua Lunsford5-Sep-06 9:47
Joshua Lunsford5-Sep-06 9:47 
AnswerRe: Rotate array data question Pin
Not Active5-Sep-06 9:51
mentorNot Active5-Sep-06 9:51 
AnswerRe: Rotate array data question Pin
Nader Elshehabi5-Sep-06 10:24
Nader Elshehabi5-Sep-06 10:24 
Hello

string[] MyArray = {"Wes","Josh","Dave"};

private void Rearrange(byte OldIndex, byte NewIndex)
{
    string Temp = MyArray[OldIndex];
    MyArray[OldIndex] = MyArray[NewIndex];
    MyArray[NewIndex] = Temp;
}


RegardsRose | [Rose]

QuestionSQL TOP Equivalen in SQL Everywhere !!! Pin
Nadia Monalisa5-Sep-06 9:06
Nadia Monalisa5-Sep-06 9:06 
AnswerRe: SQL TOP Equivalen in SQL Everywhere !!! Pin
Not Active5-Sep-06 9:21
mentorNot Active5-Sep-06 9:21 
QuestionIs it possible to close a form that calls event to another form and while the event is being handled !!!. Pin
Nadia Monalisa5-Sep-06 8:37
Nadia Monalisa5-Sep-06 8:37 
AnswerRe: Is it possible to close a form that calls event to another form and while the event is being handled !!!. Pin
Jun Du5-Sep-06 10:08
Jun Du5-Sep-06 10:08 
GeneralRe: Is it possible to close a form that calls event to another form and while the event is being handled !!!. Pin
Nadia Monalisa5-Sep-06 10:23
Nadia Monalisa5-Sep-06 10:23 
Questionprocess.StartInfo Pin
Bharat Gadhia5-Sep-06 8:20
Bharat Gadhia5-Sep-06 8:20 
AnswerRe: process.StartInfo Pin
Not Active5-Sep-06 8:53
mentorNot Active5-Sep-06 8:53 
GeneralRe: process.StartInfo Pin
Bharat Gadhia5-Sep-06 9:15
Bharat Gadhia5-Sep-06 9:15 
GeneralRe: process.StartInfo Pin
Not Active5-Sep-06 9:28
mentorNot Active5-Sep-06 9:28 
GeneralRe: process.StartInfo Pin
Bharat Gadhia5-Sep-06 9:39
Bharat Gadhia5-Sep-06 9:39 
Questioncs project to Linux Pin
Amar Chaudhary5-Sep-06 8:19
Amar Chaudhary5-Sep-06 8:19 
AnswerRe: cs project to Linux Pin
User 66585-Sep-06 8:25
User 66585-Sep-06 8:25 
GeneralRe: cs project to Linux Pin
Amar Chaudhary5-Sep-06 8:48
Amar Chaudhary5-Sep-06 8:48 
GeneralRe: cs project to Linux Pin
User 66585-Sep-06 8:54
User 66585-Sep-06 8:54 
GeneralRe: cs project to Linux Pin
Amar Chaudhary5-Sep-06 9:01
Amar Chaudhary5-Sep-06 9:01 
QuestionHelp with GDI+ Pin
Fco. Javier Marin5-Sep-06 7:58
Fco. Javier Marin5-Sep-06 7:58 
AnswerRe: Help with GDI+ Pin
Jun Du5-Sep-06 8:08
Jun Du5-Sep-06 8:08 

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.