is this possible to use the maximize/minimize windows icons?

jothis

Active Member
Licensed User
HI , Friends

is this possible to use the maximize/minimize windows icons?

IF it is possible can you tell me how is it?

please help me

jothis
:sign0085:
 

sitajony

Active Member
Licensed User
Hi, I don't understand your ask but if you want maximised/minimised you can use the Door library with the "WindowState" propriete:
obj.FromControl("Form1")
obj.SetPropriete("WindowState",1/2)

'obj is a "Object" object from Door.dll
'1=Minimized
'2=Maximized

But I think that it's an other question... Tell me if it's not the waited answer ;)
 
Top