Click here to Skip to main content
16,005,206 members
Home / Discussions / C#
   

C#

 
QuestionFiring up the event when string text is changed Pin
Blubbo28-Jul-09 4:15
Blubbo28-Jul-09 4:15 
AnswerRe: Firing up the event when string text is changed Pin
Vimalsoft(Pty) Ltd28-Jul-09 4:19
professionalVimalsoft(Pty) Ltd28-Jul-09 4:19 
GeneralRe: Firing up the event when string text is changed Pin
Blubbo28-Jul-09 4:22
Blubbo28-Jul-09 4:22 
GeneralRe: Firing up the event when string text is changed Pin
Vimalsoft(Pty) Ltd28-Jul-09 4:30
professionalVimalsoft(Pty) Ltd28-Jul-09 4:30 
GeneralRe: Firing up the event when string text is changed Pin
Ian Shlasko28-Jul-09 4:30
Ian Shlasko28-Jul-09 4:30 
GeneralRe: Firing up the event when string text is changed Pin
Blubbo28-Jul-09 4:34
Blubbo28-Jul-09 4:34 
GeneralRe: Firing up the event when string text is changed Pin
Ian Shlasko28-Jul-09 4:38
Ian Shlasko28-Jul-09 4:38 
GeneralRe: Firing up the event when string text is changed [modified] Pin
Blubbo28-Jul-09 4:46
Blubbo28-Jul-09 4:46 
I think I've got this idea...



in class 'a':
Control: TextBox tbText

global:

BillAudit ba = new BillAudit();

constructor:
ba.DisplayOutput= tbText.Text;


in class 'b':
global variable: ReadWriteMessage (this is the string that class 'a' is watching)


public string DisplayOutput
{
      get { return ReadWriteMessage; }
      set { ReadWriteMessage = value; }
}


get the idea? might work?

modified on Tuesday, July 28, 2009 10:52 AM

GeneralRe: Firing up the event when string text is changed Pin
Ian Shlasko28-Jul-09 6:04
Ian Shlasko28-Jul-09 6:04 
Question[Message Deleted] Pin
Vivek Vijayan28-Jul-09 4:09
Vivek Vijayan28-Jul-09 4:09 
AnswerRe: insert code not working Pin
moon_stick28-Jul-09 4:15
moon_stick28-Jul-09 4:15 
GeneralRe: insert code not working Pin
Vivek Vijayan28-Jul-09 4:24
Vivek Vijayan28-Jul-09 4:24 
GeneralRe: insert code not working Pin
Ian Shlasko28-Jul-09 4:36
Ian Shlasko28-Jul-09 4:36 
GeneralRe: insert code not working Pin
Vivek Vijayan28-Jul-09 4:37
Vivek Vijayan28-Jul-09 4:37 
GeneralRe: insert code not working Pin
musefan28-Jul-09 4:42
musefan28-Jul-09 4:42 
GeneralRe: insert code not working Pin
Vivek Vijayan28-Jul-09 4:50
Vivek Vijayan28-Jul-09 4:50 
GeneralRe: insert code not working Pin
musefan28-Jul-09 4:55
musefan28-Jul-09 4:55 
GeneralRe: insert code not working Pin
moon_stick28-Jul-09 4:43
moon_stick28-Jul-09 4:43 
GeneralRe: insert code not working Pin
Vivek Vijayan28-Jul-09 4:52
Vivek Vijayan28-Jul-09 4:52 
GeneralRe: insert code not working Pin
moon_stick28-Jul-09 5:07
moon_stick28-Jul-09 5:07 
GeneralRe: insert code not working Pin
moon_stick28-Jul-09 4:38
moon_stick28-Jul-09 4:38 
GeneralRe: insert code not working Pin
Vivek Vijayan28-Jul-09 4:44
Vivek Vijayan28-Jul-09 4:44 
GeneralRe: insert code not working Pin
moon_stick28-Jul-09 4:49
moon_stick28-Jul-09 4:49 
GeneralRe: insert code not working Pin
Vivek Vijayan28-Jul-09 5:05
Vivek Vijayan28-Jul-09 5:05 
GeneralRe: insert code not working Pin
moon_stick28-Jul-09 5:10
moon_stick28-Jul-09 5: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.