|
-
Sep 22nd, 2000, 10:11 PM
#1
Thread Starter
Frenzied Member
Hi,
I'm trying to to run the demo SGrid project found at http://www.vbaccelerator.com but I'm having a problem registering the required ocx. I was able to register the DLL without a problem but the ocx gives me the following error message when trying to register:
LoadLibrary (c:\windows\system\vballml6.ocx) failed - One of the library files needed to run this application cannot be found
It sounds like a file is missing but the only file that was in the downloaded zip was vballml6.ocx.. Is there another file I need?
Any help would be appreciated..
dan
-
Sep 22nd, 2000, 11:56 PM
#2
Hyperactive Member
Normally the examples need SSUBTMR6.DLL
From memory. If you read carefully the install instructions form the site, most of the controls need a sepcial subclassing dll that they developed.
If not, back to guess work.
Regards
-
Sep 23rd, 2000, 07:16 AM
#3
_______
<?>
LoadLibrary (c:\windows\system\vballml6.ocx) failed
looks like the file in the download vballml6.ocx needs to
be put in the windows\system folder...then go to start/run
and type this in.
Regsvr32.exe c:\windows\system\vballm16.ocx
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Sep 23rd, 2000, 07:59 AM
#4
Frenzied Member
vbaliml6.ocx
is the ImageList control from vbaccelerator.com, you need to download it (look at required files before downloading the project. Download the vballml6.ocx and reference it in your project (also Subtmmr.dll), this works great for me... if you're going to distribute your prog, also send all these DLL's and OCX's
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Sep 23rd, 2000, 10:35 AM
#5
Thread Starter
Frenzied Member
I have done everything that they told me to do.. I first downloaded and installed the SSUBTMR6.DLL and successfully registered it.. I then tried to register the vballml6.ocx but it gives me that error..
No other files should be required, according to the vbAccelerator website.
Is it possible that my installation of VB6 is damaged?
Thanks for any help..
Dan
-
Sep 23rd, 2000, 10:38 AM
#6
Hyperactive Member
I registered them both but couldn't get it to run .
So figured I didn't need their stuff anyway and tossed it out . Wish it would have worked .
Visual Basic 6 SP4 on win98se
QUIT THE RAT RACE BECAUSE YOUR MESSING THE WORLD UP !!!!!
-
Sep 23rd, 2000, 12:18 PM
#7
Frenzied Member
Strange, it works for me, I have the 5 versions, try to download them, maybe there are bugs in the 6 versions.
Think it makes no difference
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Sep 23rd, 2000, 02:17 PM
#8
Hyperactive Member
I seem to recall a problem I had now...
Now that a few more posts have reminded me, I recall using one of the controls which needed ssubtmr6 (I have VB6 too) and it wouldn't work. I changed the code so that it required ssubtmr instead and it worked great.
I use the TreeView control that gives me a brilliant Outlook style TreeView.
I have always found the controls/libraries and information at vbaccellerator.com to be second to none so persevere - I am sure it'll be worth it.
Regards
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|