From: JanAdam on 12 Mar 2008 17:40 Thank you Karl again. I have made two mistakes. First: I have XP so I did check OCX-32 but was searching for a vbx (as in their sample). Second: I quoted wrong link, but I see that you gave Mike the correct one. Anyhow, I got your code up and running, and earlier I had BeastFish's code running as well. I am not going to try Matthias because I do not understand it. He is right saying that one does not need to understand to use it, but if I have choice, I will always opt for using things I can comprehend. I may still ask for help down the road, but I am getting the mouse notification all right from both codes. Thanks all for your help. -- JanAdam "Karl E. Peterson" wrote: > JanAdam wrote: > > Trying to install msghook Karl has kindly sent me, after extracting > > msghook.zip and running msghook.exe I am getting Mabry folder with Icons and > > Sample folders and a few files in it. However, I cannot find msghook.vbx, > > The VBX would be for 16-bit programs written with VB3 or earlier. When you ran the > installation, you should've been prompted whether to install: > > [ ] VBX Control > [ ] OCX-16 Control > [X] OCX-32 Control > > Do you remember what you checked there? (On 32-bit systems, the last option is the > default, as indicated, so the VBX would not have been installed.) I guess this > would be a good time to ask what operating system you're using? > > Anyway, after finishing the install, all you have to do is pop into your project (in > VB6) and select "Components..." from the Project menu (or right-click the Toolbox). > Scroll down the list to find "Msghook OLE Custom Control module", check that, and > press OK. The MsgHook control will now be in your toolbox, ready to use. > > On the test system I just installed it on, it was located at > C:\Windows\System32\Msghoo32.ocx -- another way to get it into your project is to > simply drag it from there into the Toolbox in VB. > -- > ..NET: It's About Trust! > http://vfred.mvps.org > > >
From: Karl E. Peterson on 12 Mar 2008 18:00
Good to hear! -- ..NET: It's About Trust! http://vfred.mvps.org JanAdam wrote: > Thank you Karl again. > I have made two mistakes. First: I have XP so I did check OCX-32 but was > searching for a vbx (as in their sample). Second: I quoted wrong link, but I > see that you gave Mike the correct one. > Anyhow, I got your code up and running, and earlier I had BeastFish's code > running as well. I am not going to try Matthias because I do not understand > it. He is right saying that one does not need to understand to use it, but if > I have choice, I will always opt for using things I can comprehend. > > I may still ask for help down the road, but I am getting the mouse > notification all right from both codes. > > Thanks all for your help. > > >> JanAdam wrote: >> > Trying to install msghook Karl has kindly sent me, after extracting >> > msghook.zip and running msghook.exe I am getting Mabry folder with Icons and >> > Sample folders and a few files in it. However, I cannot find msghook.vbx, >> >> The VBX would be for 16-bit programs written with VB3 or earlier. When you ran >> the installation, you should've been prompted whether to install: >> >> [ ] VBX Control >> [ ] OCX-16 Control >> [X] OCX-32 Control >> >> Do you remember what you checked there? (On 32-bit systems, the last option is >> the default, as indicated, so the VBX would not have been installed.) I guess >> this would be a good time to ask what operating system you're using? >> >> Anyway, after finishing the install, all you have to do is pop into your project >> (in VB6) and select "Components..." from the Project menu (or right-click the >> Toolbox). Scroll down the list to find "Msghook OLE Custom Control module", check >> that, and press OK. The MsgHook control will now be in your toolbox, ready to >> use. >> >> On the test system I just installed it on, it was located at >> C:\Windows\System32\Msghoo32.ocx -- another way to get it into your project is to >> simply drag it from there into the Toolbox in VB. >> -- >> ..NET: It's About Trust! >> http://vfred.mvps.org |