GRY-Online.pl --> Archiwum Forum

Programowanie w delfi... :))

26.06.2005
01:01
smile
[1]

KfIu [ Konsul ]

Programowanie w delfi... :))

Mam pytanie do wszystkich co się znają na DELPHI....
Otóż zrobiłem takie CUŚ

unit Unit1;

interface

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;

type
TForm1 = class(TForm)
Label1: TLabel;
Label2: TLabel;
Edit1: TEdit;
Edit2: TEdit;
Button1: TButton;
Memo1: TMemo;
Button2: TButton;
procedure Button1Click(Sender: TObject);
private
‹ Private declarations ›
public
‹ Public declarations ›
end;

var
Form1: TForm1;

implementation

‹$R *.dfm›

procedure TForm1.Button1Click(Sender: TObject);
begin
with Memo1.Lines do
begin
Clear;
Add('Twoje imię to: '+Edit1.Text+'');
Add('Masz lat: '+Edit2.Text+'');
end;

end;

end.


, i chciał bym żeby po wciśnięciu przyciku, wysłało mi wpisane dane na maila....
Czy się tak da?? i jak to zrobić?? :)
Z góry dzieki =]

26.06.2005
02:16
smile
[2]

KfIu [ Konsul ]

Bump^^

26.06.2005
13:34
smile
[3]

KfIu [ Konsul ]

Bump ^^
Czy nikt nie wie jak to zrobić?
Czy poprostu nie kcecie mi pomuc?? :(

26.06.2005
13:55
[4]

MGS_Saladin [ ]

ja tam niewiem

ale na to możesz nieznaleść odpowiedzi :| trzeba by było konstrułować cały program pocztoyw by obsługiwał POP3 SMTP albo jakoś z outlock powiązanie jakieś

zajrzyj może na:

© 2000-2025 GRY-OnLine S.A.