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

C#

 
AnswerRe: fingerprint recognition Pin
Abhinav S21-Jan-13 0:59
Abhinav S21-Jan-13 0:59 
GeneralRe: fingerprint recognition Pin
yinyin8425-Jan-13 18:29
yinyin8425-Jan-13 18:29 
AnswerRe: fingerprint recognition Pin
Rahul Rajat Singh21-Jan-13 1:05
professionalRahul Rajat Singh21-Jan-13 1:05 
GeneralRe: fingerprint recognition Pin
yinyin8425-Jan-13 18:28
yinyin8425-Jan-13 18:28 
AnswerRe: fingerprint recognition Pin
Sivaraman Dhamodharan21-Jan-13 1:26
Sivaraman Dhamodharan21-Jan-13 1:26 
GeneralRe: fingerprint recognition Pin
yinyin8425-Jan-13 18:21
yinyin8425-Jan-13 18:21 
QuestionC# - Changing background of another form Pin
Steven Borges20-Jan-13 23:48
Steven Borges20-Jan-13 23:48 
AnswerRe: C# - Changing background of another form Pin
Pete O'Hanlon21-Jan-13 0:22
mvePete O'Hanlon21-Jan-13 0:22 
How you solve this really depends on how the second form was created. If it was created from the first form, a simple solution would be to have a public method on that does what you want, and call it from the first form. If you have a reference to the first form in your second form, add an event to the first form that signifies that the image should change, and subscribe to it from the second form.

Alternatively, you could go all pattern based and use a Mediator, so the message would be raised by the first form and the mediator would notify all interested parties that this was ready to be handled.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

AnswerRe: C# - Changing background of another form Pin
BobJanova21-Jan-13 5:45
BobJanova21-Jan-13 5:45 
GeneralRe: C# - Changing background of another form Pin
Steven Borges21-Jan-13 8:08
Steven Borges21-Jan-13 8:08 
GeneralRe: C# - Changing background of another form Pin
BobJanova21-Jan-13 13:20
BobJanova21-Jan-13 13:20 
QuestionC# way to create and save a video from locally stored images Pin
codechek20-Jan-13 23:42
codechek20-Jan-13 23:42 
QuestionEDI Parsers Pin
FatCatProgrammer20-Jan-13 12:52
FatCatProgrammer20-Jan-13 12:52 
AnswerRe: EDI Parsers Pin
Simon_Whale20-Jan-13 23:10
Simon_Whale20-Jan-13 23:10 
GeneralRe: EDI Parsers Pin
FatCatProgrammer21-Jan-13 5:37
FatCatProgrammer21-Jan-13 5:37 
QuestionReflection with args.Lenght =0 Pin
PozzaVecia20-Jan-13 12:25
PozzaVecia20-Jan-13 12:25 
AnswerRe: Reflection with args.Lenght =0 Pin
Super Lloyd20-Jan-13 12:38
Super Lloyd20-Jan-13 12:38 
GeneralRe: Reflection with args.Lenght =0 Pin
PozzaVecia20-Jan-13 12:50
PozzaVecia20-Jan-13 12:50 
AnswerRe: Reflection with args.Lenght =0 Pin
FatCatProgrammer20-Jan-13 12:56
FatCatProgrammer20-Jan-13 12:56 
GeneralRe: Reflection with args.Lenght =0 Pin
PozzaVecia20-Jan-13 18:44
PozzaVecia20-Jan-13 18:44 
AnswerRe: Reflection with args.Lenght =0 Pin
PIEBALDconsult20-Jan-13 14:07
mvePIEBALDconsult20-Jan-13 14:07 
GeneralRe: Reflection with args.Lenght =0 Pin
PozzaVecia20-Jan-13 18:42
PozzaVecia20-Jan-13 18:42 
GeneralRe: Reflection with args.Lenght =0 Pin
PIEBALDconsult21-Jan-13 4:47
mvePIEBALDconsult21-Jan-13 4:47 
AnswerRe: Reflection with args.Lenght =0 Pin
Alan N20-Jan-13 22:37
Alan N20-Jan-13 22:37 
QuestionNeed some guide line for few tools which is used for dotnet. Pin
Tridip Bhattacharjee20-Jan-13 8:59
professionalTridip Bhattacharjee20-Jan-13 8:59 

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.