473,322 Members | 1,566 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

problem with lvbuttons

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 15192
sashi
1,754 Expert 1GB
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
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 Expert 1GB
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
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
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
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
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.