Click here to Skip to main content
15,889,096 members
Home / Discussions / C#
   

C#

 
QuestionURGENTLY complicated Pin
malak nour3-Sep-05 12:03
malak nour3-Sep-05 12:03 
AnswerRe: URGENTLY complicated Pin
Judah Gabriel Himango3-Sep-05 12:26
sponsorJudah Gabriel Himango3-Sep-05 12:26 
Questionhelp regarding server monitoring Pin
vkas_in_guj3-Sep-05 10:10
vkas_in_guj3-Sep-05 10:10 
AnswerRe: help regarding server monitoring Pin
Dave Kreskowiak3-Sep-05 11:34
mveDave Kreskowiak3-Sep-05 11:34 
QuestionHow to Convert this in C# Pin
majidbhutta3-Sep-05 8:21
majidbhutta3-Sep-05 8:21 
Answer[Message Deleted] Pin
philip_cole3-Sep-05 9:18
philip_cole3-Sep-05 9:18 
AnswerRe: How to Convert this in C# Pin
philip_cole3-Sep-05 9:30
philip_cole3-Sep-05 9:30 
QuestionReflection Emit Pin
Yoyosch3-Sep-05 7:07
Yoyosch3-Sep-05 7:07 
Problem is as follows:

got 100 PictureBoxes that are formed into 10x10 matrix. Their name is 'digit??', where '?' represents a single digit (digit00, digit01, ..., digit99). I would like to swiftly put all these PictureBoxes into one array. I tried:

PictureBox[,] References = new PictureBox[10,10]; 
...
for(int i=0;i<9;i++)
    for(int j=0;j<9;j++)
    {
	this.References[i,j] = ((PictureBox)(String.Format("this.digits{0}{1}",i,j)));    
    }

which is of course not legal, as strings cannot be converted into PictureBoxes. I know it may be done using the Reflection Emit, but I`m looking for another way. Any hints?

-- modified at 13:08 Saturday 3rd September, 2005
AnswerRe: Reflection Emit Pin
if_mel_yes_else_no3-Sep-05 8:38
if_mel_yes_else_no3-Sep-05 8:38 
QuestionTime change events Pin
monrobot133-Sep-05 6:25
monrobot133-Sep-05 6:25 
AnswerRe: Time change events Pin
if_mel_yes_else_no3-Sep-05 8:29
if_mel_yes_else_no3-Sep-05 8:29 
QuestionHttpWebRequest Timeout Problem Pin
surfman193-Sep-05 4:30
surfman193-Sep-05 4:30 
AnswerRe: HttpWebRequest Timeout Problem Pin
Andy Brummer3-Sep-05 14:21
sitebuilderAndy Brummer3-Sep-05 14:21 
GeneralRe: HttpWebRequest Timeout Problem Pin
surfman193-Sep-05 14:36
surfman193-Sep-05 14:36 
GeneralRe: HttpWebRequest Timeout Problem Pin
Andy Brummer3-Sep-05 17:03
sitebuilderAndy Brummer3-Sep-05 17:03 
GeneralRe: HttpWebRequest Timeout Problem Pin
surfman194-Sep-05 1:23
surfman194-Sep-05 1:23 
QuestionCurciut problem Pin
Niklas Ulvinge3-Sep-05 3:30
Niklas Ulvinge3-Sep-05 3:30 
AnswerRe: Curciut problem Pin
rudy.net3-Sep-05 5:21
rudy.net3-Sep-05 5:21 
GeneralRe: Curciut problem Pin
Niklas Ulvinge3-Sep-05 5:33
Niklas Ulvinge3-Sep-05 5:33 
QuestionNow, how to extract low nibble and high nibble from a byte? Pin
bouli3-Sep-05 3:15
bouli3-Sep-05 3:15 
AnswerRe: Now, how to extract low nibble and high nibble from a byte? Pin
Colin Angus Mackay3-Sep-05 3:21
Colin Angus Mackay3-Sep-05 3:21 
AnswerRe: Now, how to extract low nibble and high nibble from a byte? Pin
Guffa3-Sep-05 6:09
Guffa3-Sep-05 6:09 
QuestionPlease Heeeeeeeeelp: Problem with Pinvoke??? Pin
E6AD3-Sep-05 2:46
E6AD3-Sep-05 2:46 
Questionlooping statement Pin
Anonymous3-Sep-05 1:53
Anonymous3-Sep-05 1:53 
QuestionRe: looping statement Pin
Guffa3-Sep-05 2:10
Guffa3-Sep-05 2:10 

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.