Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
AnswerRe: call event from editbox Pin
CWIZO1-May-06 0:07
CWIZO1-May-06 0:07 
Questionproblems with panals Pin
Rmokkenstorm30-Apr-06 21:41
Rmokkenstorm30-Apr-06 21:41 
AnswerRe: problems with panals Pin
Robert Rohde30-Apr-06 21:50
Robert Rohde30-Apr-06 21:50 
GeneralRe: problems with panals Pin
Rmokkenstorm30-Apr-06 21:53
Rmokkenstorm30-Apr-06 21:53 
GeneralRe: problems with panals Pin
Robert Rohde30-Apr-06 22:06
Robert Rohde30-Apr-06 22:06 
GeneralRe: problems with panals Pin
Rmokkenstorm30-Apr-06 22:21
Rmokkenstorm30-Apr-06 22:21 
GeneralRe: problems with panals Pin
Robert Rohde30-Apr-06 22:25
Robert Rohde30-Apr-06 22:25 
GeneralRe: problems with panals Pin
Rmokkenstorm30-Apr-06 22:37
Rmokkenstorm30-Apr-06 22:37 
GeneralRe: problems with panals Pin
Robert Rohde1-May-06 2:48
Robert Rohde1-May-06 2:48 
Questionwindows application Pin
virz30-Apr-06 20:02
virz30-Apr-06 20:02 
AnswerRe: windows application Pin
_mubashir30-Apr-06 20:55
_mubashir30-Apr-06 20:55 
GeneralRe: windows application Pin
Colin Angus Mackay30-Apr-06 21:02
Colin Angus Mackay30-Apr-06 21:02 
GeneralRe: windows application Pin
_mubashir30-Apr-06 23:57
_mubashir30-Apr-06 23:57 
AnswerRe: windows application Pin
Colin Angus Mackay30-Apr-06 21:02
Colin Angus Mackay30-Apr-06 21:02 
QuestionNeed help....! Pin
samjlk30-Apr-06 19:53
samjlk30-Apr-06 19:53 
AnswerRe: Need help....! Pin
Robert Rohde30-Apr-06 21:52
Robert Rohde30-Apr-06 21:52 
GeneralRe: Need help....! Pin
samjlk30-Apr-06 22:32
samjlk30-Apr-06 22:32 
QuestionTwo Questions About Web UI Automation Pin
WaleedH30-Apr-06 19:31
WaleedH30-Apr-06 19:31 
QuestionProblem with Designer Serialization Pin
kamran6553630-Apr-06 16:57
kamran6553630-Apr-06 16:57 
AnswerRe: Problem with Designer Serialization Pin
Robert Rohde30-Apr-06 21:59
Robert Rohde30-Apr-06 21:59 
GeneralRe: Problem with Designer Serialization Pin
kamran655361-May-06 2:59
kamran655361-May-06 2:59 
GeneralRe: Problem with Designer Serialization Pin
Robert Rohde1-May-06 3:32
Robert Rohde1-May-06 3:32 
The code should generally make the designer creating entries in InitializeComponent which look like:
bla.ProgressStep = new ExtendedPictureBoxLib.ProgressStep(
   null, "StepName", "Processing step \'{0}\' ({1}/{2})...")

I think the designer tries several conversions and will decide on what to do depending on which transformation succeeds. So what ConvertTo does in general is telling the designer which parameters go into the constructor. It is important that there is a constructor which gets all parameters of your class (that's why I also posted it).
You could look at this[^] article to get a better understanding.
GeneralRe: Problem with Designer Serialization Pin
kamran655362-May-06 3:43
kamran655362-May-06 3:43 
GeneralRe: Problem with Designer Serialization Pin
kamran655362-May-06 3:28
kamran655362-May-06 3:28 
GeneralRe: Problem with Designer Serialization Pin
kamran655362-May-06 3:33
kamran655362-May-06 3:33 

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.