Click here to Skip to main content
15,894,825 members
Home / Discussions / C#
   

C#

 
AnswerRe: MessageBox with a timer? Pin
Judah Gabriel Himango16-Apr-08 8:21
sponsorJudah Gabriel Himango16-Apr-08 8:21 
GeneralRe: MessageBox with a timer? Pin
Vertekal16-Apr-08 8:54
Vertekal16-Apr-08 8:54 
GeneralRe: MessageBox with a timer? Pin
Luc Pattyn16-Apr-08 8:36
sitebuilderLuc Pattyn16-Apr-08 8:36 
GeneralRe: MessageBox with a timer? Pin
Vertekal16-Apr-08 8:53
Vertekal16-Apr-08 8:53 
GeneralRe: MessageBox with a timer? Pin
Luc Pattyn16-Apr-08 9:00
sitebuilderLuc Pattyn16-Apr-08 9:00 
GeneralRe: MessageBox with a timer? Pin
Vertekal16-Apr-08 9:57
Vertekal16-Apr-08 9:57 
QuestionObject of type 'A' cannot be converted to type 'A' with own Control. Pin
Roland Bär16-Apr-08 7:33
Roland Bär16-Apr-08 7:33 
AnswerRe: Object of type 'A' cannot be converted to type 'A' with own Control. Pin
Judah Gabriel Himango16-Apr-08 8:19
sponsorJudah Gabriel Himango16-Apr-08 8:19 
You can change the way the designer serializes TheA property by putting the following attribute on TheA property: [DesignerSerializationVisibility(...)]

Beyond that, if you want further control, you may need to have the control implement ISerializable and perform serialization that doesn't care about the version to get around this issue.



GeneralRe: Object of type 'A' cannot be converted to type 'A' with own Control. Pin
Roland Bär20-Apr-08 23:31
Roland Bär20-Apr-08 23:31 
Generalsave data to application settings Pin
Razvan Dimescu16-Apr-08 5:38
Razvan Dimescu16-Apr-08 5:38 
GeneralRe: save data to application settings Pin
Alan N16-Apr-08 7:40
Alan N16-Apr-08 7:40 
Generalread write lock in C# Pin
George_George16-Apr-08 4:51
George_George16-Apr-08 4:51 
GeneralRe: read write lock in C# Pin
Zoltan Balazs16-Apr-08 9:07
Zoltan Balazs16-Apr-08 9:07 
GeneralRe: read write lock in C# Pin
George_George16-Apr-08 17:29
George_George16-Apr-08 17:29 
GeneralRe: read write lock in C# [modified] Pin
N a v a n e e t h16-Apr-08 18:21
N a v a n e e t h16-Apr-08 18:21 
GeneralRe: read write lock in C# Pin
Zoltan Balazs16-Apr-08 19:38
Zoltan Balazs16-Apr-08 19:38 
GeneralRe: read write lock in C# Pin
N a v a n e e t h16-Apr-08 19:54
N a v a n e e t h16-Apr-08 19:54 
GeneralRe: read write lock in C# Pin
George_George17-Apr-08 1:41
George_George17-Apr-08 1:41 
GeneralRe: read write lock in C# Pin
N a v a n e e t h17-Apr-08 18:05
N a v a n e e t h17-Apr-08 18:05 
GeneralRe: read write lock in C# Pin
George_George17-Apr-08 19:32
George_George17-Apr-08 19:32 
GeneralForm window position when changing its size Pin
Blubbo16-Apr-08 4:05
Blubbo16-Apr-08 4:05 
GeneralRe: Form window position when changing its size Pin
Blubbo16-Apr-08 4:12
Blubbo16-Apr-08 4:12 
GeneralRe: Form window position when changing its size Pin
Muammar©16-Apr-08 10:03
Muammar©16-Apr-08 10:03 
QuestionHow to make a phone call? Pin
tcombs0716-Apr-08 3:56
tcombs0716-Apr-08 3:56 
AnswerRe: How to make a phone call? Pin
N a v a n e e t h16-Apr-08 4:00
N a v a n e e t h16-Apr-08 4:00 

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.