Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

vb6 za win7 64 bit

[es] :: Visual Basic 6 :: vb6 za win7 64 bit

[ Pregleda: 4104 | Odgovora: 6 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

dendic
servisi ,odrzavanje
Mostar

Član broj: 10678
Poruke: 1856



+10 Profil

icon vb6 za win7 64 bit12.04.2014. u 19:46 - pre 121 meseci
Ima li kakav link za download vb6 da ce radit na windowsu 7 64 bitnom?ili imaju sad neki drugi nacini da to instaliram na komp.imal li kakav online?
 
Odgovor na temu

dava
Banja Luka

Član broj: 27208
Poruke: 893



+384 Profil

icon Re: vb6 za win7 64 bit17.04.2014. u 09:39 - pre 121 meseci
VB6 se bez ikakvih problema može instalirati i koristiti na win 7 x64.
SELECT * FROM หน่วยงานหลัก WHERE ยสันติ LIKE 'โดย%'
 
Odgovor na temu

Marko_L
Beograd

Član broj: 20532
Poruke: 2885
*.dynamic.sbb.rs.

Jabber: Marko_L@elitesecurity.org


+828 Profil

icon Re: vb6 za win7 64 bit17.04.2014. u 11:28 - pre 121 meseci
Ne postoji nikakva posebna 64-bit verzija VB6, ali možeš instalirati standardno VB6 izdanje.
-Odracuonogakomijedrpiorazmaknicu.
-Ne rxdi mi txstxturx, kxd god hocu dx
ukucxm "x" onx ukucx "x".
-Ko kaaz e da ja neuummem da kuuca
m.
-Piše "Insert disk 3", a jedva sam i ova
dva ugurao u drajv
-Postoje samo dve osobe kojima
verujem, jedna sam ja, a druga nisi ti
 
Odgovor na temu

nnizbg

Član broj: 324222
Poruke: 4
79.101.61.*



Profil

icon Re: vb6 za win7 64 bit14.07.2014. u 23:57 - pre 118 meseci
Nece raditi sve ocx kontrole i svi dll fajlovi na eindows7.
NNizBG
 
Odgovor na temu

Sijedi
Elektro-održavanje, Kondiktorska
industrija
BiH; 75,35k

Član broj: 303032
Poruke: 50
31.176.205.*



+19 Profil

icon Re: vb6 za win7 64 bit16.07.2014. u 11:52 - pre 118 meseci
Mislim da ima problema, instalirao sam poodavno VB6 na W7-64 i znam da nije išlo (ne sjećam se detalja švabo me baš pravo spucao), ali znam da sam koristio ove savjete:
Citat:
After surfing around the net, I've found very little information regarding installation of VB6 on Windows 7. Most of the information out there is for Vista, and most of it is queries for assistance.

You may be wondering why someone would want to utilize VB6 on a shiny new operating system like Windows 7. Or even Vista for that matter.

There are about a bazillion legacy applications out there that have to be supported, and people like me who speak VB6 need to have the tools installed on our workstations in order to implement and test updates and such for these legacy applications. It also helps out when I need to squirt out a quick tool for use in my daily work.

This process has been tested on Windows 7, both 32 bit and 64 bit, with no problems.

So without further delay, here is the process that I have used on my Windows 7 machines to install Visual Basic 6.

Bonus tip from BadBrad: I forgot to post about this part, but BadBrad reminded me in the comments.

Before proceeding with the installation process below, create a zero-byte file in C:\Windows called MSJAVA.DLL. The setup process will look for this file, and if it doesn't find it, will force an installation of old, old Java, and require a reboot. By creating the zero-byte file, the installation of moldy Java is bypassed, and no reboot will be required. Thanks for the reminder, BadBrad!

Turn off UAC.

Disabling the User Acceptance Control (UAC) is easy, via the control panel. But this is a geek site. We do things through the registry.

Run Registry Editor (RegEdit) by typing regedit at command prompt or at startmenu->run

Locate following registry key:
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Policies/System

Locate the following REG_DWORD value:
EnableLUA

Set the value of EnableLUA to 0.

Now Exit from Registry Editor and Restart the computer.

Now that you know how to disable the UAC via the registry, and you prefer to use the GUI method, here are the steps to change the settings via the control panel:
click on "Start"

click on "Control Panel"

click on "System and Security"

click on "Change User Account Control settings"

Adjust the UAC slider to your desired settings. By putting the slider at the bottom, you will be turning off UAC altogether.

Click Ok, and follow any prompts that appear.

Insert Visual Studio 6 CD.

Exit from the Autorun setup.

Browse to the root folder of the VS6 CD.

Right-click SETUP.EXE, select Run As Administrator.

On this and other Program Compatibility Assistant warnings, click Run Program.

Click Next.

Click "I accept agreement", then Next.

Enter name and company information, click Next.

Select Custom Setup, click Next.

Click Continue, then Ok.

Setup will "think to itself" for about 2 minutes. Processing can be verified by starting Task Manager, and checking the CPU usage of ACMSETUP.EXE.

On the options list, select the following:
Microsoft Visual Basic 6.0
ActiveX
Data Access
Graphics

All other options should be unchecked. Click Continue, setup will continue.

Finally, a successful completion dialog will appear, at which click Ok. At this point, Visual Basic 6 is installed.

If you do not have the MSDN CD, clear the checkbox on the next dialog, and click next. You'll be warned of the lack of MSDN, but just click Yes to accept.

Click Next to skip the installation of Installshield. This is a really old version you don't want anyway.

Click Next again to skip the installation of BackOffice, VSS, and SNA Server. Not needed!

On the next dialog, clear the checkbox for "Register Now", and click Finish.

The wizard will exit, and you're done. You can find VB6 under Start, All Programs, Microsoft Visual Studio 6. Enjoy!

UPDATE

You might notice after successfully installing VB6 on Windows 7 that working in the IDE is a bit, well, sluggish. For example, resizing objects on a form is a real pain.

After installing VB6, you'll want to change the compatibility settings for the IDE executable.
Using Windows Explorer, browse the location where you installed VB6. By default, the path is C:\Program Files\Microsoft Visual Studio\VB98\
Right click the VB6.exe program file, and select properties from the context menu.
Click on the Compatibility tab.
Place a check in each of these checkboxes:
Run this program in compatibility mode for Windows XP (Service Pack 3)
Disable Visual Themes
Disable Desktop Composition
Disable display scaling on high DPI settings

After changing these settings, fire up the IDE, and things should be back to normal, and the IDE is no longer sluggish.

Content Thieves:
The below sites have stolen the content of this page and posted as their own work. Congratulations, losers. You've discovered the power of copy/paste.

Read more: http://www.fortypoundhead.com/....asp?artid=20502#ixzz2RgvjkYqB

Starac bez mora...
 
Odgovor na temu

pantich
doma :D
svoja

Član broj: 326598
Poruke: 4
*.adsl.net.t-com.hr.



Profil

icon Re: vb6 za win7 64 bit08.12.2014. u 12:51 - pre 114 meseci
Ima problema ali ima i rješenje! Treba malo progulgati, neki vrag treba podesiti, ali u svakom slučaju može se instalirati.
 
Odgovor na temu

dava
Banja Luka

Član broj: 27208
Poruke: 893



+384 Profil

icon Re: vb6 za win7 64 bit09.12.2014. u 09:42 - pre 113 meseci
Citat:
nnizbg:
Nece raditi sve ocx kontrole i svi dll fajlovi na eindows7.


Ja nisam naišao na ocx ili dll koji ne rade na win 7 x64.
SELECT * FROM หน่วยงานหลัก WHERE ยสันติ LIKE 'โดย%'
 
Odgovor na temu

[es] :: Visual Basic 6 :: vb6 za win7 64 bit

[ Pregleda: 4104 | Odgovora: 6 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.