VB question

Sharky Forums


Results 1 to 5 of 5

Thread: VB question

  1. #1
    Reef Shark ayanes21's Avatar
    Join Date
    Jan 2002
    Location
    Miami, FL, USA
    Posts
    286

    Exclamation VB question

    I am pretty new at this stuff so please bare with me. I just made a pretty simple program in VB I connected it to an access table and have everything working fine on my computer once I compiled it my problem is when I try to run the program in another pc it comes up with the splash screen then stops and says missing one of the componets DBGRID. I did but a grid in there to hold some info. But what can I do so that whenthe user runs the app it loads everything. Any help is greatly appreciated.

    ------------------
    Ayanes
    Ayanes
    Chieftech SX1040/4 Antec 80mm Casefans/ASUS A8N-E/AMD Athlon 64 X2 3800+/XFX Geforce 7600GT 256MB GDDR3 PCI Express/3GB(512MBx2) (1gbx2) DDR PC-3200 Corsair XMS/Western Digital Caviar SE WD2000JS 200GB SATA 3.0Gb/s/120gb Segate BaracudaHD/TDK48x12x40/LITE-ON 16X DVD±R DVD Burner W/LightScribe/Win Xp pro
    __________________________________

  2. #2
    Reef Shark
    Join Date
    Nov 2000
    Location
    Puerto Rico
    Posts
    402

    Post

    When installing the program in another computer you must make a package with the package and deployment wizard. This makes a setup file which determines all the files that are needed to run the program in another machine. Remember, when you install visual basic on your computer you have all the components, however, when installing the program you made on a computer without Visual Basic installed on it you dont have those components in that specific computer. The package and deployment wizard does this for you, it gathers everything you need to make the program work in a pc without the developing environment.

    ------------------
    THUNDERBIRD 800 @ 993 MHZ
    ABIT KT7a RAID
    256 MB PC133 cl2
    IBM HD 45 GB 7200 RPM
    RADEON 32MB DDR
    SB LIVE PLATINUM
    CREATIVE DVD 12X W/DXR3
    CREATIVE 12X-10X-32X RW
    ANTEC SX830
    SWIFTECH MC462
    Athlon XP 2.0 GHZ
    MSI K7T TURBO2
    512 MB PC133 RAM
    WD HD 20 GB 7200 RPM
    RADEON 32MB DDR
    SB LIVE PLATINUM
    PIONEER DVD 16X
    SONY 48X-16X-48X RW
    ANTEC SX830
    SWIFTECH MC462

  3. #3
    Tiger Shark
    Join Date
    Jun 2001
    Posts
    860

    Post

    The package and deployment wizard doesn't always work! Usually is does, but not always! I tried using it to package my speech recognition program (it is a Game-Commander 2 style app), but it wouldn't include the speech API into the package!

    I just recently got Install Shield, and that seems to work great! It also provides a lot more options for packaging your software!

  4. #4
    Reef Shark ayanes21's Avatar
    Join Date
    Jan 2002
    Location
    Miami, FL, USA
    Posts
    286

    Post

    Where would I go to get the package and deployment wizard?

    ------------------
    Ayanes
    Ayanes
    Chieftech SX1040/4 Antec 80mm Casefans/ASUS A8N-E/AMD Athlon 64 X2 3800+/XFX Geforce 7600GT 256MB GDDR3 PCI Express/3GB(512MBx2) (1gbx2) DDR PC-3200 Corsair XMS/Western Digital Caviar SE WD2000JS 200GB SATA 3.0Gb/s/120gb Segate BaracudaHD/TDK48x12x40/LITE-ON 16X DVD±R DVD Burner W/LightScribe/Win Xp pro
    __________________________________

  5. #5
    Tiger Shark
    Join Date
    Jun 2001
    Posts
    860

    Post

    Originally posted by ayanes21:

    Where would I go to get the package and deployment wizard?
    It should have come with Visual Basic!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •