Link to home
Start Free TrialLog in
Avatar of imran786
imran786Flag for United Arab Emirates

asked on

vb6 Data Combo Control with data environment is not working in windows 7

I have vb6 application with control as Data Combo Control connected using data environment. So Its exe working in windows xp client PC . why its not working in windows 7.Please give me solution for it.
Avatar of Patrick Tallarico
Patrick Tallarico
Flag of United States of America image

I'm not sure if this will help, but there is a fairly accurate description of the installation of the vb6 IDE.  there are quite a few options that by default that would be installed, but are recommended to be left out in a Windows 7 installation.  

There are also suggestions about running vb6 in the XP virtualization mode in windows 7. Just aout of curiosity have you looked into this? It is a nice feature for backwards compatability, but is is quite a bit of configuration to use for a legacy application.

Have you looked into updating the vb6 code to a more current version of the language?
ASKER CERTIFIED SOLUTION
Avatar of imran786
imran786
Flag of United Arab Emirates image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of imran786

ASKER

Can any one send me the vb code for binding the data combo using the query
select distinct Itemname,left(itemcode,10) as ItemCode from b_details
ok