ranadharm Posted August 8, 2010 Posted August 8, 2010 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.
metr0 Posted August 8, 2010 Posted August 8, 2010 Why doesn't it work? Any crashes, messages, ...? Please describe in what way it is "not working".
Gyver75 Posted August 8, 2010 Posted August 8, 2010 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.ocxUnder 64 bit Vista/Seven: regsvr32 %Systemroot%\SysWOW64\comdlg32.ocx
atom0s Posted August 9, 2010 Posted August 9, 2010 Here's an article from Microsoft which you may want to take a look at:/>http://msdn.microsoft.com/en-us/vbasic/ms788708.aspx
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now