Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #2317 > unrolled thread
| Started by | HarryC <h.caulkett@comcast.net> |
|---|---|
| First post | 2016-12-14 10:13 -0500 |
| Last post | 2016-12-16 23:21 -0500 |
| Articles | 7 — 2 participants |
Back to article view | Back to comp.lang.basic.visual.misc
Common Dialog Cancel Error HarryC <h.caulkett@comcast.net> - 2016-12-14 10:13 -0500
Re: Common Dialog Cancel Error HarryC <h.caulkett@comcast.net> - 2016-12-15 20:26 -0500
Re: Common Dialog Cancel Error GS <gs@v.invalid> - 2016-12-16 18:35 -0500
Re: Common Dialog Cancel Error GS <gs@v.invalid> - 2016-12-16 18:54 -0500
Re: Common Dialog Cancel Error GS <gs@v.invalid> - 2016-12-16 19:28 -0500
Re: Common Dialog Cancel Error HarryC <h.caulkett@comcast.net> - 2016-12-16 20:12 -0500
Re: Common Dialog Cancel Error GS <gs@v.invalid> - 2016-12-16 23:21 -0500
| From | HarryC <h.caulkett@comcast.net> |
|---|---|
| Date | 2016-12-14 10:13 -0500 |
| Subject | Common Dialog Cancel Error |
| Message-ID | <8gn25cd3935oqgiikudlj3vcvn6nrrb6rg@4ax.com> |
I really have 2 items. The commondialog box cancelerror statement. My app was\in written on a Vista computer. I have a On error statement in the beginning of the command button code. When I set the CommonDialog.cancelerror to TRUE, when selecting the cancel button it acts like to doesn't even see the error routine, and immediately gives me the Runtime Error 32775 Cancel Was Pressed and then exits the program. When i do the same on my Windows 10 computer it works just like it should. Anyone know what Im doing wrong. The second item (which if fixed will take care of the first item) is that my app uses FarPoint controls Input pro and tab pro from a million years ago. I can not install these controls on my windows 10 computer. Farpoint is out of business, i believe that ComponetOne\GrapeCity bought them out but I get the deer in the headlight look from them. Anyhow everytime I try to install them on my windows 10 computer I get a "This Program Can Not Run On This Machine" message. I tried the different compatability modes - nothing. I know the controls work fine on windows 10 cause the app has been installed on these machines and runs just fine. It seems to just be the installer for the tools that's not working. Any Idea's Thanks in Advance
[toc] | [next] | [standalone]
| From | HarryC <h.caulkett@comcast.net> |
|---|---|
| Date | 2016-12-15 20:26 -0500 |
| Message-ID | <ujg65clabln49cripi2g3ar8c1h7gau2sv@4ax.com> |
| In reply to | #2317 |
I figured out the cancel error problem (stupid mistake) but i could still use some help on the farpoint installers. On Wed, 14 Dec 2016 10:13:35 -0500, HarryC <h.caulkett@comcast.net> wrote: >I really have 2 items. >The commondialog box cancelerror statement. >My app was\in written on a Vista computer. > >I have a On error statement in the beginning of the command button >code. >When I set the CommonDialog.cancelerror to TRUE, when selecting the >cancel button it acts like to doesn't even see the error routine, and >immediately gives me the Runtime Error 32775 Cancel Was Pressed and >then exits the program. When i do the same on my Windows 10 computer >it works just like it should. Anyone know what Im doing wrong. > >The second item (which if fixed will take care of the first item) is >that my app uses FarPoint controls Input pro and tab pro from a >million years ago. I can not install these controls on my windows 10 >computer. Farpoint is out of business, i believe that >ComponetOne\GrapeCity bought them out but I get the deer in the >headlight look from them. >Anyhow everytime I try to install them on my windows 10 computer I >get a "This Program Can Not Run On This Machine" message. >I tried the different compatability modes - nothing. >I know the controls work fine on windows 10 cause the app has been >installed on these machines and runs just fine. It seems to just be >the installer for the tools that's not working. >Any Idea's > >Thanks in Advance
[toc] | [prev] | [next] | [standalone]
| From | GS <gs@v.invalid> |
|---|---|
| Date | 2016-12-16 18:35 -0500 |
| Message-ID | <o31tl4$65p$1@dont-email.me> |
| In reply to | #2317 |
> The second item (which if fixed will take care of the first item) is > that my app uses FarPoint controls Input pro and tab pro from a > million years ago. I can not install these controls on my windows 10 > computer. Farpoint is out of business, i believe that > ComponetOne\GrapeCity bought them out but I get the deer in the > headlight look from them. > Anyhow everytime I try to install them on my windows 10 computer I > get a "This Program Can Not Run On This Machine" message. > I tried the different compatability modes - nothing. > I know the controls work fine on windows 10 cause the app has been > installed on these machines and runs just fine. It seems to just be > the installer for the tools that's not working. > Any Idea's I have the Farpoint Developer Suite which includes those controls along with their Spread.ocxx and others. My apps install/run on my Win10 machine just fine! I haven't put VB on this machine yet so I can't speak to this right now, but I'll be following this thread for sure. Any reason you can't just copy the files and manually register them? (That's what i did to migrate from XP machine to Win7 Pro machine; -worked just fine!!) -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion
[toc] | [prev] | [next] | [standalone]
| From | GS <gs@v.invalid> |
|---|---|
| Date | 2016-12-16 18:54 -0500 |
| Message-ID | <o31uos$9fb$1@dont-email.me> |
| In reply to | #2321 |
Bad news... I just installed ListPro and using its setup.exe ran without error; -I was able to use it as expected in a VBA project and so expect it will work with VB when I install it. I'll admit to not using either of the ListPro/TabPro controls because spread.ocx pretty much does what they do anyway; -less overhead when distributing since most of my apps are duplicate stand-alone Windows versions of my Excel-based apps! -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion
[toc] | [prev] | [next] | [standalone]
| From | GS <gs@v.invalid> |
|---|---|
| Date | 2016-12-16 19:28 -0500 |
| Message-ID | <o320os$etc$1@dont-email.me> |
| In reply to | #2321 |
> Any reason you can't just copy the files and manually register them? > (That's what i did to migrate from XP machine to Win7 Pro machine; > -worked just fine!!) Ah.., not exactly! I wanted to test drive TabPro and without the ProductCode/SerialNo it only ran on the Win7 machine as a 'trial' (which long ago expired)<g> -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion
[toc] | [prev] | [next] | [standalone]
| From | HarryC <h.caulkett@comcast.net> |
|---|---|
| Date | 2016-12-16 20:12 -0500 |
| Message-ID | <at395cduc8bsvrg2d8kd155mufat3ahnd6@4ax.com> |
| In reply to | #2323 |
I believe that I still have the product codes\serial numbers. I always thought that there was some kind of magic in the installer program. I'll try the copy and register them myself. Which files did you copy - just the .ocx's ? Will the program compile out correctly ? If this works I'll be one happy camper. On Fri, 16 Dec 2016 19:28:34 -0500, GS <gs@v.invalid> wrote: >> Any reason you can't just copy the files and manually register them? >> (That's what i did to migrate from XP machine to Win7 Pro machine; >> -worked just fine!!) > >Ah.., not exactly! I wanted to test drive TabPro and without the >ProductCode/SerialNo it only ran on the Win7 machine as a 'trial' >(which long ago expired)<g>
[toc] | [prev] | [next] | [standalone]
| From | GS <gs@v.invalid> |
|---|---|
| Date | 2016-12-16 23:21 -0500 |
| Message-ID | <o32ee9$93t$1@dont-email.me> |
| In reply to | #2324 |
> I believe that I still have the product codes\serial numbers. > > I always thought that there was some kind of magic in the installer > program. I think same since the OCXs need to know they're licensed for distribution. Though, I have no idea how 3rd party component licensing works! > > I'll try the copy and register them myself. > Which files did you copy - just the .ocx's ? > Will the program compile out correctly ? I didn't try to compile but as a 'trial' ocx it very likely won't run when distributed. (Seems I recall that happening!) > > If this works I'll be one happy camper. As I found out earlier, the copied ocx ran as a 'trial' and since that expired it no longer lloads. > > On Fri, 16 Dec 2016 19:28:34 -0500, GS <gs@v.invalid> wrote: > >>> Any reason you can't just copy the files and manually register >>> them? (That's what i did to migrate from XP machine to Win7 Pro >>> machine; -worked just fine!!) >> >> Ah.., not exactly! I wanted to test drive TabPro and without the >> ProductCode/SerialNo it only ran on the Win7 machine as a 'trial' >> (which long ago expired)<g> -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.basic.visual.misc
csiph-web