Ver Mensaje Individual
  #2  
Antiguo 06-02-2013
Avatar de Cristhor1982
Cristhor1982 Cristhor1982 is offline
Miembro
NULL
 
Registrado: dic 2012
Posts: 60
Reputación: 12
Cristhor1982 Va por buen camino
Encontre esto

Uses ShellApi;
Código Delphi [-]
Evento...
var
Correo: string;

begin
Correo:=sg.cells[3,Sg.Row];
If [Sg.Col,Sg.Row]=[3,sg.Row] then
ShellExecute(0, 'open', PChar('mailto:correo?subject=Enviado desde Asunto' ),   nil, nil, SW_SHOWNORMAL);
end
ahora bien, en correo no logro que tome el valor de la variable me abre el correo como destino CORREO, Quien me ayuda..
Responder Con Cita