Click here to Skip to main content
15,913,055 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionWhile loop Pin
dodoxor5-Jun-07 4:26
dodoxor5-Jun-07 4:26 
AnswerRe: While loop Pin
kubben5-Jun-07 4:43
kubben5-Jun-07 4:43 
GeneralRe: While loop Pin
dodoxor5-Jun-07 5:02
dodoxor5-Jun-07 5:02 
GeneralRe: While loop Pin
Manas Bhardwaj8-Jun-07 0:30
professionalManas Bhardwaj8-Jun-07 0:30 
GeneralClickOnce - Data Execution Prevention error Pin
Kevin McFarlane5-Jun-07 2:51
Kevin McFarlane5-Jun-07 2:51 
QuestionDebug a perocess Pin
chandni_chandrakant_maheta5-Jun-07 0:06
chandni_chandrakant_maheta5-Jun-07 0:06 
AnswerRe: Debug a perocess Pin
originSH5-Jun-07 4:14
originSH5-Jun-07 4:14 
Questionform designer view is not opening Pin
Shoaib Hussain2-Jun-07 0:08
Shoaib Hussain2-Jun-07 0:08 
I have created a Serializable class named "Student".

[Serializable]
public class Student
{

}

Also created a custom user control.

then i used the list<student> in the custom user control.

public class myControl : UserControl
{
List<student> students;

public List<student> Students
{
set
{
students = value;
}
get
{
return students;
}
}
}

the controls is performing exact and there is no any compilation error.
but if i use this control on any form then designer view of that form vanished out and display this error.

Object of type 'System.Collections.Generic.List`1[WindowsControlLibrary1.Student]' cannot be converted to type 'System.Collections.Generic.List`1[WindowsControlLibrary1.Student]'.

Kindly help that why the designer view of this form vanished out.
QuestionWindows Background when 'Lock Computer' Pin
Philip JJP1-Jun-07 2:53
Philip JJP1-Jun-07 2:53 
AnswerRe: Windows Background when 'Lock Computer' Pin
kubben1-Jun-07 3:13
kubben1-Jun-07 3:13 
GeneralRe: Windows Background when 'Lock Computer' Pin
Philip JJP1-Jun-07 3:42
Philip JJP1-Jun-07 3:42 
QuestionForm1 to Form2 Pin
madhurialuru1-Jun-07 1:25
madhurialuru1-Jun-07 1:25 
AnswerRe: Form1 to Form2 Pin
Rahul831-Jun-07 3:24
Rahul831-Jun-07 3:24 
GeneralRe: Form1 to Form2 Pin
Christian Graus1-Jun-07 20:26
protectorChristian Graus1-Jun-07 20:26 
AnswerRe: Form1 to Form2 Pin
Christian Graus1-Jun-07 20:27
protectorChristian Graus1-Jun-07 20:27 
QuestionBright Future for Winforms? Pin
GrinderDev31-May-07 8:53
GrinderDev31-May-07 8:53 
AnswerRe: Bright Future for Winforms? Pin
Christian Graus31-May-07 10:29
protectorChristian Graus31-May-07 10:29 
GeneralRe: Bright Future for Winforms? Pin
GrinderDev31-May-07 13:17
GrinderDev31-May-07 13:17 
AnswerRe: Bright Future for Winforms? Pin
Kevin McFarlane5-Jun-07 2:53
Kevin McFarlane5-Jun-07 2:53 
AnswerRe: Bright Future for Winforms? Pin
Scott Dorman10-Jun-07 18:38
professionalScott Dorman10-Jun-07 18:38 
QuestionclickOnce Pin
tantoun31-May-07 5:24
tantoun31-May-07 5:24 
AnswerRe: clickOnce Pin
HarrySolsem10-Jun-07 6:49
HarrySolsem10-Jun-07 6:49 
QuestionSpellchecking? Pin
Stevie31-May-07 4:17
Stevie31-May-07 4:17 
QuestionError Install Visual Studio 6 ? please help me Pin
sumn_kaw31-May-07 1:52
sumn_kaw31-May-07 1:52 
QuestionTheme and Skin in Window Application Pin
ashishnagar130-May-07 20:51
ashishnagar130-May-07 20:51 

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.