Removing the Help Combo box

  • Thread starter Thread starter DawnTreader
  • Start date Start date
D

DawnTreader

Hello All

I have an app where i need to have it be as secure as possible. one of the
ways i have been working towards that is removing the ability for the user to
get into any windows explorer windows. this app is being used through a
terminal server and i really need to lock it down.

i have removed all the title bar buttons and things like that, i have locked
the menus down to what the user will need. there is only one thing left to
kill and i cant seem to find any information on it.

on the menu bar there is a small help combo box. if you type in it, it gets
the help pane and from there the user is able to click the pane's drop down
and get "new file". this opens a window to using windows explorer and
possibly cause trouble.

is there code that will remove this help feature from the menu bar?
 
Hello All

I have an app where i need to have it be as secure as possible. one of the
ways i have been working towards that is removing the ability for the user to
get into any windows explorer windows. this app is being used through a
terminal server and i really need to lock it down.

i have removed all the title bar buttons and things like that, i have locked
the menus down to what the user will need. there is only one thing left to
kill and i cant seem to find any information on it.

on the menu bar there is a small help combo box. if you type in it, it gets
the help pane and from there the user is able to click the pane's drop down
and get "new file". this opens a window to using windows explorer and
possibly cause trouble.

is there code that will remove this help feature from the menu bar?
 
Back
Top