Console Problem

U

Uzi Baruch

Hi

is there a way to remove the console control box (i.e not enable the close
button and title)

Thanks,
Uzi
 
A

AlexS

Hi, Uzi

You can disable control box and menu items using standard Win32 API
GetSystemMenu and DeleteMenu, however this will not remove UI elements form
console - will only disable them.

I did not do that for title though
HTH
Alex
 
J

John Wood

There's properties on a form for removing the ControlBox, MinimizeButton,
MaximizeButton and Text (title, which you remove by setting to an empty
string).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top