Hello Hanny,

Thursday, October 30, 2003, 10:31:08 AM, you wrote:

HB> All, aku punya 2 form : Menu dan Entry
HB> Form Entry aku create dari Menu.

HB> Nah yg ingin saya tanyakan, gimana form 
HB> Entry kalau diminimize bisa berada dlm 
HB> taskbar Windows.


coba code ini (pada Entry):


// Cleon T. Bailey ([EMAIL PROTECTED])
type
  TForm = class(TForm)
    {...}
  private
    { Private declarations }
    Procedure CreateParams(Var Params: TCreateParams); Override;
  end;
implementation

{...}

Procedure TForm.CreateParams(Var Params: TCreateParams);
Begin
  Inherited CreateParams(Params);
  { Set the extended style for iconizing to the taskbar }
  { See CreateWindowEx }
  With Params Do exStyle := exStyle Or WS_EX_APPWINDOW;
End;


-- 
Best regards,
 Irwan
 [EMAIL PROTECTED]



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/i7folB/TM
---------------------------------------------------------------------~->

Berlangganan: [EMAIL PROTECTED]
Stop Berlangganan: [EMAIL PROTECTED]
Keluhan Milis(Unbouncing,spam,dll): [EMAIL PROTECTED] 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 


Kirim email ke