Prev: Is there a way of fetching the date/time or size of a file on the Internet?
Next: Need for thumbnails
From: LeoSnd on 9 Nov 2009 07:38 I'm since decades a fan of Visual Basic. When installing my 'old' VB disk on my new computer with Windows 7 every use of 'Microsoft Windows Common Controls 5.0' (COMDLG32.OCX) ends up in 'Permission denied'. How can I come around that? Leo
From: NeilH on 9 Nov 2009 08:19 "LeoSnd" <LeoSnd(a)discussions.microsoft.com> wrote in message news:BADC4B5D-6AD2-4729-B08B-FF55642F248F(a)microsoft.com... > I'm since decades a fan of Visual Basic. > > When installing my 'old' VB disk on my new computer with Windows 7 every use > of 'Microsoft Windows Common Controls 5.0' (COMDLG32.OCX) ends up in > 'Permission denied'. > > How can I come around that? > > Leo > Give it Permission?
From: Nobody on 9 Nov 2009 11:55 "LeoSnd" <LeoSnd(a)discussions.microsoft.com> wrote in message news:BADC4B5D-6AD2-4729-B08B-FF55642F248F(a)microsoft.com... > I'm since decades a fan of Visual Basic. > > When installing my 'old' VB disk on my new computer with Windows 7 every > use > of 'Microsoft Windows Common Controls 5.0' (COMDLG32.OCX) ends up in > 'Permission denied'. > > How can I come around that? The file name for 'Microsoft Windows Common Controls 5.0' is COMCTL32.ocx, not COMDLG32.OCX. The later is for Microsoft Common Dialog Control. Where do you get that error? In the IDE? What VB version are you using? Try running the IDE by right clicking the shortcut and using "Run as administrator", or change the shortcut properties and clicking on Advanced button and make it always require to be run as administrator.
From: LeoSnd on 13 Nov 2009 03:13
Thanks to 'DickGrier' and 'Nobody' for friendly help. Leo (Sweden) |