Click here to Skip to main content
15,921,169 members
Home / Discussions / C#
   

C#

 
QuestionUserControl not marked as serializable Pin
edvler14-Sep-05 3:11
edvler14-Sep-05 3:11 
QuestionHow to collapse an array? Pin
Yannielsen14-Sep-05 3:09
Yannielsen14-Sep-05 3:09 
AnswerRe: How to collapse an array? Pin
Dan Neely14-Sep-05 4:08
Dan Neely14-Sep-05 4:08 
AnswerRe: How to collapse an array? Pin
esjq14-Sep-05 4:30
esjq14-Sep-05 4:30 
QuestionXML serialization Pin
Yoyosch14-Sep-05 2:46
Yoyosch14-Sep-05 2:46 
Questionhow to handle locations of innet control of a user control Pin
arusmemon14-Sep-05 2:37
arusmemon14-Sep-05 2:37 
Questioncreating control array in runtime Pin
liqnit14-Sep-05 2:33
liqnit14-Sep-05 2:33 
AnswerRe: creating control array in runtime Pin
Dave Kreskowiak14-Sep-05 4:51
mveDave Kreskowiak14-Sep-05 4:51 
liqnit wrote:
RadioButton rbNew = new RadioButton ();
rbNew.Name = (rbNew.Name.ToString() + i.ToString());
rbNew.Text = TempString;
rbNew.Visible = true;
pnVSSProjects.Controls.Add(rbNew);


You're not setting the Top and Left properties of the controls you're creating to move them around the container they're in. This means that each one is being put in the exact same place, so the first one created is the only one you actually see. All the others are behind it.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: creating control array in runtime Pin
liqnit17-Sep-05 19:44
liqnit17-Sep-05 19:44 
Questionhow to find type of Dll Pin
Anonymous14-Sep-05 2:02
Anonymous14-Sep-05 2:02 
AnswerRe: how to find type of Dll Pin
miah alom14-Sep-05 4:19
miah alom14-Sep-05 4:19 
QuestionCan you change the protected statusof a file? Pin
Anonymous14-Sep-05 1:46
Anonymous14-Sep-05 1:46 
AnswerRe: Can you change the protected statusof a file? Pin
Dave Kreskowiak14-Sep-05 4:46
mveDave Kreskowiak14-Sep-05 4:46 
QuestionExcel macro from c# Pin
Lailinha14-Sep-05 1:43
Lailinha14-Sep-05 1:43 
AnswerRe: Excel macro from c# Pin
tekken2214-Sep-05 8:15
tekken2214-Sep-05 8:15 
GeneralRe: Excel macro from c# Pin
Lailinha14-Sep-05 8:29
Lailinha14-Sep-05 8:29 
QuestionHow do set another folder than \bin for my assemblies when "Local Copy"... Pin
MaWeRic14-Sep-05 1:28
MaWeRic14-Sep-05 1:28 
QuestionC# from Excel Pin
Lailinha13-Sep-05 23:56
Lailinha13-Sep-05 23:56 
AnswerRe: C# from Excel Pin
Dave Kreskowiak14-Sep-05 1:35
mveDave Kreskowiak14-Sep-05 1:35 
AnswerRe: C# from Excel Pin
Daniel Turini14-Sep-05 3:02
Daniel Turini14-Sep-05 3:02 
GeneralRe: C# from Excel Pin
Lailinha14-Sep-05 3:05
Lailinha14-Sep-05 3:05 
GeneralRe: C# from Excel Pin
Daniel Turini14-Sep-05 3:31
Daniel Turini14-Sep-05 3:31 
Questionvoice chat in C# Pin
pakFari13-Sep-05 23:48
pakFari13-Sep-05 23:48 
QuestionC# vs Java Pin
Aamir Rana13-Sep-05 23:29
Aamir Rana13-Sep-05 23:29 
AnswerRe: C# vs Java Pin
Guffa13-Sep-05 23:43
Guffa13-Sep-05 23:43 

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.