Delphi Pages Forums  

Go Back   Delphi Pages Forums > Delphi Forum > General

Lost Password?

Reply
 
Thread Tools Display Modes
  #1  
Old 09-23-2002, 12:58 PM
3homer
Guest
 
Posts: n/a
Default how to make Tforms to be Minimized with written code ?

how to make Tforms to be Minimized with code ?



~3homer~
Thanx,very much.
Reply With Quote
  #2  
Old 09-23-2002, 01:12 PM
kardosi kardosi is offline
Senior Member
 
Join Date: Jul 2001
Posts: 121
Default RE: how to make Tforms to be Minimized with written code ?

Hi!

If i understand Your question, You need minimize and maximize Your program...
Try to minimize : Application.Minize any place in Your code, and : Application.Restore to show again Your Form...

Hope, is helped for You...
Best regards, Bela

Kardosi Bela
Reply With Quote
  #3  
Old 09-23-2002, 02:39 PM
niso niso is offline
Member
 
Join Date: Sep 2002
Posts: 87
Default RE: how to make Tforms to be Minimized with written code ?

Hi,
If you need to minimize or maximized your program, try usu the following:
Self.WindowState:=wsMinimized;
And
Self.WindowState:=wsNormal; {Returns to default view}

Good luck...
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT. The time now is 08:25 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.