From: Tym on 24 May 2006 01:35 On Tue, 23 May 2006 23:51:53 -0500, "Ralph" <nt_consulting64(a)yahoo.com> wrote: >Are you going to upgrade the MSAccess2 mdb files to something newer? There >is one cravat if you leave them as Jet2. Writing to or sharing a Jet 2 >database with other versions of the Jet engine at the same time is >practically guaranteed to corrupt the database. (Actually there are only a >few small problem datatypes - so you might luck out - but few seldom do. ><g>) I've had that one!! Will upgrade it too! Tym ~There's no place like 127.0.0.1~
From: Tym on 24 May 2006 02:10 On Tue, 23 May 2006 14:32:29 -0700, "Karl E. Peterson" <karl(a)mvps.org> wrote: >> Then I get >> >> "License fil for custom control not found..." for MSCOMM, Masked edit, >> Sheridan 3-D Widgets/1. > >http://www.google.com/search?q=%22License+file+for+custom+control+not+found%22 But as I said, if i manually add these controls to a new project I can design with them, but STILL get the VBX.ssxxxx error messages. I've use DoDi's decompiler - is ter a better one which will create the forms in "proper" mode and not binary?? Tym ~There's no place like 127.0.0.1~
From: Paul Clement on 24 May 2006 08:29 On Tue, 23 May 2006 21:04:35 +0100, Tym <no_spam(a)ictis.net> wrote: ? On Tue, 23 May 2006 14:46:39 -0500, Paul Clement ? <UseAdddressAtEndofMessage(a)swspectrum.com> wrote: ? ? > ? >Unfortunately the original VBX files will be required, however they are not COM controls and do not ? >need to be registered. ? > ? >It may be possible to replace their functionality with built-in controls (or third-party controls) ? >if you can identify what they do. ? > ? >You may want to post a list of the files being used by the project. ? ? Hmm... ? ? When I open the MAK file, in vb4, I am asked to upgrade the following ? custom controls in the project to their newer versions: ? CMDIALOG.VBX ? CRYSTAL.VBX ? MSCOMM.VBX ? MSMASKED.VBX ? THREED.VBX ? ? The only one of these I have from the original archive is MSCOMM.VBX. ? I have sourced the others though... not sure which directory to put ? them in though - windows\system seems logical to me. ? ? Then I get ? ? "License fil for custom control not found..." for MSCOMM, Masked edit, ? Sheridan 3-D Widgets/1. ? ? When asked If I want to save the forms as VB4 I click OK FOR ALL ? ? Then I get "Custom control 'VBX.SSFrame' not found" ? ? etc etc... ? ? However...... ? ? If I start a NEW project and add the controls I can design with ? them... Odd... ? ? I'm trying to start a blank projet and add the forms in manually, but ? the VBX.SSxxxxx is still causing a problem. ? ? Is this to do with the controls or sswin.dll? See if the following helps: http://support.microsoft.com/default.aspx?scid=kb;en-us;177799 http://www.gridlinx.com/vb3.htm http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B138531 Paul ~~~~ Microsoft MVP (Visual Basic)
From: Tym on 24 May 2006 12:03 On Wed, 24 May 2006 07:29:31 -0500, Paul Clement <UseAdddressAtEndofMessage(a)swspectrum.com> wrote: >http://support.microsoft.com/default.aspx?scid=kb;en-us;177799 Thanks, but this is for vb5 and 6 >http://www.gridlinx.com/vb3.htm Again, is the comment about having the OCX files. Will it be good enough to obtain the ones that are installed with the applicaiton?? It also says I need the forms in text not binary... >http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B138531 I *do* get asked to convert, and I accept but then it fails on VBX.SS???? missing... However... Using Dodi I have found that these controls it referes to are part of threed.vbx. I think I need to spend some more time getting this to "register" properly as it were Tym ~There's no place like 127.0.0.1~
From: Paul Clement on 24 May 2006 12:19
On Wed, 24 May 2006 17:03:23 +0100, Tym <no_spam(a)ictis.net> wrote: ? On Wed, 24 May 2006 07:29:31 -0500, Paul Clement ? <UseAdddressAtEndofMessage(a)swspectrum.com> wrote: ? ? >http://support.microsoft.com/default.aspx?scid=kb;en-us;177799 ? ? Thanks, but this is for vb5 and 6 ? Did you actually try the following: http://support.microsoft.com/kb/195353/EN-US/ ? It also says I need the forms in text not binary... Weren't you able to save them as text? Paul ~~~~ Microsoft MVP (Visual Basic) |