473,769 Members | 6,838 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Active X not in Toolbox

I have been using an Active X control(SFrmAx5 2.ocx) in my Access
program without problem in the past.

However now I can see the control(SFrmAx5 2.ocx) in my System 32 folder,
I see the control listed in the References for my program but the
control is no longer working in my program nor is it available on the
Active X list in the toolbox.

I have tried registering (and unregistering) it using Regsvr32 but I
get the error meesage "Load Library (SFrmAx52.ocx) failed - The
specified module could not be found."

I have spent hours on this.

Any suggestions please.

Thank you for the help in advance.

Mike

Jan 2 '06 #1
5 2855
Mike:

The following KB article deals with a similar error message, although not
specifically related to your control. It implies that this error message
can be generated when dependent files are missing or damaged. I don't know
the details of your Active X control, however, I thought I would pass it
along.

http://support.microsoft.com/kb/309288/en-us

--
David Lloyd
MCSD .NET
http://LemingtonConsulting.com

This response is supplied "as is" without any representations or warranties.
"Mike" <mf***@aol.co m> wrote in message
news:11******** **************@ o13g2000cwo.goo glegroups.com.. .
I have been using an Active X control(SFrmAx5 2.ocx) in my Access
program without problem in the past.

However now I can see the control(SFrmAx5 2.ocx) in my System 32 folder,
I see the control listed in the References for my program but the
control is no longer working in my program nor is it available on the
Active X list in the toolbox.

I have tried registering (and unregistering) it using Regsvr32 but I
get the error meesage "Load Library (SFrmAx52.ocx) failed - The
specified module could not be found."

I have spent hours on this.

Any suggestions please.

Thank you for the help in advance.

Mike
Jan 2 '06 #2
As David Lloyd says it sounds like a missing or damaged dependency.

Have a look at using dependency walker to check out what is going on. You
can get details on how to do this and a download link at
http://support.microsoft.com/default...b;en-us;256872
--
Terry Kreft

"Mike" <mf***@aol.co m> wrote in message
news:11******** **************@ o13g2000cwo.goo glegroups.com.. .
I have been using an Active X control(SFrmAx5 2.ocx) in my Access
program without problem in the past.

However now I can see the control(SFrmAx5 2.ocx) in my System 32 folder,
I see the control listed in the References for my program but the
control is no longer working in my program nor is it available on the
Active X list in the toolbox.

I have tried registering (and unregistering) it using Regsvr32 but I
get the error meesage "Load Library (SFrmAx52.ocx) failed - The
specified module could not be found."

I have spent hours on this.

Any suggestions please.

Thank you for the help in advance.

Mike

Jan 3 '06 #3
Except I've just spotted the article says you start profiling from the View
menu, this is wrong with the download version there is a Profile menu.

--
Terry Kreft

"Terry Kreft" <te*********@mp s.co.uk> wrote in message
news:jZ******** ************@ka roo.co.uk...
As David Lloyd says it sounds like a missing or damaged dependency.

Have a look at using dependency walker to check out what is going on. You
can get details on how to do this and a download link at
http://support.microsoft.com/default...b;en-us;256872
--
Terry Kreft

"Mike" <mf***@aol.co m> wrote in message
news:11******** **************@ o13g2000cwo.goo glegroups.com.. .
I have been using an Active X control(SFrmAx5 2.ocx) in my Access
program without problem in the past.

However now I can see the control(SFrmAx5 2.ocx) in my System 32 folder,
I see the control listed in the References for my program but the
control is no longer working in my program nor is it available on the
Active X list in the toolbox.

I have tried registering (and unregistering) it using Regsvr32 but I
get the error meesage "Load Library (SFrmAx52.ocx) failed - The
specified module could not be found."

I have spent hours on this.

Any suggestions please.

Thank you for the help in advance.

Mike


Jan 3 '06 #4
Thanks for the suggestion

Mike S

*** Sent via Developersdex http://www.developersdex.com ***
Jan 11 '06 #5
Thanks for the reference.

Mike S

*** Sent via Developersdex http://www.developersdex.com ***
Jan 11 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
6806
by: Chien Lau | last post by:
I frequently define internal UserControl-derived classes in my WinForms apps: internal class MyUserControl:UserControl{ ... } I'll often need to embed these controls in a Form, whose class is contained in the same assembly as the control. As far as I know, the only way to do this using the designer is to add the UserControl-derived object
3
1214
by: Amey | last post by:
How to develop (or which existing control to use) an active area where a user can place controls (similar to command buttons in VB), resize them, rotate them and also being able to zoom-in and out the active area. The active area should also be saved.
2
2084
by: Paul | last post by:
Hi I downloaded some free eworld.ui .NET controls, added the control to the toolbox and then added the reference to the dll. The problem is that in HTML the properties of the downloaded control, calendar control are (red)underlined and puting the cursor over the line displays the message, this active schema does not support the element TextboxLabelStyle, for example. The calender control seems to be operating correctly. Thanks. --...
0
1161
by: Kalvin | last post by:
I have an assembly with a strong name. I am trying to use several Active X controls. I understand these controls need to be strong names also. What I don't understand is how to do that. I have run 'aximp c:\winnt\system32\msmask32.ocx /keyfile:"\.snk"' which created 2 files 'C:\WINNT\system32\MSMask.dll' and 'C:\WINNT\system32\AxMSMask.dll', both in the Sytem32 directory. Now, how to get the control into the toolbox to place it on a form?...
10
1537
by: Nak | last post by:
Hi there, I'm having problems with the Toolbox in VB.NET 2002 Standard. I have 2 class libraries, 1 contains licensing classes and references nothing but standard namespaces and the other references my first library in order to protect the exposed components. To make things easier I'll refer to my licensing library as licensinglibrary.dll and my control library as controllibrary.dll. When I try to add mycontrollibrary to the toolbox...
1
1411
by: Siv | last post by:
Hi, All of a sudden half of my VS.NET 2005 toolbox icons have got what looks like a chart icon instead of their usual one. What gives and why does it happen?? More importantly, how do I get the usual icons back. It feels a bit like the old ShellIconCache problem Windows used to suffer from?? Siv
2
1066
by: Pete Smith | last post by:
I have added an ActiveX control to my VB.Net application using "Add Reference & by selecting the control name from the 'COM' tab". I am not seeing the ActiveX control in the toolbox still. What steps should be followed to add ActiveX Control in the .NetFramework 1.1. Thank you, -Pete
0
1002
by: callavin | last post by:
How can I create a item that can be added in the VisualBasic6 - toolbox? I have to use C# to develpe that component. I made one Windows control Library using C# and made that as a COM. but I have no idea how to add that tool in the toolbox of VB6. Thanks & Regards,
5
3751
by: John Kotuby | last post by:
Hi all, This is my first time trying to creaet and use a custome Web Control in a Web Site project in ASP.NET 2.0 with VS 2005 and VB. I created the control in a separate Web Control Library project. The original code for that control was written in VS 2003 for .NET 1.1. I created a Web Project and pulled the VB module into the project. I compared the syntax to the VB template classs that was built and it looked very similar. I then...
0
9589
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10222
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9866
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8876
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7413
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5310
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.