Click here to Skip to main content
15,903,201 members
Home / Discussions / C#
   

C#

 
AnswerRe: Interfaces & Protected Methods Pin
Guffa30-Aug-05 3:10
Guffa30-Aug-05 3:10 
GeneralRe: Interfaces & Protected Methods Pin
phimix30-Aug-05 3:34
phimix30-Aug-05 3:34 
GeneralRe: Interfaces & Protected Methods Pin
Guffa31-Aug-05 21:04
Guffa31-Aug-05 21:04 
GeneralRe: Interfaces & Protected Methods Pin
phimix1-Sep-05 0:27
phimix1-Sep-05 0:27 
GeneralRe: Interfaces & Protected Methods Pin
Guffa1-Sep-05 5:50
Guffa1-Sep-05 5:50 
QuestionImage zooming and displaying Pin
E6AD30-Aug-05 1:14
E6AD30-Aug-05 1:14 
AnswerRe: Image zooming and displaying Pin
Andrew Kirillov30-Aug-05 2:00
Andrew Kirillov30-Aug-05 2:00 
QuestionArray of PictureBoxes Pin
Yoyosch29-Aug-05 23:45
Yoyosch29-Aug-05 23:45 
Got problem as follows:

In the main form I have 100 PictureBoxes which names are digit00...digit99.
I need to change their images often that`s why I would like to group them into some structure, an array for example. Then write a function that would cover this automatically, for example:

<br />
void MyFunction(int which)<br />
{<br />
MyArray[which].Image = Image.FromFile("aaa.aaa");<br />
}<br />


How to do this, especially how todefine and set the array?

tnx a lot in advance Smile | :)
AnswerRe: Array of PictureBoxes Pin
SeMartens30-Aug-05 3:55
SeMartens30-Aug-05 3:55 
Questionchukkykzn@msn.com Pin
chukkykzn29-Aug-05 23:27
chukkykzn29-Aug-05 23:27 
QuestionHow to change the default size of the PropertyGrid description pane? Pin
Gatchan29-Aug-05 23:03
Gatchan29-Aug-05 23:03 
Question&quot;Time bomb&quot; (trial version-like) Pin
gnjunge29-Aug-05 22:57
gnjunge29-Aug-05 22:57 
AnswerRe: &quot;Time bomb&quot; (trial version-like) Pin
Barm29-Aug-05 23:55
Barm29-Aug-05 23:55 
QuestionSHUTDOWN Pin
tatchung29-Aug-05 21:59
tatchung29-Aug-05 21:59 
AnswerRe: SHUTDOWN Pin
Barm29-Aug-05 23:44
Barm29-Aug-05 23:44 
GeneralRe: SHUTDOWN Pin
tatchung30-Aug-05 15:11
tatchung30-Aug-05 15:11 
GeneralRe: SHUTDOWN Pin
Barm30-Aug-05 18:11
Barm30-Aug-05 18:11 
GeneralRe: SHUTDOWN Pin
tatchung30-Aug-05 18:15
tatchung30-Aug-05 18:15 
Questionhow to save the files in c sharp.net Pin
sajikp29-Aug-05 21:13
sajikp29-Aug-05 21:13 
AnswerRe: how to save the files in c sharp.net Pin
Stefan Troschuetz29-Aug-05 21:39
Stefan Troschuetz29-Aug-05 21:39 
GeneralRe: how to save the files in c sharp.net Pin
sajikp30-Aug-05 20:18
sajikp30-Aug-05 20:18 
GeneralRe: how to save the files in c sharp.net Pin
Stefan Troschuetz30-Aug-05 21:01
Stefan Troschuetz30-Aug-05 21:01 
QuestionCapture and streaming Pin
aspiringCodeMonkey29-Aug-05 21:09
aspiringCodeMonkey29-Aug-05 21:09 
AnswerRe: Capture and streaming Pin
Dario Solera29-Aug-05 21:22
Dario Solera29-Aug-05 21:22 
QuestionSuperscript Pin
Patrik Ruzic29-Aug-05 19:49
Patrik Ruzic29-Aug-05 19:49 

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.