VB spotting is designed to arbitrarily multi purpose applications in one window

Updated on technology 2024-02-09
18 answers
  1. Anonymous users2024-02-05

    This is a bit difficult, to each user, then you have to make it full-screen, the system's way is to add users, configure files for each user, you can only do two situations, one is when you enter, the other is when others enter:

    1. Under the hkey current user software, Microsoft Windows CurrentVersion Run, the writer program will start automatically at boot.

    2. The program should be set to full screen.

    3. Use it to close the Ctrl+Alt+Del key, Alt+F4 key, Ctrl+Esc key, close window key, and Alt+Tab in the registry.

    Now you can enter the program interface when you turn it on.,Then pass the identity verification.,Verify whether it's you.,If it's not the interface after you enter the permission and application configuration, it's OK.,The above online information is available.,I'm just thinking.。

  2. Anonymous users2024-02-04

    The software restriction policy can meet your needs and does not need to be programmed by VB.

    Start, Run,. Computer Configuration - Windows Settings - Security Settings - Software Restriction Policies - (right-click to create a new policy) - Other rules.

    Right-click in the right margin) New hash rule - click on the file hash to browse the software that needs to be restricted (the security level is not allowed by default) and press OK to make it all ok, no matter how you change the name, it won't work.

    If it doesn't work, let's get a network management software on it, such as pubwin.

  3. Anonymous users2024-02-03

    The first thing to do is to add two forms, let's say the first form is named form1 and the second form is named form2.

    Add a button to the form1 form, command1. The ** of the button click event is:

    private sub command1_click()

    Use the show method to load and display a form named form2.

    end sub

    The show method omits two parameters, 0 or 1, which can be defaulted.

  4. Anonymous users2024-02-02

    Create two forms first, the names are form1, form2 creates a button in the first form, enter the following **private sub command1 click1().

    end sub

  5. Anonymous users2024-02-01

    You can do it by adding it to the event.

  6. Anonymous users2024-01-31

    To create a new window form2, double-click on that button and type private sub command1 click1().

    end sub is fine.

  7. Anonymous users2024-01-30

    Two steps. The first step is to get the handle to b through the findwindow function.

    The second step is to manipulate the handle of B through the bringwindowtotop function.

  8. Anonymous users2024-01-29

    You can use the form. **" mode to execute other forms**. Suppose you want to execute Form Click** for form FRM2 in form frm1, the procedure is as follows:

    private sub form_click()'Execute FRM2 in FRM1.

    from_click **。

    end sub

  9. Anonymous users2024-01-28

    1. Start and create a standard project.

    2. Right-click on the form and select "Menu Maker", or click and select on the "Tools" menu.

    3. In the pop-up "Menur" window, enter a title and name. The use of "&" in title parentheses indicates that this function can be called. Once you have entered and saved, you can see the menu name just now in the display area below.

    4. Click the "Created" menu in the display area, and then create the menu.

    5. Whether the created menu is the original new first-level submenu or the second-level submenu, it can be realized by the arrow keys of the area. Once you click on the right arrow button, you will see four dots in front of its first-level submenu. If it is level 2, the number of points will increase to 8.

    6. After creation, click OK. Now you can see the drop-down menu that we just created on the window.

  10. Anonymous users2024-01-27

    There is a left or right arrow in the menu, which is to enhance the "permission" of the menu, simply put, it means to set the menu as a first-level menu or a second-level menu, you can look at the textbook, or explore it yourself. If you still have questions, send me a short message...

    For example, you first set the File View Tools as a first-level menu.

    Then just click the button to add under the file, add your "Open, Save" these, remember to press the arrow to the right when you are done, and then there will be three more dots in front of opening or saving, and then it will be lower than the level of the first-level menu. And so on. Detailed enough.

  11. Anonymous users2024-01-26

    In VB design, the "Tools" on the main menu of the interface"Under the menu, there is a menuer, which is specially designed for the program's menu.

    On the menur window, enter the title and name of the menu to generate a menu, click the next one, and the second menu will be generated.

    The left and right arrow buttons are used to determine whether the main menu or sub-menus are used, and the up and down buttons are used to determine the order of the menu.

  12. Anonymous users2024-01-25

    Do you want to pop up a drop-down menu and then pop up the next level of menu, if so, you can click the right arrow ( ) If not, then you want to show multiple menus in the menu bar, if yes, then you can press the Ctrl+N key combination, if none of the above, then I don't know what you want.

    Then you may only be able to use the command button, which should be possible with complicated statements!

  13. Anonymous users2024-01-24

    The landlord may mean that the menu needs 2-3 lines, the first line: file, view. Second line: Inventory, Contract, Customer. Third line: ...

    Its practical menur is possible, after the first line is entered, then use a space to indicate the menu, set it to "unavailable", for example set 5-6 such main menus (depending on the width of the page, the number of settings is also different), and then continue to the second line, enter the menu ,.. of the second lineThen the third line, when you're done, OK.

    At this time, the menu is already displayed, according to the display situation, adjust the space menu again, so that the first menu of the second row is accurately displayed in the first menu of the second row, and the first menu of the third row is accurately displayed in the first menu of the third row, so that it is OK.

    Note that the width of the page cannot be changed after this setting, otherwise the menu may be displayed incorrectly.

  14. Anonymous users2024-01-23

    Multiple choice questions 1a 2b 3a 4a 5b 6a 7 undetermined 8c 9b fill-in-the-blank questions.

    1 drop-down menu and pop-up menu.

    2 popupmenu method.

    3 hyphens"-"

    4. Open dialog box, Save As dialog box, color dialog box.

    5filter attributes, |symbols.

    Please give points thanks.

  15. Anonymous users2024-01-22

    If you want to create multiple columns. Add a blank name in the middle and set it to invalid.

    This allows you to separate multiple columns.

    It's very clear upstairs like the submenu.

  16. Anonymous users2024-01-21

    There can only be one menu bar, and there can be multiple menu items in it, and you can't have more than one menu bar.

  17. Anonymous users2024-01-20

    It is not possible to have more than one menu bar.

    You also can't change its position.

  18. Anonymous users2024-01-19

    1. The window entrance of VB program design is mainly made of.

    From (object window),

    Control Toolbox), (Properties Window), (Project Window).

    2. The function of the object window is to list the valid objects in the project and their methods and properties.

    3. This is not sure, there are many ways to fill it. It may be that "a project can contain (multiple form files), (multiple class module files), (multiple standard module files)".

    4. First (design form), then (write**).

Related questions
19 answers2024-02-09

Ha, it's almost impossible to go ahead and apply for a patent first

10 answers2024-02-09

The answer is yes, 211 key universities from the threshold, must be better than the general university, now many large enterprises, the minimum threshold for unit recruitment is 985 211, you can't get in, just with others are not on the same starting line. Of course, the later development depends on personal efforts and the right time and place, but with a good platform, the probability of success will be much greater.

81 answers2024-02-09

The feelings are mutual. Sometimes don't restrain others too much, since he (she) doesn't love you, he can't choose you, so you have to let go calmly and let him (her) choose freely. Make him or her feel that you are actually very reasonable. >>>More

16 answers2024-02-09

The excretory system of dogs does not mature until 2-3 months. Until then. Dogs can't hold their pee. >>>More

8 answers2024-02-09

Yes! All you need to prove is that your friend has worked without a contract! If you are a part-time employee (generally referred to as an hourly worker), you can't sue, if not, you can sue, as long as you have evidence of working in this factory, such as pay slips, etc., sue him so that the factory can make up your double salary since January 08 and sign a labor contract to pay social insurance. >>>More