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

C#

 
Questionwhere can i download MDSN for visual studio2005? Pin
buffering8327-Apr-10 21:26
buffering8327-Apr-10 21:26 
AnswerRe: where can i download MDSN for visual studio2005? Pin
Richard MacCutchan27-Apr-10 21:30
mveRichard MacCutchan27-Apr-10 21:30 
AnswerRe: where can i download MDSN for visual studio2005? Pin
Michel Godfroid28-Apr-10 0:08
Michel Godfroid28-Apr-10 0:08 
GeneralRe: where can i download MDSN for visual studio2005? Pin
Tony Richards28-Apr-10 2:19
Tony Richards28-Apr-10 2:19 
Questionmodified1: How to use one project's reference in anther project? [modified] Pin
minguy27-Apr-10 20:34
minguy27-Apr-10 20:34 
AnswerRe: How to use one project's reference in anther project? Pin
Ankur\m/27-Apr-10 20:52
professionalAnkur\m/27-Apr-10 20:52 
AnswerRe: How to use one project's reference in anther project? Pin
Peace ON27-Apr-10 20:55
Peace ON27-Apr-10 20:55 
AnswerRe: How to use one project's reference in anther project? Pin
Calla27-Apr-10 21:15
Calla27-Apr-10 21:15 
QuestionBind each record in Form A from Form b on Btn clicks in Form A Pin
MathewPV27-Apr-10 20:32
MathewPV27-Apr-10 20:32 
AnswerRe: Bind each record in Form A from Form b on Btn clicks in Form A Pin
Peace ON27-Apr-10 20:58
Peace ON27-Apr-10 20:58 
GeneralRe: Bind each record in Form A from Form b on Btn clicks in Form A Pin
MathewPV27-Apr-10 22:55
MathewPV27-Apr-10 22:55 
AnswerRe: Bind each record in Form A from Form b on Btn clicks in Form A Pin
Gerry Schmitz27-Apr-10 23:01
mveGerry Schmitz27-Apr-10 23:01 
QuestionC# .net question about how to change this code to allow a parameter and substitute "q" for that parameter Pin
joe loyzaga27-Apr-10 19:27
joe loyzaga27-Apr-10 19:27 
AnswerRe: C# .net question about how to change this code to allow a parameter and substitute "q" for that parameter Pin
Estys27-Apr-10 22:17
Estys27-Apr-10 22:17 
GeneralRe: C# .net question about how to change this code to allow a parameter and substitute "q" for that parameter Pin
joe loyzaga28-Apr-10 0:16
joe loyzaga28-Apr-10 0:16 
GeneralRe: C# .net question about how to change this code to allow a parameter and substitute "q" for that parameter Pin
Estys28-Apr-10 0:38
Estys28-Apr-10 0:38 
GeneralRe: C# .net question about how to change this code to allow a parameter and substitute "q" for that parameter Pin
joe loyzaga28-Apr-10 12:21
joe loyzaga28-Apr-10 12:21 
GeneralRe: C# .net question about how to change this code to allow a parameter and substitute "q" for that parameter Pin
Estys28-Apr-10 23:57
Estys28-Apr-10 23:57 
If you are trying to modify a GENERATED piece of code, you are in for serious trouble.

I don't really understand the question anymore, so I'll try to rephrase it.
As far as I understand you want to assign a number of variables unique HtmlItem objects :
HtmlEdit uIGenericSearchEdit1 = new HtmlEdit(this);
HtmlEdit uIGenericSearchEdit2 = new HtmlEdit(this);


but you want them initialized like in your example of UIGenericSearchEdit property and the name is a parameter (variable)? Am I correct?
I don't like my signature at all

QuestionFind Year from text in C# Pin
montu337727-Apr-10 17:01
montu337727-Apr-10 17:01 
AnswerRe: Find Year from text in C# Pin
RCoate27-Apr-10 17:05
RCoate27-Apr-10 17:05 
GeneralRe: Find Year from text in C# Pin
montu337727-Apr-10 17:20
montu337727-Apr-10 17:20 
GeneralRe: Find Year from text in C# Pin
PIEBALDconsult27-Apr-10 17:29
mvePIEBALDconsult27-Apr-10 17:29 
AnswerRe: Find Year from text in C# Pin
Mycroft Holmes27-Apr-10 17:20
professionalMycroft Holmes27-Apr-10 17:20 
AnswerRe: Find Year from text in C# Pin
Gerry Schmitz27-Apr-10 23:19
mveGerry Schmitz27-Apr-10 23:19 
Questionchange the image to the color.. Pin
@nisha 2n27-Apr-10 15:35
@nisha 2n27-Apr-10 15:35 

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.