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

C#

 
AnswerRe: array of objects problem Pin
Arindam Tewary14-Mar-07 20:41
professionalArindam Tewary14-Mar-07 20:41 
GeneralRe: array of objects problem-thnks Pin
Hari Om Prakash Sharma14-Mar-07 22:23
Hari Om Prakash Sharma14-Mar-07 22:23 
Questioncode for the form close button Pin
Keshav V. Kamat14-Mar-07 20:08
Keshav V. Kamat14-Mar-07 20:08 
AnswerRe: code for the form close button Pin
N a v a n e e t h14-Mar-07 20:43
N a v a n e e t h14-Mar-07 20:43 
GeneralRe: code for the form close button Pin
Keshav V. Kamat14-Mar-07 23:01
Keshav V. Kamat14-Mar-07 23:01 
AnswerRe: code for the form close button Pin
MoustafaS14-Mar-07 20:59
MoustafaS14-Mar-07 20:59 
GeneralRe: code for the form close button Pin
Keshav V. Kamat14-Mar-07 23:03
Keshav V. Kamat14-Mar-07 23:03 
QuestionArray of Form Pin
Dothanhnam14-Mar-07 18:36
Dothanhnam14-Mar-07 18:36 
I'm a beginner. I have a array of form and I want copy some element of this array to other array. I tryed, but when I start debugging, The program has a error. Do you have an other way? Pleased help me!
My code:
...
public static Form[] ListFormFull ={ new Form1(),new Form2(), new Form3(),new Form4()};
public static Form[] listFormChoose;
...
listFormChoose[i]=ListFormFull[j];//Error here
....

Thank you!

AnswerRe: Array of Form Pin
N a v a n e e t h14-Mar-07 18:52
N a v a n e e t h14-Mar-07 18:52 
GeneralRe: Array of Form Pin
Dothanhnam14-Mar-07 22:01
Dothanhnam14-Mar-07 22:01 
GeneralRe: Array of Form Pin
Stefan Troschuetz14-Mar-07 22:19
Stefan Troschuetz14-Mar-07 22:19 
QuestionCalculator help Pin
Anthony Mushrow14-Mar-07 17:44
professionalAnthony Mushrow14-Mar-07 17:44 
AnswerRe: Calculator help Pin
Leslie Sanford14-Mar-07 18:03
Leslie Sanford14-Mar-07 18:03 
GeneralRe: Calculator help Pin
Anthony Mushrow14-Mar-07 18:13
professionalAnthony Mushrow14-Mar-07 18:13 
QuestionHow to select letters in a string? Pin
Khoramdin14-Mar-07 17:27
Khoramdin14-Mar-07 17:27 
AnswerRe: How to select letters in a string? Pin
Christian Graus14-Mar-07 17:50
protectorChristian Graus14-Mar-07 17:50 
AnswerRe: How to select letters in a string? Pin
theScorp14-Mar-07 23:09
theScorp14-Mar-07 23:09 
QuestionRequest further explanation Pin
netproblemsolver14-Mar-07 16:58
netproblemsolver14-Mar-07 16:58 
AnswerRe: Request further explanation Pin
Christian Graus14-Mar-07 17:26
protectorChristian Graus14-Mar-07 17:26 
QuestionThreading a webbrowser Pin
earlgraham14-Mar-07 13:35
earlgraham14-Mar-07 13:35 
QuestionHow to make a phone call in c# with or without TAPI?? Pin
conemajstor14-Mar-07 12:12
conemajstor14-Mar-07 12:12 
Questionneed something like enumerated classes. Pin
dino209414-Mar-07 11:35
dino209414-Mar-07 11:35 
AnswerRe: need something like enumerated classes. Pin
Mike Hankey14-Mar-07 12:01
mveMike Hankey14-Mar-07 12:01 
GeneralRe: need something like enumerated classes. Pin
Christian Graus14-Mar-07 12:08
protectorChristian Graus14-Mar-07 12:08 
GeneralRe: need something like enumerated classes. Pin
Mike Hankey14-Mar-07 14:20
mveMike Hankey14-Mar-07 14:20 

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.