DLL files required by VB programs -
I have makin some visual basic programs, whitch is ment to be used on other computers besides my self. Some of my friends have told me that I need to give the users computer some DLL files. Is this only when I use advanced ActiveX or always? What DLL files is required?
Sire
egraversen@hotmail.com
DLL files required by VB programs -
I have makin some visual basic programs, whitch is ment to be used on other computers besides my self. Some of my friends have told me that I need to give the users computer some DLL files. Is this only when I use advanced ActiveX or always? What DLL files is required?
Sire
egraver
Modifying Setup.lst -
I modified the 'Setup1' project to make the setup files from P&D Wizard to install optional files. This is my first time I am doing something like this. I had created an extra frmOptionDialog form and selecting the required files. In the Setup.lst I created seperated groups and I a
Installation of your app -
Whats the best way to package you application up and to make it install everything required on another machine. i.e set up the folders required and othe files such as swf files that are required.
what files are required -
Hi,
When distributing a VB6 app, assuming the target computer does not and has never had any VB installed, what are the basic required files I need to distribute with my app, not including any additional controls? Just the bare minimum required..
Thanks,
Dan
upgrade distribution -
I need to distribute application upgrades, ie only update necessary files. I need something like what most upgrade programs do, double clicking the file and it automatically updates and registers (if required) the necessary files, including ocx / dll files residing in systems folders.
What are these files for -
What are these files for?
stdole2.tlb
oleaut32.dll (600kb)
olepro32.dll
asycfilt.dll
comcat.dll
We're required to include them with our setup, however I found that some of them (oleaut32.dll) are included in all version of windows since Win95.
Are these files needed for
What files are required.. -
What files are required to run a visual basic program on any pc?
(If there is a site someone knows where i can down;oad them as a package (.zip) it would really help) thanks.
Can anyone(expert) help me here -
I want to bind to exe files together (i've tried the programs on the net they all have trojans in them and they exactly don't do what i want).
or
i want to make a container (sheild) exe that would hold the 2 programs together and when a user runs it it loads the 2 programs.
I'v
Does VB programs require end user to install .NET Framework -
Hi all, I am a new member. First post. Semi noob to VB as well.
Do ALL VB programs require end users to install .net Framework in order for program to run?
I created a simple program with VB 2005 Express. I emailed my friend that program, but he can't execute the exe file.
VB Installshield -
Howdy, I'm fairly new to visual basic but it is by far the most fun programming language I have had the experience of learning (others include C/C++, some cobol and Java.) As the topic says I am looking for a VB "installshield" type program that will allow me to pack up all
installing dll's and ocx's in program folder -
I thought it made sense how XP requires developers to place whatever dll's and ocx's they need in their own programs' folder instead of messing with the files that other programs might be using in the windows/system folder. I'd seen it done by other programs, so I decided to change my
Insert an external file/program to my database -
In my database I have a code which is using external small programs and files.
Now i must have theese files and small programs outside the database. My question is that if I can include those files and programs in the database?
If it's possible, how do I do?
Quick questions - Any answers -
What is the difference between the If..Then and Case..Select statements, where should each be used?
What is the declaration statement for a two-dimensional array, which could also hold the people’s nationality as well as their names?
What code would allow the saving of th
MDB + Dependent files -
Is there any way to find run time files required by ms-access and DLL's, OCX's required by ms-access project using VB???
Helpp! Packaging... -
Hello,
I have just completed a vb6 program and plan to put it on CNET.com. But my program has a readme file and several text files on notepad that are required for my program to work properly. Also, the text files are required to be on the C:\ drive. Is there any way that I can pac
How practical is Visual Basic -
Sorry if this question sounds stupid, but i am brand new to windows programming, and am still trying to get the hang of everything. What I am wondering, is exactly how powerful and common are visual basic programs in windows. For example, are very large and complex programs, such as
frx, tmp etc files -
Hi,
What files do I need to keep and which can i get rid of?
I've got bucketloads of .frx files and .tmp files..........are these really necessary to keep? I think I have heard frx files are required but tmp files are just garbage..........please let me know
thanx,
clint
Window titles. -
Hi,
I've gotta a bit of a strange question, I don't even know if it is possible.
Can anyone tell me how you can get a programs caption without it being open? because I am making a program to password protect a directory and the files in it, now the directory bit works fine it clo
Including notepad files with my finished VB6 package...Please Help -
Hello,
I have just completed a vb6 program and plan to put it on CNET.com. But my program has a readme file and several text files on notepad that are required for my program to work properly. Also, the text files are required to be on the C:\ drive. Is there any way that I can pack
Required Files -
How do you find out the required system files for your program? example: If you include a commondialog control you need to include a comdlg32.ocx file etc... (this is so other ppl can use your program)
TIA,
-BR
.3ds and .x files - How do I use them with VB -
For DirectX programs, I want to know how to import .x files. I want to also make .x files. In the MS DX SDK there is a utility to convert .3ds files to .x files. What are 3ds files and how do I create them so I can import them to an application. Thank you for taking your time to read t
.3ds and .x files -
For DirectX programs, I want to know how to import .x files. I want to also make .x files. In the MS DX SDK there is a utility to convert .3ds files to .x files. What are 3ds files and how do I create them so I can import them to an application. Thanks for taking your time to read this
bundle required files into exe -
Hey,
What is a freeware program I can use to pack all the required files of my program into one single exe? I don't mean into a setup file, just one which extracts them at runtime and deletes them when it closes, or extracts them into virtual memory. Nothing which the user has to do
question: self upgrading application -
The application I'm working on provides self-upgrade functionality, which replaces the current application when a new version is released (via ftp process).
I don't have problem replacing the existing application (.exe file). However, sometimes addinging or updating .dll and .ocx fi
Programs on CD -
I want to "install" a bunch of programs on a CD and be able to run it on multiple machines. Some of them are stand-alone, no problem there. But many others install their own DLL's. I need a few things: 1)A reliable, hopefully easy way to determine which DLL's a program needs
Required files for DataEnvironment/DataReport -
Can someone give me a list of required files need to distribute my application that uses a DataEnvironment and DataReport?
Thanks,
Dan
[Case Closed] Executing Files other than EXE -
I just want to know how to run files other than EXE files.
It should launch the default program for that file type...
I tried using SHELL, but it's only for EXE files.
I tried using SHELLEXECUTE, but I don't know what to fill in for the required syntaxes...
Any help will be d
hmmm... Runtime -
I use VB5 to compile programs. I know I have to include MSVBVM50.DLL with my EXE files. I saw some programs like Setup programs without the RunTime file. so, they elimate about 1MB form the package size. Like InstallSheild, and some other softwares like it. How can I eliminate the run-
VB4 to VB6 conversion -
I have some programs that I need to convert from VB4 to VB6. Some of them use the GAUGE16.OCX and DBGRID16.OCX controls. What VB6 controls or add-ins do I need to use to replace these VB4 controls in order to get the converted programs to work again? I have a replacement for the gau
[2008] Basic File Handling -
how to
rename files?
delete files?
copy files?
open files with their specific programs (.txt in notepad, .doc in word, .jpg in acdsee...)?
Best place to download VBrun6 files! -
hey i am making a site where you can download my programs.. but some programs only use the basic VBRUN 6 files... so i am wondering what the best place is to download those. .. because i dont feel like making every program 2+ mb for those stupid runtime files
Where can i find.... -
well not ini files, what i hate about ini files is that its easy to edit, i mean memory reading/processing, theres a programs out there that extarct weird lines of code, like if ya have a gameshark for a playsttation some codes look like this : 80012342 FFFF
same thing with memory in
How does MS-DOS (CMD.EXE) executes programs -
Hi!
I'm trying to know :-
How does DOS in Windows (cmd.exe) executes programs??
I mean.. how to know or how to capture everything executed with MS-DOS before executing it?
Becase some files my Anti-Virus (KasperSky) stops them... and sometimes (When running them from MS-DOS
[2005] Creating a module program -
What I am trying to do is create a program which is basically a group of smaller programs.
My problem comes because I would like the program to be able to have a new sub-program added without having to distribute a new executeable file but instead just have that sub-program being dist
The OCX files -
Hi guys, have searched google and found a few programs to do this but I figured its best I ask here...
For example, one of my programs uses:
Microsoft Internet Controls
System32\asctrls.ocx
Microsoft Rich Textbox Control 6.0
System32\RICHTX32.OCX
Microsoft Windows Common
How to check whether the required ocx files are present. -
How can I check whether the required ocx files are present in the system before running my programme and if they are not, give a specific link to download it ..............
I have a big problem with the richtx32.ocx ...........
I need to check the version of the mscomctl.ocx ,
visual basic and windows 98 -
i have visual basic 6 on my laptop which is windows xp and i have made a form then made the .exe version of it and it all works fine on my laptop but i have burned the program to a cd and put it onto my sisters computer which is windws 98 when i run the program it says it has an error
Transfer Ocx Files -
Hello there.
In my office i have to many programs and they have install on my pc ocx controls. So i use it for my program and it works fine.
One day i take this ocx controls on my homes pc to work there (i dont want to install the programs because ihave no space).When i try to use it
List of Programs in start/Programs -
Hi, is there a way to get a list of all the programs that are installed and can be accessed by the start/programs. Or a way to know if the name of a program like winamp is installed. I dont want to verify through program files, i really need to pass by start.
thanks for any help
Classic VB - Why doesn't my program work on another computer -
Unfortunately you cannot simply copy an executable (.exe) file to another computer and expect it to work - even that method has worked for the same program on another computer.
This is because even the simplest possible VB programs require extra files to be on the computer, and for th