Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
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 
QuestionSelect Section of Image Pin
smarttom9930-Apr-06 15:37
smarttom9930-Apr-06 15:37 
AnswerRe: Select Section of Image Pin
Robert Rohde30-Apr-06 22:04
Robert Rohde30-Apr-06 22:04 
GeneralRe: Select Section of Image Pin
smarttom991-May-06 4:31
smarttom991-May-06 4:31 
QuestionList Box Pin
Sean8930-Apr-06 14:58
Sean8930-Apr-06 14:58 
AnswerRe: List Box Pin
Kuira30-Apr-06 16:56
Kuira30-Apr-06 16:56 
GeneralRe: List Box Pin
Sean891-May-06 9:10
Sean891-May-06 9:10 
GeneralRe: List Box Pin
Kuira1-May-06 13:33
Kuira1-May-06 13:33 
QuestionPersistent Button Pin
IceWater4230-Apr-06 13:35
IceWater4230-Apr-06 13:35 
AnswerRe: Persistent Button Pin
Stanciu Vlad30-Apr-06 21:54
Stanciu Vlad30-Apr-06 21:54 
GeneralRe: Persistent Button Pin
IceWater421-May-06 5:02
IceWater421-May-06 5:02 
GeneralRe: Persistent Button Pin
Stanciu Vlad1-May-06 7:13
Stanciu Vlad1-May-06 7:13 
GeneralRe: Persistent Button Pin
IceWater421-May-06 8:08
IceWater421-May-06 8:08 
GeneralRe: Persistent Button Pin
Stanciu Vlad1-May-06 8:25
Stanciu Vlad1-May-06 8:25 
GeneralRe: Persistent Button Pin
IceWater421-May-06 18:17
IceWater421-May-06 18:17 

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.