Advertisement
rikokurniawan

Dial Up Coding sebelumnya

Dec 5th, 2012
1,656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.50 KB | None | 0 0
  1.   private
  2.     { Private declarations }
  3.     procedure bersihList;
  4.     procedure bacakonfig;
  5.   public
  6.     { Public declarations }
  7.   end;
  8.  
  9. var
  10.   F_Dial: TF_Dial;
  11.   a : String;
  12.   wVersionRequested : WORD;
  13.   wsaData : TWSAData;
  14.   phe : PHostEnt;
  15.   stri : array[0..128] of char;
  16.   pc : PChar;
  17.   snet: PChar;
  18.   //tm: Cardinal;
  19.  
  20. implementation
  21.  
  22. {$R *.dfm}
  23.  
  24. uses shellapi, comobj;
  25.  
  26. procedure BukaFile(sobjectpath:string);
  27. begin
  28.   shellexecute(0,nil,pchar(sobjectpath),nil,nil,SW_NORMAL);
  29. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement