473,466 Members | 4,835 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

problem with lvbuttons

3 New Member
hi,I've been trying to open a vb project which has lvbuttons as controls.it's not loading the lvbuttons and therefore i can't run the system properly.please help
Jul 13 '06 #1
6 15204
sashi
1,754 Recognized Expert Top Contributor
Hi there,

lvButton is a third-party control.. in another word.. it was not bundled with vb.. there are few ways to solve your problem.. i have found a link that allows you download the lvButton.. check it out.. good luck my fren.. :)

1st..
look for lvButton.ocx in the net.. and register the control in-order to use it..

2nd..
download the lvButton project and compile it.. register the control in-order to use it.. commonly the control source code can be found in most of the free vb source code site..

http://www.vbcity.com/forums/topic.asp?tid=75082&page=3
Jul 13 '06 #2
pchitumba
3 New Member
hie
thanks so much anyway - but i tried that and it gave me this message - regsvr32 is not an executable file and no registration helper is registered for this type after typing "regsvr32 lvbuttons.ocx on the run
Jul 14 '06 #3
sashi
1,754 Recognized Expert Top Contributor
hi there,

where did you plave the lvButtons.ocx? the correct location will be in your /windows/system32 directory.. use the following command line to register the control.. good luck my fren.. :)

Expand|Select|Wrap|Line Numbers
  1.   regsvr32 c:/what_ever_the_location/lvButtons.ocx
  2.  
Jul 14 '06 #4
candice
11 New Member
Hi, May be u can try add the lvbutton in the component tool (CTR+T). Then u Try go to run and see. :)
Jul 17 '06 #5
pchitumba
3 New Member
the problem now is its still reflecting drive D: where we copied from to C:, the issue is how do we change the location of lvbuttons so that the project components will reflect C:
Jul 28 '06 #6
jamika
4 New Member
well download the tool from here
step1:
http://www.2shared.com/file/mClS7j7E/LVbuttons.htm
step2:
copy and paste in C:\WINDOWS\LVbuttons.ocx
step3:
open run and paste regsvr32 C:\WINDOWS\LVbuttons.ocx ok
step4:
open your project ----> component choose LVbuttons
from location C:\WINDOWS save your project
i hope this may help you
Aug 31 '11 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: MadCrazyNewbie | last post by:
Hey Group, I`ve been looking at some demo project all which need LVbuttons.OCX. I have downloaded the OCX, put it in my C:\Windows\syste32 Directory and used Regsrv32 to register it. All seems...
0
by: Bruce Davis | last post by:
I'm having a problem on windows (both 2000 and XP) with a multi-threaded tkinter gui application. The problem appears to be a deadlock condition when a child thread pops up a Pmw dialog window in...
11
by: Kostatus | last post by:
I have a virtual function in a base class, which is then overwritten by a function of the same name in a publically derived class. When I call the function using a pointer to the derived class...
117
by: Peter Olcott | last post by:
www.halting-problem.com
28
by: Jon Davis | last post by:
If I have a class with a virtual method, and a child class that overrides the virtual method, and then I create an instance of the child class AS A base class... BaseClass bc = new ChildClass();...
6
by: Ammar | last post by:
Dear All, I'm facing a small problem. I have a portal web site, that contains articles, for each article, the end user can send a comment about the article. The problem is: I the comment length...
16
by: Dany | last post by:
Our web service was working fine until we installed .net Framework 1.1 service pack 1. Uninstalling SP1 is not an option because our largest customer says service packs marked as "critical" by...
2
by: Mike Collins | last post by:
I cannot get the correct drop down list value from a drop down I have on my web form. I get the initial value that was loaded in the list. It was asked by someone else what the autopostback was...
3
by: fatal1ty101 | last post by:
guys i need to download a lvbuttons ocx. Will any one help me were to find one. thanks
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
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...

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.