How does Easy Language close the window? Easy language: How to make one window close and open anothe

Updated on workplace 2024-03-24
15 answers
  1. Anonymous users2024-02-07

    Easy language. Ways to close the window:

    1. First of all, in the open home page of Easy Language, open the Easy Language software environment.

    2. In the options of the basic component on the right, we can see an option of "button", then click and hold, drag to the window, and design two end buttons.

    3. Next, in the right option bar, modify the button name, for example, you can name it as "End Window Button" and "Destroy Current Window".

    4. Then, double-click the "End Window Button" with the mouse to enter the **page, end ()**.

    5. Then use the same way, double-click "Destroy Current Window" with the mouse to enter the **page, destroy ()**.

    6. Next, click Run, then open the software, and click the two end buttons you just set. Through two clicks, it can be seen that the two functions are the same under a window, both are ended, but in multi-window applications, the meaning of the end is different.

  2. Anonymous users2024-02-06

    Version 2 supports the library Shellex Launch Window. Show false in the taskbar'Please manually set it to false, and there will be no list in the app.

    Launch the window. esc key to close false.

    Launch the window. Control buttons False.

    Full Registration Hotkey Registration Hotkey (Fetch the window handle () tab state. Take the window handle ()1, F4).

    If it's useful, give it points.

  3. Anonymous users2024-02-05

    1. Find the easy language first, open it, and enter.

    2. After entering, we see an easy language software window.

    3. Find the program in the upper left corner and click on it.

    4. Click New, and a new window type will pop up.

    5. Select the first one for the new window type and click on it.

    6. After clicking, we will see a new window that we have created.

    7. This new window can be compiled, such as setting the button to set the background and so on.

  4. Anonymous users2024-02-04

    1. First open Easy Language in the computer, and then switch the workspace to "Program", as shown in the figure below.

    2. Then in the open page, the stand-alone "window", as shown in the following figure.

    3. Then right-click and select "Insert New Window", as shown in the figure below.

    4. In this way, the "Window One" is created, and then double-click any of these two to switch, as shown in the figure below.

  5. Anonymous users2024-02-03

    Summary. Hello!

    You can try creating a new window - for example, "Window 1" adds a button to the startup window, and writes to load (window 1, true) under the button click event to debug and run.

    Easy Language+ How to open a window in the main window?

    Hello! You can try creating a new window - for example, "Window 1" adds a button to the startup window, and writes to load (window 1, true) under the button click event to debug and run.

    Is it possible to open the exe file in a nested window? I want to load a previously written exe into a new program.

    Hello! 1.Open the software and create a new Windows windower, just build the tab and compile the exe file2

    After doing the above operations, create a new window program, click the blue bar above, and you will see a program pop up3Once you've done the above, click on the Insert --Resources ---or Group option in the menu bar.

    4.After doing the above, click on the "Contents" --Import**" option, and then add the exe file modified by the previous repair5After performing the above operations, complete the compilation and open it, you can see an exe file 6

    After performing the above operations, a compiled exe file will be generated on the desktop.

  6. Anonymous users2024-02-02

    After loading window 2, the startup window cannot be destroyed, because the startup window is the main body of the program, and once destroyed, it acts like using the end (), and the whole program is finished. You can do this:

    Launch the window. Visual=False or Launcher window. Position = 2 to load the window, just in the event the button is clicked:

    Loading (Window 2).

    If you don't understand, you can continue to ask questions, answer them at any time, and make progress together!

  7. Anonymous users2024-02-01

    .Version 2

    Assemblies Window Assembly 1

    Subroutine button 1 is clicked.

    Launch the window. Visually false.

    Load (Window 2, , true).

    Version 2 Assembly Window Assembly 2

    The subroutine Windows 2 will be destroyed.

    Launch the window. Destroy ().

  8. Anonymous users2024-01-31

    Write in the startup window: load (window 1, true).

    Write in window 1: Launches the window. Destroy ().

  9. Anonymous users2024-01-30

    You can add an end () after the load window command, so that the window will close automatically as soon as you close window 2 launch.

  10. Anonymous users2024-01-29

    1. Create a new Easy Program and select the "Programs" panel.

    2. Right-click on the "Window" option and select the "Insert New Window Silence" option.

    3. Double-click the newly inserted "Window 1" or click the "Window 1" tab below to create a new window.

    4. Select the "Window 1" tab below, then select the "Properties" panel, find the name property, and choose to change the window name.

    5. Select the "Launch Window" tab below, then click the "Button" on the right and click on the blank space of the form to add a new button on the form.

    6. Select the button you just inserted, find the "Title" attribute and change the subscript to correct the blank title, and you can also change the name attribute of the button.

    7. Double-click the newly created button to add**, or click the inverted triangle above the properties on the left and select the "Clicked" option.

    8. Find the subroutine" button "Load Window is clicked" (depending on the name of your button), and add: Load Blind (Window 1, False) command. "Window 1" indicates the name of the window to be inserted, which can be changed by yourself.

  11. Anonymous users2024-01-28

    The steps to open the easy language in the window are as follows:

    1. First create a new window pure travel port program. Then add the super module.

    2. Add a box and a button to the new window program. Box 1 and button 1.

    3. Double-click button 1 and write **: execute file (".

    4. In this way, when the button is pressed, the web page will be opened, but if you need to open the web page entered into the box, replace the "1 content" with the box. 。

    5. If you need to open it in the window of the program you are writing instead of calling the browser, do the following: Tools --- support library configuration--- add a hypertext browsing component, then add boxes and buttons, and then add an extension component. [Hypertext Skimming Box].

  12. Anonymous users2024-01-27

    Easy language to let one window close and open another window, the steps are as follows:

    1. Open Easy Language and create a new Windows window program.

    2. We create a button and then find Insert.

    3. Select the insert window.

    4. At this time, we will find that there is an extra window 1.

    5. Let's go back to the startup window and double-click the button to start writing.

    6. We write to load the pre-loaded window, ** as follows: load (window 1, true).

    7. Click the run button and we will try, and we will click the button to see if the function of the pop-up window has been implemented.

    8. When we click the button, we find that another window appears, and the pop-up window is the window 1 just now, which proves that the function of the pop-up window has been realized.

  13. Anonymous users2024-01-26

    Suppose you want to close the Startup Window to open Window 1

    Write**: Load (window 1, false).

    Launch the window. Destroy ().

  14. Anonymous users2024-01-25

    esey~

    Open the window's:

    Load (the window you want to open, false).

    Close the window's:

    The window you want to close. Destroy ().

    If you want to do them together, enter:

    Load (the window you want to open, false).

    The window you want to close. Destroy ().

  15. Anonymous users2024-01-24

    Create a button in the startup window, and write the following ** under the button.

    Load (window 1, false).

    Destroy() but you must have window 1 to run.

Related questions
15 answers2024-03-24

Doesn't the key wizard come with a footstep?,There's this function.,Find it yourself.。

6 answers2024-03-24

Agree with the upstairs statement that shelling is a good way to do it. As for this tool, you can take a look, but you need to know that it is very likely to be killed and poisoned after packing. It's not very difficult to add shelling, some of them are foolish, just do it all at once or get some sinister tricks, I'll give you an idea. >>>More

4 answers2024-03-24

We know that once the DLL function is imported into the input table of the exe file, the startup subroutine function of the DLL will be automatically executed when the exe file starts, so we can put the instructions that need to be executed in the function, and then remember to put a check box on the public option of the function, and then compile. >>>More

10 answers2024-03-24

Hotkey. Registration (Tab 1.)Take the window handle ()0, F1, > register F1 >>>More

9 answers2024-03-24

If you don't change the program, it won't change. Be careful not to confuse the concepts of system and procedure. The QQ** you wear with the SkinSharp program will not change because your computer** is changed to "classic".