Click here to Skip to main content
15,896,310 members
Home / Discussions / C#
   

C#

 
GeneralRe: drag and drop issue... Pin
Weckmann24-Nov-06 1:12
Weckmann24-Nov-06 1:12 
QuestionHow to create an array of label ? Pin
stny200023-Nov-06 15:59
stny200023-Nov-06 15:59 
AnswerRe: How to create an array of label ? Pin
Christian Graus23-Nov-06 16:37
protectorChristian Graus23-Nov-06 16:37 
GeneralRe: How to create an array of label ? Pin
stny200023-Nov-06 17:04
stny200023-Nov-06 17:04 
GeneralRe: How to create an array of label ? Pin
Christian Graus23-Nov-06 17:13
protectorChristian Graus23-Nov-06 17:13 
GeneralRe: How to create an array of label ? Pin
stny200023-Nov-06 17:39
stny200023-Nov-06 17:39 
AnswerRe: How to create an array of label ? Pin
Amar Chaudhary23-Nov-06 16:46
Amar Chaudhary23-Nov-06 16:46 
GeneralRe: How to create an array of label ? Pin
stny200023-Nov-06 17:09
stny200023-Nov-06 17:09 
I tried the code, but has following message prompt:

<br />
private void btnTest_Click(object sender, System.EventArgs e)<br />
{<br />
	Label [] lbl;<br />
	for(int i=0;i<64;i++)<br />
	{<br />
		lbl[i]=new Label();<br />
	}<br />
}<br />


C:\docnettester\docnettester\Form1.cs(263): Use of unassigned local variable 'lbl'


thanks your reply Smile | :)
GeneralRe: How to create an array of label ? Pin
Amar Chaudhary23-Nov-06 17:18
Amar Chaudhary23-Nov-06 17:18 
GeneralRe: How to create an array of label ? Pin
stny200023-Nov-06 17:37
stny200023-Nov-06 17:37 
QuestionCorba & C# Pin
ezazazel23-Nov-06 14:49
ezazazel23-Nov-06 14:49 
AnswerRe: Corba & C# Pin
Paresh Gheewala23-Nov-06 16:06
Paresh Gheewala23-Nov-06 16:06 
QuestionA wired problem in static classes Pin
Amar Chaudhary23-Nov-06 11:57
Amar Chaudhary23-Nov-06 11:57 
AnswerRe: A wired problem in static classes Pin
Amar Chaudhary23-Nov-06 12:10
Amar Chaudhary23-Nov-06 12:10 
GeneralRe: A wired problem in static classes Pin
Christian Graus23-Nov-06 12:38
protectorChristian Graus23-Nov-06 12:38 
AnswerRe: A wired problem in static classes Pin
Rob Graham23-Nov-06 13:53
Rob Graham23-Nov-06 13:53 
GeneralRe: A wired problem in static classes Pin
Amar Chaudhary23-Nov-06 14:08
Amar Chaudhary23-Nov-06 14:08 
GeneralRe: A wired problem in static classes Pin
S. Senthil Kumar24-Nov-06 8:20
S. Senthil Kumar24-Nov-06 8:20 
GeneralRe: A wired problem in static classes Pin
Rob Graham24-Nov-06 8:35
Rob Graham24-Nov-06 8:35 
GeneralRe: A wired problem in static classes Pin
Amar Chaudhary24-Nov-06 13:16
Amar Chaudhary24-Nov-06 13:16 
GeneralRe: A wired problem in static classes Pin
Scott Dorman27-Nov-06 5:11
professionalScott Dorman27-Nov-06 5:11 
QuestionHow to copy a datarow to another datatable ? Pin
hdv21223-Nov-06 10:11
hdv21223-Nov-06 10:11 
AnswerRe: How to copy a datarow to another datatable ? Pin
Nader Elshehabi23-Nov-06 10:16
Nader Elshehabi23-Nov-06 10:16 
GeneralRe: How to copy a datarow to another datatable ? Pin
hdv21223-Nov-06 11:08
hdv21223-Nov-06 11:08 
GeneralRe: How to copy a datarow to another datatable ? Pin
Nader Elshehabi23-Nov-06 11:51
Nader Elshehabi23-Nov-06 11:51 

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.