| | |
complete vb dll (3rd party software) ??
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
![]() |
hi guyzz... is their a third party software were can i install/register all the vb dll files need in my visual basic project.
im having hard time in my installer setup. im using setup factory. and before im making the setup up factory wizard, im using the Package & Deployment Wizard of vb.
i have a lot of error. including the auto complete in combo box.
when im in my computer the autofill of data working fine, but in other computer i have a problem in auto complete. (dll files not included in vb.)
i thinking that if there is a third party software for all the list of vb dll, that can i download.
any one can help me.
thxx in advance
im having hard time in my installer setup. im using setup factory. and before im making the setup up factory wizard, im using the Package & Deployment Wizard of vb.
i have a lot of error. including the auto complete in combo box.
when im in my computer the autofill of data working fine, but in other computer i have a problem in auto complete. (dll files not included in vb.)
i thinking that if there is a third party software for all the list of vb dll, that can i download.
any one can help me.
thxx in advance
•
•
•
•
hi guyzz... is their a third party software were can i install/register all the vb dll files need in my visual basic project.
im having hard time in my installer setup. im using setup factory. and before im making the setup up factory wizard, im using the Package & Deployment Wizard of vb.
i have a lot of error. including the auto complete in combo box.
when im in my computer the autofill of data working fine, but in other computer i have a problem in auto complete. (dll files not included in vb.)
i thinking that if there is a third party software for all the list of vb dll, that can i download.
any one can help me.
thxx in advance
hi ... im using the microsoft form 2.0 component for my combo box.
i loadded the data in my combo box with 2 column.
using the listindex of each Combo box i got auto complete searching,
here my code.
===combobox1(event change)===
if cbo1.listindex <> -1 then cbo2.text = cbo1.list(cbo1.listindex,1)
===combobox2(event change)===
if cbo2.listindex <> -1 then cbo1.text = cbo2.list(cbo2.listindex,1)
in my computer it works perfect.. and also in other installed computer. but their some cases out of 5 installed computer 1 to 2 computer did not work fine.
any follow ups for this ...
i loadded the data in my combo box with 2 column.
using the listindex of each Combo box i got auto complete searching,
here my code.
===combobox1(event change)===
if cbo1.listindex <> -1 then cbo2.text = cbo1.list(cbo1.listindex,1)
===combobox2(event change)===
if cbo2.listindex <> -1 then cbo1.text = cbo2.list(cbo2.listindex,1)
in my computer it works perfect.. and also in other installed computer. but their some cases out of 5 installed computer 1 to 2 computer did not work fine.
any follow ups for this ...
The combo box is an intrinsic control. That means you don't have to specifically register any extra controls when you install the program.
The Package and Deployment Wizard should work fine. The installer it creates for your program self registers the controls it needs--which is not the current preferred method--but for the older VB6 programs, you sometimes have to self register the libraries, controls, etc. that you need to run the program anyway. You should run the installer created by the Package and Deployment Wizard on each machine you wish to use. It should register every component on each machine that you use.
If you want to use a more up to date installer, you can try the Microsoft Installer version 1.0 which is available as a free download from Microsoft: http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=105dfc41-801e-4441-aa75-7696d794f109&displaylang=en
But this involves somewhat of a learning curve. It's a nicer installer. It's database centered instead of script centered as in the Package and Deployment Wizard.
But really I need you to answer some questions: Are you connecting to a database (like Access) in this program? I suspect your problems stem from not having the proper database components registered.
The Package and Deployment Wizard should work fine. The installer it creates for your program self registers the controls it needs--which is not the current preferred method--but for the older VB6 programs, you sometimes have to self register the libraries, controls, etc. that you need to run the program anyway. You should run the installer created by the Package and Deployment Wizard on each machine you wish to use. It should register every component on each machine that you use.
If you want to use a more up to date installer, you can try the Microsoft Installer version 1.0 which is available as a free download from Microsoft: http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=105dfc41-801e-4441-aa75-7696d794f109&displaylang=en
But this involves somewhat of a learning curve. It's a nicer installer. It's database centered instead of script centered as in the Package and Deployment Wizard.
But really I need you to answer some questions: Are you connecting to a database (like Access) in this program? I suspect your problems stem from not having the proper database components registered.
Last edited by hkdani; Feb 12th, 2009 at 12:29 pm.
![]() |
Similar Threads
- Help with automatic update problem and more (Viruses, Spyware and other Nasties)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Uploading/downloading
- Next Thread: my follow up question in excel
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age append application basic beginner birth bmp calculator cd cells.find click client code college column component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report retrieve save search sendbyte sites sort sql sql2008 sqlserver subroutine table tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows





