Posted August 8, 201015 yr 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.
August 8, 201015 yr Why doesn't it work? Any crashes, messages, ...? Please describe in what way it is "not working".
August 8, 201015 yr 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
August 9, 201015 yr 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