[Solved] Disable Windows-Icons (top right corner of program window)
Hello everybody!
I am currently working on a windows (desktop)-based program and would like to disable the icons on the top right corner (minimize, maximize, close).
The problem is: As soon as somebody clicks "close", the (e.g. form1.close)-Sub gets called by B4PPC automatically and I don't know how I could abort the Closing of the Form/Application at that moment...
So my question is:
How can I disable the "close"-icon or at least "ignore" it, if somebody clicks it?
Thanks a lot in advance,
best regards,
Christian
Hello everybody!
I am currently working on a windows (desktop)-based program and would like to disable the icons on the top right corner (minimize, maximize, close).
The problem is: As soon as somebody clicks "close", the (e.g. form1.close)-Sub gets called by B4PPC automatically and I don't know how I could abort the Closing of the Form/Application at that moment...
So my question is:
How can I disable the "close"-icon or at least "ignore" it, if somebody clicks it?
Thanks a lot in advance,
best regards,
Christian
Last edited: