Jump to content
Tuts 4 You

Vista


ranadharm

Recommended Posts

Posted

hi dear all,

i m a programmer and i created a VB-6 application. the problem is that it works fine on windows xp but it cant works on windows Vista. how can i make my application vista compatible.

Posted

Why doesn't it work? Any crashes, messages, ...? Please describe in what way it is "not working".

Posted

I guess missing commdlg32.ocx and similar... Vista and Seven haven't these components inside! You must register in this way:

Under 32 bit Vista/Seven:

regsvr32 %Systemroot%\System32\comdlg32.ocx

Under 64 bit Vista/Seven:

regsvr32 %Systemroot%\SysWOW64\comdlg32.ocx

Posted

Here's an article from Microsoft which you may want to take a look at:
/>http://msdn.microsoft.com/en-us/vbasic/ms788708.aspx

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...