Switchboard Menu Options

D

denise

I used the standard switchboard under switchboard mgr. I was told I could
remove the command buttons and put in image in their place to use. (hate the
buttons). I didt that and renamed them accordingly, Option1, etc... just like
the command button. Made sure the mouse command (on click) was there etc.

Well obviously that didn't work otherwise I wouldn't be seeking assistance.
I'm looking at the VB, but don't understand it all that well either.

Obviously it can tell the difference between a command button and an image
regarless if they are named the same or not.

Is there any help out there for me or am I a gonner?
 
M

Maurice

If you have added a button or image you should set an EventProcedure to the
button. Open the switchboard in designview and look for the properties of the
several buttons. Normally you would find something like =HandleButton1 or
something like that in the eventprocedure. This is what you have to add when
adding your own button or images and assign an event to them.

So for the new button or image:

Go to designview - look for the Clickevent - place =HandleButton1 there.
That way you don't have to change any code.

hth
 

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

Top