Click here to Skip to main content
15,911,786 members
Home / Discussions / C#
   

C#

 
AnswerRe: image path in parameter Pin
Pete O'Hanlon28-Feb-07 22:32
mvePete O'Hanlon28-Feb-07 22:32 
GeneralRe: image path in parameter Pin
Support12328-Feb-07 22:36
Support12328-Feb-07 22:36 
QuestionSetup Project Issue Pin
Wonna28-Feb-07 19:46
Wonna28-Feb-07 19:46 
Questionarry replca Pin
md_refay28-Feb-07 19:38
md_refay28-Feb-07 19:38 
AnswerRe: arry replca Pin
stancrm28-Feb-07 19:40
stancrm28-Feb-07 19:40 
AnswerRe: arry replca Pin
Guffa28-Feb-07 20:59
Guffa28-Feb-07 20:59 
Questiontype of controls Pin
md_refay28-Feb-07 18:27
md_refay28-Feb-07 18:27 
AnswerRe: type of controls Pin
Christian Graus28-Feb-07 18:46
protectorChristian Graus28-Feb-07 18:46 
foreach(Control c in Controls)
{
Button b = c as Button;
if ( b != null)
{ // It's a button
b.BackColor = Color.Red; // or whatever
}
}

Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

Questionswap controls Pin
md_refay28-Feb-07 18:17
md_refay28-Feb-07 18:17 
AnswerRe: swap controls Pin
gus_br28-Feb-07 18:38
gus_br28-Feb-07 18:38 
GeneralRe: swap controls Pin
md_refay28-Feb-07 18:58
md_refay28-Feb-07 18:58 
AnswerRe: swap controls Pin
Guffa28-Feb-07 21:15
Guffa28-Feb-07 21:15 
Questionpaint program Pin
virus555928-Feb-07 18:16
virus555928-Feb-07 18:16 
AnswerRe: paint program Pin
Christian Graus28-Feb-07 18:45
protectorChristian Graus28-Feb-07 18:45 
QuestionFloting Toolbar Pin
hiremath7128-Feb-07 17:46
hiremath7128-Feb-07 17:46 
AnswerRe: Floting Toolbar Pin
stancrm28-Feb-07 19:38
stancrm28-Feb-07 19:38 
GeneralRe: Floting Toolbar Pin
hiremath711-Mar-07 0:44
hiremath711-Mar-07 0:44 
QuestionRun From Ram Pin
EscKey200428-Feb-07 16:13
EscKey200428-Feb-07 16:13 
AnswerRe: Run From Ram Pin
Christian Graus28-Feb-07 16:53
protectorChristian Graus28-Feb-07 16:53 
AnswerRe: Run From Ram Pin
mav.northwind28-Feb-07 19:31
mav.northwind28-Feb-07 19:31 
QuestionIDocHostUIHandler [modified] Pin
_808628-Feb-07 15:43
_808628-Feb-07 15:43 
AnswerRe: IDocHostUIHandler [modified] Pin
DavidAtAscent28-Feb-07 17:04
DavidAtAscent28-Feb-07 17:04 
GeneralRe: IDocHostUIHandler Pin
_80861-Mar-07 19:01
_80861-Mar-07 19:01 
QuestionIMediaEventEx.GetEvent( out code, out p1, out p2, 0 ); - Question Pin
Khoramdin28-Feb-07 13:02
Khoramdin28-Feb-07 13:02 
QuestionIcons for files added to the Deployment project ?? Pin
adamhb28-Feb-07 11:43
adamhb28-Feb-07 11:43 

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.