Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #2059
| From | GS <gs@somewhere.net> |
|---|---|
| Newsgroups | comp.lang.basic.visual.misc, microsoft.public.vb.general.discussion |
| Subject | Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? |
| Date | 2014-05-08 17:08 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <lkgrp4$6dc$1@dont-email.me> (permalink) |
| References | <lkghip$n9s$1@dont-email.me> <lkgmf9$tqh$1@dont-email.me> |
Cross-posted to 2 groups.
> > "GS" <gs@somewhere.net> wrote in message > news:lkghip$n9s$1@dont-email.me... >> I see both subject components listed in the SysWOW64 folder on my >> Win7 machines. I assumed on my Win7 Pro machine that the ocx was >> there because I installed VB6. > > Quite possibly. Or something else installed them. >> >> I also see this on my Win7 Home Premium machine but have no idea >> how they got there. I thought MS excluded the ocx version as of >> Win6.0 and so hope someone can explain why they exist on Win7. My >> guess is that the SysWOW64 folder may persist these components for >> use by x86 apps. > > Same as above. Some other application could have installed them. > They do not ship with, nor are installed by, Windows itself. But > many applications even from MS use them and therefore install them. I > have no idea what you mean by SysWow64 persisting them. They get > installed by an application, plain and simple. > >> >> I do not see the OCXs in System32 folder of either machine, but >> this makes sense since x64 versions of the OCXs don't exist >> (AFAIK)! >> >> Also, is it possible for VB6 apps to use the SysWOW64 DLL version >> and if so, how to? > > > You mean call into the Common Controls DLL directly? Sure. I do > that for the MonthView and DTPicker controls since they're not > included with the VB5 version of the Common Controls 2 OCX. I never > use the VB6 versions of any of the common controls OCXs. Basically, > you use CreateWindow (or CreateWindowEx) to create the control, set > styles either when creating the control or by using SetWindowLong or > however documented in MSDN Library (for example, extended styles are > usually set by sending a message with SendMessage), use SendMessage > to send messages to the control, and subclass either the control or > its parent to receive messages and notifications such as WM_NOTIFY. > Typically, you'd raise events for these but not always. If you do > some searches, you should have no problem finding example code. > > Mike Thanks, Mike, for confirming use of the DLL version[s]! I'll followup with your link as a start... -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion
Back to comp.lang.basic.visual.misc | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-08 14:14 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? "MikeD" <nobody@nowhere.edu> - 2014-05-08 15:38 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-08 17:08 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-08 17:19 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? ralph <nt_consulting@yahoo.com> - 2014-05-08 15:30 -0500
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? ralph <nt_consulting@yahoo.com> - 2014-05-08 15:49 -0500
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-08 17:17 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? ralph <nt_consulting@yahoo.com> - 2014-05-08 21:09 -0500
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-09 00:12 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-09 08:15 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? ralph <nt_consulting@yahoo.com> - 2014-05-09 16:00 -0500
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-09 18:06 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-09 19:26 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? Deanna Earley <dee.earley@icode.co.uk> - 2014-05-12 09:00 +0100
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-12 18:51 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-09 19:55 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? "MikeD" <nobody@nowhere.edu> - 2014-05-09 18:09 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-09 18:52 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-09 19:48 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? ralph <nt_consulting@yahoo.com> - 2014-05-09 20:34 -0500
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-09 22:33 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? "CoderX" <coder@x.com> - 2014-05-12 15:40 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-09 20:44 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-09 22:47 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-10 19:55 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? "Peter T" <askformy@gmail.com> - 2014-05-12 16:19 +0100
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-12 19:07 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? "Peter T" <askformy@gmail.com> - 2014-05-13 12:38 +0100
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-13 15:40 -0400
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? "Peter T" <askformy@gmail.com> - 2014-05-14 16:40 +0100
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? Deanna Earley <dee.earley@icode.co.uk> - 2014-05-14 17:13 +0100
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? "Peter T" <askformy@gmail.com> - 2014-05-14 17:47 +0100
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? Deanna Earley <dee.earley@icode.co.uk> - 2014-05-15 08:59 +0100
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? "Peter T" <askformy@gmail.com> - 2014-05-15 12:55 +0100
Re: What's the reason for comctl32.dll + comctl32.ocx in Win7 SysWOW64 folder? GS <gs@somewhere.net> - 2014-05-14 13:00 -0400
csiph-web