Author Topic: Main Menu Creation Errors  (Read 728 times)

DavidSr

  • Full Member
  • ***
  • Posts: 170
    • View Profile
Main Menu Creation Errors
« on: May 30, 2020, 10:29:01 AM »
Archie I have been trying to create a main menu page for days and I am completely lost.
I am getting errors that I have not been able to figure out how to fix.  So,, I deleted the main menu form pages but and started over but no joy. :-(  So I have included an image of the errors.

Can you at least guide me where to figure this out?


David

Godra

  • Hero Member
  • *****
  • Posts: 1439
    • View Profile
Re: Main Menu Creation Errors
« Reply #1 on: June 01, 2020, 12:28:17 AM »
You are not doing things properly.

The MainMenu form is already created inside the FormChangeControls\MainMenuDriven folder and all you have to do is set it as the startup form, possibly add a driver to it, add as many MainMenuButtons as the forms you want to control and make sure to setup each button to open the corresponding form (provided that these forms have already been added to the project).

When you are trying to do things you haven't done before then you always use either a copy of your existing solution or a fresh solution.
This way, instead of trying to correct errors, you just discard the solution and start all over again.
« Last Edit: June 01, 2020, 12:35:20 AM by Godra »

DavidSr

  • Full Member
  • ***
  • Posts: 170
    • View Profile
Re: Main Menu Creation Errors
« Reply #2 on: June 07, 2020, 09:04:46 PM »
Thank you Godra!
David