G
GS
GS said:AIUI even in XP still had to register but the difference since Vista
is the UAC must be turned off or permission given. Can be done
manually, or via cmd (without turning off the UAC), or with an
installer subject to the user accepting the prompt that appears. I've
never looked into RegFree and manifest, always meant to! However even
Regfree won't help with Office 64bit, right?
Not for OCXs, but DLLs should still be possible so long as
'LoadLibrary' is available!
It takes a bit more code to implement, but still requires its librarySeems for VBA the only solution for the old favourite ocx's is to
roll your own. You mentioned listview, was thinking about adapting
that one day.
to be registered. This is why I did my initial listbox-based dataform
way back before UAC days and dropped support for mscomctl.ocx. I see,
though, that similar libs ship as DLLs in recent versions of Windows
and so may be worth re-exploring use of the listview!!
--
Garry
Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion