Click here to Skip to main content
15,884,388 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I allow selected rows in a DataGridView (DGV) to be moved up or down in a button click. Pin
Richard MacCutchan12-Feb-13 0:27
mveRichard MacCutchan12-Feb-13 0:27 
GeneralRe: How can I allow selected rows in a DataGridView (DGV) to be moved up or down in a button click. Pin
susanna.floora12-Feb-13 0:56
susanna.floora12-Feb-13 0:56 
Questioncontrol robots with c# !? Pin
ali_heidari_11-Feb-13 21:47
ali_heidari_11-Feb-13 21:47 
AnswerRe: control robots with c# !? Pin
Pete O'Hanlon11-Feb-13 22:11
mvePete O'Hanlon11-Feb-13 22:11 
AnswerRe: control robots with c# !? Pin
Jibesh11-Feb-13 22:19
professionalJibesh11-Feb-13 22:19 
Questiongame with Object-oriented programming Pin
saber_ershadi11-Feb-13 21:22
saber_ershadi11-Feb-13 21:22 
AnswerRe: game with Object-oriented programming Pin
Jibesh11-Feb-13 22:22
professionalJibesh11-Feb-13 22:22 
GeneralRe: game with Object-oriented programming Pin
saber_ershadi11-Feb-13 23:55
saber_ershadi11-Feb-13 23:55 
ok for example this function are for change picture
this function in from1 :
public void tas_pic()
{
int rand = tas.taas();
for (int i = 1; i <= 6; i++)
{
PictureBox picbox = ((PictureBox)this.Controls["pb" + i.ToString()]);
picbox.Visible = false;
}
PictureBox picboxtas = ((PictureBox)this.Controls["pb" + rand.ToString()]);
picboxtas.Visible = true;
}
-------------------------------------------------
i cant move to a class as method and use this method in form1
What should I do?
GeneralRe: game with Object-oriented programming Pin
lukeer12-Feb-13 19:32
lukeer12-Feb-13 19:32 
AnswerRe: game with Object-oriented programming Pin
Richard MacCutchan11-Feb-13 22:22
mveRichard MacCutchan11-Feb-13 22:22 
AnswerRe: game with Object-oriented programming Pin
Thomas Daniels12-Feb-13 2:18
mentorThomas Daniels12-Feb-13 2:18 
QuestionHow to encryp video file and decrypt ? Pin
saber_ershadi11-Feb-13 6:10
saber_ershadi11-Feb-13 6:10 
AnswerRe: How to encryp video file and decrypt ? Pin
Richard MacCutchan11-Feb-13 6:31
mveRichard MacCutchan11-Feb-13 6:31 
AnswerRe: How to encryp video file and decrypt ? Pin
Dave Kreskowiak11-Feb-13 7:29
mveDave Kreskowiak11-Feb-13 7:29 
AnswerRe: How to encryp video file and decrypt ? Pin
Albert Holguin11-Feb-13 15:42
professionalAlbert Holguin11-Feb-13 15:42 
GeneralRe: How to encryp video file and decrypt ? Pin
saber_ershadi11-Feb-13 21:27
saber_ershadi11-Feb-13 21:27 
GeneralRe: How to encryp video file and decrypt ? Pin
Dave Kreskowiak12-Feb-13 2:07
mveDave Kreskowiak12-Feb-13 2:07 
GeneralRe: How to encryp video file and decrypt ? Pin
Albert Holguin12-Feb-13 5:07
professionalAlbert Holguin12-Feb-13 5:07 
AnswerRe: How to encryp video file and decrypt ? Pin
Amir Mohammad Nasrollahi29-Jul-13 22:20
professionalAmir Mohammad Nasrollahi29-Jul-13 22:20 
QuestionHelp Pin
isemshe11-Feb-13 5:38
isemshe11-Feb-13 5:38 
AnswerRe: Help Pin
OriginalGriff11-Feb-13 6:01
mveOriginalGriff11-Feb-13 6:01 
GeneralRe: Help Pin
Amir Mohammad Nasrollahi29-Jul-13 22:21
professionalAmir Mohammad Nasrollahi29-Jul-13 22:21 
AnswerRe: Help Pin
Pete O'Hanlon11-Feb-13 6:14
mvePete O'Hanlon11-Feb-13 6:14 
GeneralRe: Help Pin
Jibesh11-Feb-13 6:30
professionalJibesh11-Feb-13 6:30 
GeneralRe: Help Pin
Dave Kreskowiak11-Feb-13 7:27
mveDave Kreskowiak11-Feb-13 7:27 

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.