Click here to Skip to main content
15,885,141 members
Home / Discussions / C#
   

C#

 
QuestionHow to add set Index for Label in C#? Pin
tosen_z16-Apr-06 23:53
tosen_z16-Apr-06 23:53 
AnswerRe: How to add set Index for Label in C#? Pin
alexey N17-Apr-06 0:58
alexey N17-Apr-06 0:58 
GeneralRe: How to add set Index for Label in C#? Pin
HimaBindu Vejella17-Apr-06 18:24
HimaBindu Vejella17-Apr-06 18:24 
GeneralRe: How to add set Index for Label in C#? Pin
alexey N17-Apr-06 20:02
alexey N17-Apr-06 20:02 
GeneralRe: How to add set Index for Label in C#? Pin
HimaBindu Vejella17-Apr-06 20:05
HimaBindu Vejella17-Apr-06 20:05 
GeneralRe: How to add set Index for Label in C#? Pin
tosen_z18-Apr-06 22:28
tosen_z18-Apr-06 22:28 
GeneralRe: How to add set Index for Label in C#? Pin
alexey N18-Apr-06 23:36
alexey N18-Apr-06 23:36 
GeneralRe: How to add set Index for Label in C#? Pin
tosen_z19-Apr-06 17:53
tosen_z19-Apr-06 17:53 
Thank you verymuch!
I know, 400 labels isn't good decision, That make my Program slowly. But, I could found the other instead!
My project is a game that name "Caro". In that game, have 2 player, one use character "X", the other use "O", put on a "space game"( that is 400 labels, a matrix 20*20).

When I design 400labels, automatic, C# will create separately 400 labels. To overcome, I myseft write code in "InitializeComponent()" funtion is "System.Windows.Forms.Label[] myLabels=new System.Windows.Forms.Label[400]"... then it not visible in "Form1.cs [Design]" but haven't any error, and when I build it, and press "F5", in my window of "Form1", I can see immediate 400labels??????? Confused | :confused: I don't understand! Confused | :confused:
Thank for read! Smile | :)

III
QuestionDrawing one pixel wide dashed lines in gdi+ Pin
Specia314716-Apr-06 23:15
Specia314716-Apr-06 23:15 
QuestionHow to load image with Jpeg compression in .net 2003 Pin
Rizwan Bashir16-Apr-06 23:14
Rizwan Bashir16-Apr-06 23:14 
AnswerRe: How to load image with Jpeg compression in .net 2003 Pin
Guffa16-Apr-06 23:19
Guffa16-Apr-06 23:19 
GeneralRe: How to load image with Jpeg compression in .net 2003 Pin
Rizwan Bashir17-Apr-06 0:10
Rizwan Bashir17-Apr-06 0:10 
AnswerRe: How to load image with Jpeg compression in .net 2003 Pin
Guffa17-Apr-06 1:11
Guffa17-Apr-06 1:11 
GeneralRe: How to load image with Jpeg compression in .net 2003 Pin
Rizwan Bashir17-Apr-06 1:34
Rizwan Bashir17-Apr-06 1:34 
GeneralRe: How to load image with Jpeg compression in .net 2003 Pin
Dave Kreskowiak17-Apr-06 6:50
mveDave Kreskowiak17-Apr-06 6:50 
AnswerRe: How to load image with Jpeg compression in .net 2003 Pin
Joe Woodbury17-Apr-06 10:42
professionalJoe Woodbury17-Apr-06 10:42 
QuestionStoring hex value into byte array Pin
johnly16-Apr-06 22:35
johnly16-Apr-06 22:35 
AnswerRe: Storing hex value into byte array Pin
leppie16-Apr-06 23:07
leppie16-Apr-06 23:07 
AnswerRe: Storing hex value into byte array Pin
Guffa16-Apr-06 23:47
Guffa16-Apr-06 23:47 
QuestionHow to generate dll in C# Pin
binukoshy16-Apr-06 21:53
binukoshy16-Apr-06 21:53 
AnswerRe: How to generate dll in C# Pin
Stefan Troschuetz16-Apr-06 22:43
Stefan Troschuetz16-Apr-06 22:43 
GeneralRe: How to generate dll in C# Pin
binukoshy16-Apr-06 23:34
binukoshy16-Apr-06 23:34 
GeneralRe: How to generate dll in C# Pin
Stefan Troschuetz17-Apr-06 0:27
Stefan Troschuetz17-Apr-06 0:27 
GeneralRe: How to generate dll in C# Pin
LongRange.Shooter18-Apr-06 11:08
LongRange.Shooter18-Apr-06 11:08 
Questionin net2005 C# how can I show the connection add dialog Pin
mikebai16-Apr-06 21:20
mikebai16-Apr-06 21:20 

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.