![]() |
|
#1
|
|||
|
|||
|
how to make Tforms to be Minimized with code ?
~3homer~ Thanx,very much. |
|
#2
|
|||
|
|||
|
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 |
|
#3
|
|||
|
|||
|
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... |
![]() |
| Thread Tools | |
| Display Modes | |
|
|