27 Mart 2010 Cumartesi

Program Içinden Başka Bir Programı Çalıştırma

uses shellapi,Tlhelp32;

ShellExecute(Form1.Handle, nil, 'c:\windows\notepad.exe',
nil, nil, SW_SHOWNORMAL);

Hiç yorum yok:

Yorum Gönder