removing options

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
Gene

removing options

Post by Gene »

Hello,
I almost have my pwb set up as I want it, however when I open it, it still shows the SEND option under the 'File' Menu heading, and there is a similar SEND button on the toolbar.

I scoured my pwb ini file, but am not have any luck locating these so that I may remove/hide them.

Can you elaborate on how I may do this?

Thanks,
Gene

Scott
Site Admin
Site Admin
Posts: 2539
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

In the PWB INI file in the [MenuItems] section set the FileSend to false.

[MenuItems]
...
FileSend=False
...

There is also a similar setting in the [Buttons] section.

[Buttons]
...
Send=False
...

--Scott

Post Reply