From: "who knows?..." Newsgroups: comp.os.msdos.djgpp Subject: Need urgent help! Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Mon, 24 Sep 2001 18:09:34 GMT NNTP-Posting-Host: 24.5.188.39 X-Complaints-To: abuse AT home DOT net X-Trace: news1.rdc1.ga.home.com 1001354974 24.5.188.39 (Mon, 24 Sep 2001 11:09:34 PDT) NNTP-Posting-Date: Mon, 24 Sep 2001 11:09:34 PDT Organization: Excite AT Home - The Leader in Broadband http://home.com/faster To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I'm trying to write some code where if you click a check box, the specified text for that check box will appear in an edit box below. If you click another text box the edit box will be updated to that check box's specific text. For example: If you click checkbox1 labeled "America", then "United States" will appear in the edit box. Then if you click checkbox2 labeled "England", then "Great Britain" will appear in the edit box in place of the previous. Can someone please help me out with this? I have looked all over the Internet for help on this subject and have found nothing. Thank you in advance!