[fpc-pascal] Disabling the MIN, MAX, Close icon of EXE in free pascal

Ingmar Tulva ingmar.tulva at ut.ee
Tue Jun 3 17:48:56 CEST 2014


If you are writing for Windows, you just need to read the documentation 
on window style. WS_CAPTION, WS_MINIMIZEBOX and others, I must check the 
documentation every time I assign the style flags. See e.g. 
http://msdn.microsoft.com/en-us/library/windows/desktop/ms632600%28v=vs.85%29.aspx

If you are writing for anything else, sorry about wasting everyone's 
time :)

Greetings,
Ingmar

2014-06-03 15:36 kirjutas mokashe.ram:
> Hi Everyone,
> 
>  could anyone help me on disabling the MIN,MAX,Close icon of EXE in 
> free
> pascal.
> 
> Thanks,
> sudarshan
> 
> 
> 
> --
> View this message in context:
> http://free-pascal-general.1045716.n5.nabble.com/Disabling-the-MIN-MAX-Close-icon-of-EXE-in-free-pascal-tp5719494.html
> Sent from the Free Pascal - General mailing list archive at Nabble.com.
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal



More information about the fpc-pascal mailing list