Click here to Skip to main content
15,913,278 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calling a windows form Pin
Christian Graus2-Jun-07 1:52
protectorChristian Graus2-Jun-07 1:52 
AnswerRe: Calling a windows form Pin
Ravi Bhavnani2-Jun-07 3:13
professionalRavi Bhavnani2-Jun-07 3:13 
QuestionDrawing a line in control - vanishes? Pin
BlueChippy2-Jun-07 0:25
BlueChippy2-Jun-07 0:25 
AnswerRe: Drawing a line in control - vanishes? Pin
Christian Graus2-Jun-07 0:55
protectorChristian Graus2-Jun-07 0:55 
AnswerRe: Drawing a line in control - vanishes? Pin
Guffa2-Jun-07 0:57
Guffa2-Jun-07 0:57 
GeneralRe: Drawing a line in control - vanishes? Pin
BlueChippy2-Jun-07 1:34
BlueChippy2-Jun-07 1:34 
GeneralRe: Drawing a line in control - vanishes? Pin
Christian Graus2-Jun-07 1:37
protectorChristian Graus2-Jun-07 1:37 
Questionusing list object as a public property in custom control Pin
Shoaib Hussain2-Jun-07 0:06
Shoaib Hussain2-Jun-07 0:06 
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.
AnswerRe: using list object as a public property in custom control Pin
mikker_1232-Jun-07 16:46
mikker_1232-Jun-07 16:46 
QuestionSerialization inside Singleton Pin
LudoStroetenga1-Jun-07 23:05
LudoStroetenga1-Jun-07 23:05 
QuestionRichTextBox blinking Pin
the_yeast1-Jun-07 22:40
the_yeast1-Jun-07 22:40 
AnswerRe: RichTextBox blinking Pin
mav.northwind2-Jun-07 20:33
mav.northwind2-Jun-07 20:33 
QuestionSendKey help Pin
Vivek Vijayan1-Jun-07 22:02
Vivek Vijayan1-Jun-07 22:02 
AnswerRe: SendKey help Pin
mav.northwind2-Jun-07 20:35
mav.northwind2-Jun-07 20:35 
GeneralRe: SendKey help Pin
Vivek Vijayan6-Jun-07 10:15
Vivek Vijayan6-Jun-07 10:15 
QuestionSynchronizing the system clock Pin
M. J. Jaya Chitra1-Jun-07 20:42
M. J. Jaya Chitra1-Jun-07 20:42 
AnswerRe: Synchronizing the system clock Pin
Christian Graus1-Jun-07 20:52
protectorChristian Graus1-Jun-07 20:52 
QuestionRe: Synchronizing the system clock Pin
M. J. Jaya Chitra1-Jun-07 21:29
M. J. Jaya Chitra1-Jun-07 21:29 
AnswerRe: Synchronizing the system clock Pin
Christian Graus1-Jun-07 21:50
protectorChristian Graus1-Jun-07 21:50 
GeneralRe: Synchronizing the system clock Pin
M. J. Jaya Chitra1-Jun-07 22:35
M. J. Jaya Chitra1-Jun-07 22:35 
GeneralRe: Synchronizing the system clock Pin
Christian Graus1-Jun-07 23:18
protectorChristian Graus1-Jun-07 23:18 
GeneralRe: Synchronizing the system clock Pin
Sathesh Sakthivel2-Jun-07 5:35
Sathesh Sakthivel2-Jun-07 5:35 
AnswerRe: Synchronizing the system clock Pin
Muhammad Qasim Pasta1-Jun-07 23:58
Muhammad Qasim Pasta1-Jun-07 23:58 
QuestionFor all of you thank you. Pin
M. J. Jaya Chitra2-Jun-07 0:15
M. J. Jaya Chitra2-Jun-07 0:15 
QuestionRe: Synchronizing the system clock Pin
M. J. Jaya Chitra2-Jun-07 0:21
M. J. Jaya Chitra2-Jun-07 0:21 

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.