Tagged Questions
-1
votes
0answers
39 views
Windows 7 File Access issue
I have written an ActiveX control in VB6. This control initially creates a log file before doing anything else.
I have written a test client (VB6 Standard exe) and placed control in it. I have ...
-1
votes
1answer
31 views
Teechart pro v 3.0 (issues)
Sorry if i'm asking this on the wrong forum...
Hello. We use Teechart pro v.3.0 (yeah...it's old) in one of our projects here...We upgraded our pc's and so the SO in the process...we use Win 7 ...
1
vote
1answer
138 views
Copied text not kept in Clipboard when form is closed VB6
I'm maintaining an old VB6 application that experience some issues with copy/paste when running under windows 7. A couple of forms has a RichTextBox control from where you can no longer copy text ...
0
votes
1answer
86 views
ADODB Recordset Binding in Windows 7
I have an old VB6 application that uses ADODB recorsets with ODBC connections. The application hs worked fine on Windows XP for years. I tried installing it on 3 different Windows 7 64 bit machines ...
0
votes
1answer
114 views
Vb6 ADODC Login failed for the user knows in Windows 7
I have a vb6 project with a form with a Apex TruedbGrid 6 Oledb datasource that has as an ADODC (Ado 6.0 sp6) on the same form.
cn.ConnectionString = "Provider=SQLNCLI.1;Data Source=pc-musica;Initial ...
1
vote
1answer
74 views
calendar control not showing the number of days in window7
I have a VB6 application and am using a calendar control. It is working fine on Windows XP (development machine) but when I try to run it on Windows 7 (32 bit), it is not showing the days and number ...
1
vote
2answers
234 views
Drag and Drop External File onto VB6 ListView Control
I am trying to drop an external file (from windows file explorer) onto a ListView control. I have done this before but can't seem to get the events to fire.
My steps are as follows:
Create a ...
0
votes
0answers
60 views
Crystal Report asking for username and password only in Windows 7
I have an application builded in VB6 that works really fine with Crystal Reports XI, showing reports with no problems in Windows XP. Now that i'm trying to display these reports in Windows 7, the ...
1
vote
2answers
144 views
Why does the icon for my project look so horrible in Windows 7?
I have an old VB6 project that I updated for Windows 7, including icons with 48x48 size. When I run it, the icon in the task bar appears washed out.
I think I have all the necessary icon sizes in ...
0
votes
0answers
327 views
Troubleshooting VB6 App Crash after XP to Win7 Upgrade
I have an a VB6 application I support. This application works on both Windows XP and Windows 7. Some users were migrated from Windows XP to Windows 7 using the User State Migration tool. These ...
0
votes
1answer
963 views
Old Crystal Reports doesn't like Windows 7 x64
About 15 years ago I wrote a system for a client in VB6 using Crystal Reports. They've been happily using the system, until they contacted me a week or two ago. Apparently they decided to get with ...
-4
votes
1answer
353 views
VB application working fine on Windows XP but some issue on Windows 7 Home Basic
I have an application developed in VB (Visual Basic).
It's working fine in Windows XP but there is some problem when I running this in Windows 7 Home Basic. This looks like some compatibility issue ...
1
vote
1answer
155 views
Default User Privilege of Calling Executable from Shell
So, I have to fix this VB6 application A, which launches B.exe through the Shell command (Shell(strCmd)) along with C.exe args as its arguments. B.exe will launch C.exe with args as its arguments.
...
0
votes
1answer
226 views
Deal with unloading forms on Windows 7 Aero theme [duplicate]
Possible Duplicate:
Disable aero fade-in effect on dialog
I am trying to take a screen shot of the application when a user presses okay on a form. When the user presses OK, the form should ...
0
votes
1answer
217 views
Can we use Windows 7 to develop VB 6.0 applications ? Is it supported officially? [duplicate]
Possible Duplicate:
Has anyone had success with Visual Studio 6 on Windows 7?
Installation of VB6 on Windows 7
Can we develop VB6.0 applications in Windows? Is it supported by Microsoft? ...
2
votes
3answers
227 views
Slow VB6 String Operations on Windows 7
We have a VB6 program that does some string processing in a loop (approximately 500 times) and appends info to a textbox. Each iteration on the loop includes basic operations like Trim, Len, Left, ...
3
votes
2answers
2k views
VB6 program using ODBC will not run in Win7 64
I have an old VB6 program that uses a MySQL 4.07 database. It was developed on my Win XP 64 bit machine. It works fine on my Win XP 64 machine and it works fine on my Win7 64 bit machine. But when ...
1
vote
1answer
223 views
VB 6 integration with OneNote
I have a vb6 application that interacts with OneNote 2010. I am testing the integration in win XP and Win 7. Some notebooks can exist on SkyDrive and those are no problem in either OS, they open via a ...
0
votes
1answer
3k views
DllRegisterServer failed for comct332.ocx
I have a VB6 application I am trying to get working on a Windows 7 environment, however every time I start the application, I get the error:
"Component 'ComCt332.ocx' or one of its dependencies not ...
4
votes
1answer
2k views
Windbg crash dump analysis
I'm having a hard time getting any meaningful information from a crash dump I created with ProcDump, but I'm pretty sure it's relevant to a seemingly random crash I've been having.
I have a VB6 ...
-1
votes
1answer
2k views
msstdfmt.dll 1.0.0 missing error
I was given some old code today that needs to be converted up. I am running win7 64, have VS10,11,12 Ultimate on my machine and just downloaded and installed VS2008 Express. When I try to convert ...
1
vote
1answer
304 views
How do I add buttons to Aero Peek in VB6?
I'm working on a program that can play songs off an iPod. I want to be able to put functional Back, Play/Pause and Next buttons on its Aero Peek thumbnail like this:
For those who can't see it: ...
0
votes
2answers
2k views
Windows 7 (UAC) doesn't allow my program to write down inside data file owned by another program. How to do?
I've to maintain a VB6 piece of software which, basically, exports data from a second program and import them into data files about a third program. So, this import/export tool worked very well since ...
3
votes
2answers
281 views
vb6 'now' function one hour off (win7)?
I have a vb6 program installed on thousands of machines, some XP and some Win7. A Win7 user has called to say that the time the program applies to its events is one hour earlier than the time on the ...
0
votes
2answers
614 views
VB6 DTPicker Control date not showing when Enabled=false on Win7 and Win7 SP1
I've got a strange behavior on one of my Win7 machines when using the DTPicker date control.
When the control is not enabled (myDTPicker.Enabled=false) the date text does not show up,it is blank.
The ...
3
votes
1answer
477 views
Trouble with VB6 app, bringing a dialog to front and focus on Windows 7
I have a small utility app written in Visual Basic 6 that has been happily running on XP clients for many years until recently a client who is using Windows 7 has notified and shown me that the ...
0
votes
0answers
323 views
VB6 Printing to Zebra printer over network on Windows 7
I inheritied the code for printing shipping labels to a Zebra s600 printer, and while the code works fine in Windows XP, I can't figure out why it doesn't work in Windows 7.
I get the following error ...
0
votes
2answers
186 views
User defined database location
My application, originally created in win XP using vb6, stores program specific values in the registry. One of those values is where the database the program uses is located. The user can put it where ...
1
vote
1answer
526 views
VB6 App on Windows 7 Only Saves to Virtual Store Sometimes
I'm in charge of maintaining a VB6 app and I've encountered an odd behavior on Windows 7.
When the application is installed to Program File (x86) (or I assume any directory it doesn't have write ...
3
votes
1answer
7k views
How to write to the common Application Data folder?
I have a Visual Basic 6.0 application that I want to install for All Users, for example, the setting are held in a single spot regardless who logs into the computer. I have the following code to ...
1
vote
3answers
5k views
Installation of VB6 on Windows 7 [duplicate]
Possible Duplicate:
Has anyone had success with Visual Studio 6 on Windows 7?
Does the VB6 IDE run on Windows 7 64-bit?
I have been having problems installing VB6 on Windows 7. I realize ...
0
votes
1answer
540 views
ADO Windows With SP1 and VB6
I've been reading about the GUIDs changing for ADO/MDAC in Windows 7 service pack1 for VB6 apps. I need to recopile my compontents and replace the deprecated ones with the new one. My question is if ...
0
votes
0answers
166 views
ChilkatXML ActiveX DLL registered but failing
I have an old legacy VB6 application that uses the free ChilkatXML ActiveX DLL extensively. I recently installed this application on a customer's PC – running 64 Bit Win7 (which it usually runs okay ...
0
votes
0answers
773 views
Using MediaPlayerCtl.MediaPlayer in VB6 not allowing multiple instances under Windows 7 Professional 64bit
Here's the situation:
I have a video player application that displays controls and a video preview on one monitor while playing a full screen version of the video on a separate monitor. This ...
1
vote
2answers
545 views
Can't create object from VB6 COM DLL using VB6 program
I have a VB6 COM DLL that was developed on a WinXP 32bit system. It works fine on that PC from C#, VB6, and Python applications. I am testing the DLL on another WinXP 32bit system and on Win7 32bit ...
1
vote
2answers
353 views
How to have app support .HLP help files in Win7?
How can my app which displays a .HLP file be able to display this file in Win7?
Is there a redistributable that could be included with the app to provide this support?
1
vote
1answer
679 views
No values given for one or more required parameters error only on some Windows 7 machines
I have a VB6 application that works fine on most Windows 7 machines (even with UAC turned on), but for some of them if the program is not set to 'Run as administrator' upon startup it will return the ...
3
votes
1answer
710 views
Win 7 good VB6 development environment? [closed]
I have Win 7 on my laptop and I would like to use it as a VB6 dev environment when travelling.
Are there any reasons not to do this? At present I am mainly targetting XP systems.
1
vote
2answers
2k views
VB6 Application on Windows 7 Cannot Access Mapped Drives
I have a VB6 application which links to several POS terminals from a Windows 7 32-bit machine. The POS terminals are mapped to the Windows 7 machine and I can access the POS terminals from the ...
8
votes
9answers
2k views
How can I debug a VB6 IIS Application on Windows 7 64-bit
I have a need to be able to debug a Visual Basic 6 IIS Application on Windows 7 64-bit. Not just for a single problem but for continuing development.
An attempt to debug results in an error "An ...
-2
votes
2answers
171 views
client-server window app by VB6 on window 7 [closed]
A client server window application developed by VB6 was working well on window xp. But on window 7, user got many problems
could login now but a few minutes try again. could not
browsing data in ...
5
votes
1answer
981 views
VB6 Timer(), Space() Form_Initialize() causes Immediate Crash
Create a new VB6 project. Paste the code below as your project code. Hit Run. See if it crashes... Remove or simplify anything you like in this code, and then it will work fine. Can anyone please shed ...
2
votes
2answers
587 views
VB6 is application running as administrator
Is there any way of finding out if the application is running as administrator?
If this involves a COM call, I'm not really fussed, anything that works!
1
vote
3answers
2k views
Visual Basic 6 on Win7 64bit: Will developed program run on 32-bit Win OS?
I am using the Visual Basic 6 IDE on a machine that runs on a 64bit Windows 7 OS.
Codejock Xtreme SuitePro 15 is also used for interface stuff.
Users of the program being developed are using 32bit ...
1
vote
1answer
211 views
.net Interop in windows 7 with VB6
I've got a legacy VB6 DLL that I've modified to take advantage of DirectShow when on Windows 7, due to WIA not working well in Win7 for cam capture.
I've incorporated a .NET DLL into the vb6 DLL that ...
0
votes
0answers
1k views
Getting a Crystal Report Viewer error on a Windows 7 machine
We've got an old VB6 app which uses Crystal Reports XI Release 2 to run reports against a SQL Server 2005 database. This has worked well over the years. Also, for the last upteen years we've used ...
0
votes
2answers
1k views
Crystal reports in VB6 application on Windows 7 64-bit
We're able to install our VB6 application on Windows 7 64-bit, but it won't display any reports (Crystal Reports). The message is
CrystralReport 20599
Cannot open SQL server.
How do we fix it?
...
1
vote
3answers
2k views
Unable to load VB6 OCX in Windows 7 Error 372
I'm working on an application developed for Windows XP SP3, using VB6. I'm currently in the process of getting it to work on Windows 7, but am encountering a problem with one of our custom OCX files.
...
0
votes
3answers
2k views
vb 6.0 program on windows 7
I have been trying to install and run a program written in vb 6.0 on windows 7. It was working fine installing and running in windows xp. The error message after installing and running it say that
...
1
vote
1answer
329 views
Error 424 For VB6 Product on Windows 7, Not XP
I created a Visual Basic 6 application that runs without a hitch on my Windows XP machine, though every time I try it on my Windows 7 machine, I receive a 424 (object required) error.
I've tried ...



