1 Attachment(s)
How do I bring up the events of a Form / control in TwinBasic?
Perhaps I just messed too much with the options:
How do I show the combos with the form / control and their events on top of TwinBasic?
I have attached a screenshot of what it looks like for me.
Thank you!
Attachment 192648
Re: How do I bring up the events of a Form / control in TwinBasic?
Have you altered the FormDesignerId GUID tB automatically created?
Or deleted then tried to create without it?
Only reason I can think of for why it wouldn't show.
https://www.vbforums.com/images/ieimages/2024/08/13.jpg
Re: How do I bring up the events of a Form / control in TwinBasic?
Quote:
Originally Posted by
tmighty2
Perhaps I just messed too much with the options:
How do I show the combos with the form / control and their events on top of TwinBasic?
I have attached a screenshot of what it looks like for me.
Thank you!
Attachment 192648
Check that you haven't altered the IDE setting:
Tools menu > IDE Options > Show Code Editor Combo Selectors
( defaults to 'above' )
Re: How do I bring up the events of a Form / control in TwinBasic?
@WaynePhillipsEA Yes, thank you. It was set to "none". I did that myself to see what it does. I did not notice the effect, so I didn't change it back.