I have disabled the max button in my form, but I can still resize it by moveing coursor at the end of the form. How can I disable it?
Second question:
How can I do that, when my prog starts its "status" isn`t at the task bar, but in the field where is for example Time (also at the task bar but in the special fileld). So, when I push "x" in my prog it won`t exit, but will be at "standby mode" at the task bar in the special field. How to do this?
Last edited by PijakFranciszek; Oct 31st, 2002 at 06:21 AM.
Yes, but something wrong is in this code, becouse the form start in the TaskBar (in the special field), but I can`t open it (there`s only a icon - double click does nothing). Oh, almost I forgot - how do that when I right click on the icon in special field I would open a menu with exit (right click menu)?
Make an invisible menu with menu editor, then use PopUpMenu, I attached an example, I don't know if it will work with the Sys icon but Its the same concept.