Console Problem

  • Thread starter Thread starter Uzi Baruch
  • Start date Start date
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
 
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
 
There's properties on a form for removing the ControlBox, MinimizeButton,
MaximizeButton and Text (title, which you remove by setting to an empty
string).
 
I asked about the CONSOLE, the windows console , not a simple winform.

Thanks,
 

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


Back
Top