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

C#

 
Generalhelp me about insert Pin
albCode28-May-05 0:35
albCode28-May-05 0:35 
GeneralRe: help me about insert Pin
Christian Graus28-May-05 0:54
protectorChristian Graus28-May-05 0:54 
GeneralRe: help me about insert Pin
cjengler28-May-05 1:44
cjengler28-May-05 1:44 
Generalwindows programming Pin
nume27-May-05 23:58
nume27-May-05 23:58 
GeneralRe: windows programming Pin
MoustafaS28-May-05 0:20
MoustafaS28-May-05 0:20 
GeneralRe: windows programming Pin
nume28-May-05 0:32
nume28-May-05 0:32 
GeneralRe: windows programming Pin
MoustafaS28-May-05 0:34
MoustafaS28-May-05 0:34 
GeneralRe: windows programming Pin
nume28-May-05 1:20
nume28-May-05 1:20 
this.picSnow.Image = ((System.Drawing.Image)(resources.GetObject("picMove.Image")));

//cboSnow

private void cboSnow_SelectedIndexChanged(object sender, System.EventArgs e)
{
switch (cboSnow.Text)
{
case "move" : picSnow.Image = picMove.Image;
MessageBox.Show ("move the snow");
break;

default: picSnow.Image = picSnow.Image;
break;
}//end switch
}//end cboSnow event

i paste a few code..the switch has 3 cases..move,throw and make..when i compile the event handler highlight the this.picSnow.Image ....
and before it's said there is no debug folder..and i should make one..how??
GeneralRe: windows programming Pin
Christian Graus28-May-05 0:56
protectorChristian Graus28-May-05 0:56 
GeneralSame prob, another prob Pin
Niklas Ulvinge27-May-05 23:55
Niklas Ulvinge27-May-05 23:55 
GeneralRe: Same prob, another prob Pin
Christian Graus28-May-05 0:57
protectorChristian Graus28-May-05 0:57 
GeneralRe: Same prob, another prob Pin
Niklas Ulvinge28-May-05 1:30
Niklas Ulvinge28-May-05 1:30 
GeneralC# serialized Pin
nume27-May-05 21:34
nume27-May-05 21:34 
GeneralRe: C# serialized Pin
Christian Graus28-May-05 0:59
protectorChristian Graus28-May-05 0:59 
GeneralRe: C# serialized Pin
nume28-May-05 1:28
nume28-May-05 1:28 
GeneralRe: C# serialized Pin
Christian Graus28-May-05 11:41
protectorChristian Graus28-May-05 11:41 
GeneralRe: C# serialized Pin
nume28-May-05 19:17
nume28-May-05 19:17 
GeneralRe: C# serialized Pin
Christian Graus28-May-05 23:57
protectorChristian Graus28-May-05 23:57 
GeneralRunning C# application from memory only Pin
Anonymous27-May-05 18:23
Anonymous27-May-05 18:23 
GeneralRe: Running C# application from memory only Pin
Niklas Ulvinge27-May-05 22:17
Niklas Ulvinge27-May-05 22:17 
QuestionHow can I get properties of a class in runtime? Pin
oohungoo27-May-05 18:04
oohungoo27-May-05 18:04 
AnswerRe: How can I get properties of a class in runtime? Pin
Raja Sekhar Amirapu27-May-05 19:03
Raja Sekhar Amirapu27-May-05 19:03 
GeneralCatching exceptions not thrown from Sysem.Exception Pin
Esmo200027-May-05 17:56
Esmo200027-May-05 17:56 
GeneralRe: Catching exceptions not thrown from Sysem.Exception Pin
S. Senthil Kumar27-May-05 20:49
S. Senthil Kumar27-May-05 20:49 
GeneralSystem Events Pin
WiseBuddha27-May-05 14:09
WiseBuddha27-May-05 14:09 

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.