Can the VB programming tool work with the XP system?

Updated on technology 2024-04-05
12 answers
  1. Anonymous users2024-02-07

    Can absolutely my family too.

    VB2005.

  2. Anonymous users2024-02-06

    It can be a bit of a problem.

    Win98 is different from WinXP many system files, when developing under 98, some system files under 98 are extracted when packing, so that they can be installed on the machine without VB to run normally. WinXP is an upgraded version after 98, and it's far from it, (if it's something developed under Win2000 to XP, it may be easy to use) A lot of system files are different, so, the system files packaged under the original 98 may not be easy to use in XP.

    Solution: Install the VB development environment under XP and recompile it. exe file, repackage, let the packaging software extract the system files under xp, so that it can be used after installation.

    If you're not developing software, you're using software, this won't work, and you'll only run at 98. There is no other way.

  3. Anonymous users2024-02-05

    Let's reload it once......I'm using it normally.

  4. Anonymous users2024-02-04

    If it's a 32-bit xin7 system, it should be usable.,If it's a 64-bit win7, it's estimated that it can't run.。

    And VB is an interpreter program, if some controls are not registered in xin7, as long as the VB program with these controls cannot run, you have to install registration to run.

  5. Anonymous users2024-02-03

    32-bit win7 can be used. If you are using a control, then register ActiveX

  6. Anonymous users2024-02-02

    What version is supported, from to.

    And then, of course, to support. net, provided it is installed. net framework。

  7. Anonymous users2024-02-01

    Not supported.

    XP requires the installation of the corresponding version (or higher).net framework

  8. Anonymous users2024-01-31

    It can't be perfectly supported, and many times it will be reported. Win7 can perfectly support the software developed by the above versions.

  9. Anonymous users2024-01-30

    1. Check the program source** and whether there are any network-related parts.

    If you are sure that there is, and you must use it, please add its permission to use it in the firewall settings of the XP.

    2.Compile to exe

    File-> generated. Option - > compilation.

    Select p-code here, not native**.

  10. Anonymous users2024-01-29

    Install a VB environment on the XP to debug it.

  11. Anonymous users2024-01-28

    What program did you code? Want to connect to the internet? Is it the firewall reason for XP.

  12. Anonymous users2024-01-27

    It would be nice to recompile it on the XP system.

Related questions
10 answers2024-04-05

Set the focus. For example, if you make the text box text1 focus in the program, you can enter the text directly in the text box without clicking the text box with the mouse to make it focus before entering the content. >>>More

14 answers2024-04-05

It's pretty big, but if you're a beginner, it's nothing, and it's going to change quickly at the beginning.

22 answers2024-04-05

The data is stored in binary form in the computer, the decimal integer can be accurately converted to binary form, and there will be an error when the decimal number of the non-integer number is converted to a single-precision number or a double-precision number, and the non-integer number is used as a cyclic variable, and the step is also a non-integer number, so the number of cycles may not be as desirable. Therefore, you should avoid using non-integer numbers to control the loop. >>>More

2 answers2024-04-05

Hehe, it's too simple, and there are many ways. Here's the simplest example: >>>More

13 answers2024-04-05

Picturebox also works well

Generally, the graphics of each chess piece are collected in a single diagram. >>>More