Click here to Skip to main content
15,914,109 members
Home / Discussions / C#
   

C#

 
AnswerRe: how do i convert a C++ structure to a C# structure Pin
OneSoftware14-Mar-07 23:59
OneSoftware14-Mar-07 23:59 
QuestionFile Browser dialog Pin
hiremath7114-Mar-07 21:12
hiremath7114-Mar-07 21:12 
AnswerRe: File Browser dialog Pin
AB777114-Mar-07 21:13
AB777114-Mar-07 21:13 
QuestionFolder browser dialog Pin
hiremath7114-Mar-07 21:10
hiremath7114-Mar-07 21:10 
AnswerRe: Folder browser dialog Pin
AB777114-Mar-07 21:12
AB777114-Mar-07 21:12 
GeneralRe: Folder browser dialog Pin
hiremath7114-Mar-07 21:39
hiremath7114-Mar-07 21:39 
GeneralRe: Folder browser dialog Pin
Stefan Troschuetz14-Mar-07 22:06
Stefan Troschuetz14-Mar-07 22:06 
GeneralRe: Folder browser dialog Pin
AB777114-Mar-07 22:17
AB777114-Mar-07 22:17 
GeneralRe: Folder browser dialog Pin
hiremath7114-Mar-07 23:01
hiremath7114-Mar-07 23:01 
Questionlist box Pin
Question114-Mar-07 20:50
Question114-Mar-07 20:50 
AnswerRe: list box Pin
MoustafaS14-Mar-07 20:55
MoustafaS14-Mar-07 20:55 
AnswerRe: list box Pin
N a v a n e e t h14-Mar-07 21:01
N a v a n e e t h14-Mar-07 21:01 
Questionarray of objects problem Pin
Hari Om Prakash Sharma14-Mar-07 20:12
Hari Om Prakash Sharma14-Mar-07 20:12 
AnswerRe: array of objects problem Pin
Harini N K14-Mar-07 20:31
Harini N K14-Mar-07 20:31 
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 

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.