VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 12[3]45678910 ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 21:36:10 06/09/03 Mon
Author: Michel
Subject: Re: Edit conponit and AnsiString
In reply to: Gary Russell 's message, "Edit conponit and AnsiString" on 12:12:39 06/06/03 Fri


Hi Gary,

The forum is for The Envision image library. For general CBuilder support you should post on the Borland newsgroups.

Best regards,

Michel

>
>I have C++ builder 4 . I have a form with 2 Edit
>componit and 1 Butten on it. When I enter text in on
>Edit fild and different text in the other and return
>the string in both I get the same text. Hears the
>code.
>
>//-----------------------------------------------------
>----------------------
>#include <vcl.h>
>#pragma hdrstop
>#include "Unit1.h"
>//-----------------------------------------------------
>----------------------
>#pragma package(smart_init)
>#pragma resource "*.dfm"
>char *str, *str1;
>String S, S1;
>TForm1 *Form1;
>//-----------------------------------------------------
>----------------------
>__fastcall TForm1::TForm1(TComponent* Owner)
> : TForm(Owner)
>{
>}
>//-----------------------------------------------------
>----------------------
>
>void __fastcall TForm1::Edit1Exit(TObject *Sender) {
> S = Edit1 -> Text;
>}
>//-----------------------------------------------------
>----------------------
>void __fastcall TForm1::Edit2Exit(TObject *Sender) {
> S1 = Edit1 -> Text;
>}
>//-----------------------------------------------------
>----------------------
>void __fastcall TForm1::Button1Click(TObject *Sender) {
> str = S.c_str ();
> str1 = S1.c_str ();
> MessageBox(NULL,str,"str",MB_OK );
> MessageBox(NULL,str1,"str1",MB_OK );
>}
>//----------------------
>
>Gary Russell
>ghrussel@swbell.net

[ Next Thread | Previous Thread | Next Message | Previous Message ]

[ Contact Forum Admin ]


Forum timezone: GMT-5
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.