How to detect installed components -
Hi everybody ;
I was wondering if there is a method to detect if a DLL or OCX is already exist & registered , also in VB6 how can I detect that the .Net framework is installed & what version (I hope that this is not the wrong forum to ask about that).
Detect Office Components -
Hi,
I am using developing a VB application that opens MS office components (Powerpoint, Access, Word).
Can any one tell me how to detect if office components are already installed on the local machine.
Thanks in advance
Rahman
How to detect installed components -
Hi everybody ;
I was wondering if there is a method to detect if a DLL or OCX is already exist & registered , also in VB6 how can I detect that the .Net framework is installed & what version (I hope that this is not the wrong forum to ask about that).
Customized installation -
I have an application which uses the windows scripting host. For the application to work correctly, the correct version needs to be installed using the setup downloaded from microsoft. I can't just paste over the components.
I would therefore like to run a detection on the pc's sy
Detect current active components -
I have 2 components: a TreeView and a ListBox in a form.
How can I detect (using VB .NET code)which component is the one I'm currently working on?
Please guide. Thank you.
VB hangs on loading components dialog -
Got an annoying problem here, when i right click the VB IDE toolbar then select components, the IDE hangs for about 1min+ before displaying the installed components list, it's like its taking a long time to search the registry for all installed components or something like that, this u
Active-X Components List -
From time to time you may have removed some components, re-installed Visual Basic or perhaps accidentally wiped some files (in this case *.ocx's, *.DLL's etc)
The point is VB keeps track of all installed components and registered DLL's right? Well my list is full of redundant compon
Detect installed COM objects, programmatically adding references to component -
Hello,
I am developing a multi-tiered app that will use COM objects and possibly MTS.
The objects are data translators. I.e., they take an input stream of data in some format, transform them into the required format, and return the resultant data.
Not all of these components
[2008] Detect installed app#2 on app#1 launch -
Can someone point me to information or a thread (can't find one here) that describes how to detect an installed application via Add/Remove programs?
Here's the goal:
Install application #1
Detect installation of existing application #2 when opening application #1
If #2 is insta
Detect if IE5 is installed in the system -
Actually i have to create an Installer CDRom and would like to install IE5 if the user does not have it installed in his machine.
How do i detect if IE 5 is installed in the clients machine by using a VB application ?
Any tips would be appreciated...
Regards
Jaspal Muker
(Win2K, IIS & Components) How do I tell what components are installed -
I (or rather my work) just got a new server and I was wondering how I tell what components, like ASPUpload for example, are installed?
Also, does anyone know of a decent and free upload component or if IIS (don't know how to tell what version it is but I'm sure its the latest) has an
Detect if installed already -
Hello,
Anyone know how to detect if the application is installed on the system already?
If yes, then call the Uninstall program.
Detect pop up blocker -
Does anyone know if there is a way to detect if pop up blockers are installed ?
My Intranet ASP.Net applications always start with a pop up to remove navigation buttons from Explorer and I need to be able to detect if they are enabled so I can inform the user.
Using a VB6 app to detect whether .NET Framework 2.0 is installed -
Hello, as you can read in the title, I would like to develop a VB6 app that allows me to detect whether the .NET Framework v.2.0 is installed on the user's computer.
As far as v.1.1 is concerned, I know that, when the Framework is installed, you can retrieve the following key from t
Detect Dotnet Framework installed -
How to detect .net framework installed in a system??
Using reg key i tried, but it not works sound, might be i did something wrong.
so i thought of starting again in some other way..
Help! -- How can i detect which audio codec's are installed -
Can anyone help with this one!
How can i detect which audio codec's are installed on a users machine and what formats they support form VB.
Cheers
Launching out-process components from web -
Hi,
I have written two out-process components (Activex Exes) using Vb6.
These components i need to integrate in Web.
When user user selects some files on web listing at our site, and clicks download I need to check whether the component is installed in client machine or not. I
How do you detect a printer -
I am setting the printer.fontsize = 12 in my form_load, but when I install and run my program on a machine that does not have a printer installed I get an error.
Does anyone know how to detect to see if a printer is installed before making these settings??
Thanks to anyone who ca
Creating a Customized Setup Program -
I want to distribute few programs along with my VB.NET project.
IE6
MSDE
Windows Installer
.NET components (which i guess is required to run a VB.NET exe)
The Project
how do we make a combined setup of these 5 together ??
another question is that how do we customise the se
Detecting Win2K Server vs. Advanced Server -
Hey Frans C,
The code works almost flawlessly.
The only problems I have are detecting 98 vs 98 SE.
I changed the Left function to Instr.
It wasn't detecting the "A" for some strange reason.
I found it was in the registry as " A " and I changed
the parameter to
Adding SAPI SDK components -
Hello
I have downloaded and installed the microsoft SAPI SDK 5.1. But l can't find out where the controls are to add them to the list of components. I have tried going to the components dialog box in VB, then using the browse button to add them. I have looked in windows/system32, b
Detect previous install -
How can I tell if someone has previously installed my application on their PC? And also if possible, how can I find where they installed it?
(This is so an autorun CD either installs, or runs the program if it's already installed...)
detect framework through browser -
is there anyway to detect if a user have framework installed through some sort of html code? So I can display a warning message if the user doesn't have framework installed and produce a link to download the package.
how can i detect whether a printer is installed in code -
Hi,
I am wondering if anyone out there knows how to detect whether a printer is installed under windows or not? Is it possible? how is it done in code? Any help is appreciated and thanx in advance.
Mike
Using Windows Forms Components -
I recently downloaded & installed Windows Forms Components from Quantum Software.
http://www.quantumsoftware.com.au/Pr...omponents.aspx
My question is how do I use the components? I don't see them in my VS toolbox anywhere. Do I need to add them manually? There doesn't app
Components fail on IIS 6 -
Hi!
I am trying to migrate my application to IIS 6. Its an ASP application with many calls to components installed on MTS. On IIS 6, the call to components fail, while it works fne on IIS 5. Can someone please, help me on this.
Thanks
vb6 and vb .net -
http://msdn2.microsoft.com/en-us/lib...40(vs.80).aspx
I have few questions and issues regarding this article
1. I tried to create a new project in vb 6 but i do not see class under new project.
2. Do I have to have .net (visual studio install) installed to take advanced of FTP f
Deploying COM+ Applications -
can any one tell me the best way to Deploy COM+ Applications??
..v hav installed the COM+ COmponents in server only and hav registered the .VBR and .TLB files for those dlls (from which Components r made) on all the clients..is this practice OK or..shall v hav to deploy the MSI (for t
Adding Components in VB 6 -
This is my first time using visual basic and I cannot figure out how to add a component to my project.
I wish to add Microsoft Common Dialog Control 6.0 but each time I click on OK in the components dialog box, the vb application exits. Is there something that needs to be installed in
Help figure this out... -
Ok here's the scenario...
i made a program under VB6.0 with Access DB as its backend, then i installed the components to all the clients. by that time the clients' MS Office version was Office 2002(XP), and the program works fine even now their Office was upgraded to 2003. Now there
How to detect whether a program is installed in my computer or not -
How to detect whether a program is installed in my computer or not? For example, when I click "Check MySQL" command button, a msgbox to tell the status will appear. TQ
IIS 5.1 and asp.net -
This is a .net problem. I have IIS 5.1 installed and when I try to run an ASP.net code, it pops up with an error that says that it cannot start debugging on the server. I have the server components installed in .net and the front page extensions installed in iis5.1. Am I missing someth
detect framework on the client -
is there a way via ASP.NET to detect if the client viewing the webpage has the .net framework installed?
basically i am going to be offering a program for download on the web, and i was hoping when they visit the download page, i can display one of 2 links depending on if they have
[02/03] Apache & Visual Studio 2003 -
Hello,
I have been able to install and config module ASP.NET/ASP.NET 2.0 with Apache Server and works to first.
But I have a problem, when I installed Visual Studio 2003 did not have installed the IIS (with this server gives problems me) nor the Apache thus when not having a Web
Detecting Hardware -
How do I Detect the following hardware:
-Detect CD-ROM
-Detect ZIP Drive
-Detect JAZ
-Detect Sparq
-Detect Floppy
-Detect DVD
------------------
Thanks,
In Christ,
Ben
Detect if Acrobat Reader is Installed -
How can I detect if Acrobat Reader is Installed when my program first opens?
(2005) Q about 3rd-party components. -
Hello
I have installed RealPlayer on my PC, therefore, I can add AxRealAudio component to my vb projects. But my Q is:
Will my users be able to run my App. without having RP installed, or they will also have to install it before using my App?
thanks a lot
Components -
VB Components - What do they do???
What I mean is there are a lot of components that I have not used and have no idea what they are for. Is there any references that tell what all of the components do?
Like what is Microsoft Agent Control 2.0, Microsoft DirectAnimation Media Cont
Copy and Register components - help needed -
fine, when you create your apps, you use components like dll,ocx,tlb etc...
when compiling the stand alone exe app all this components won't be compiled along with them.
now how do you compile/include those components along with your stand alone app.
when you distribute your cod
ActiveX in WWW: How to tell when installed -
Hi,
As you know, using an ActiveX control requires a few prerequisites (VB run-time, Automation, etc.). Since we use ActiveX controls in web pages, we use a CAB that contains an INF pointing to the different components that the user needs, be they stuff from MS' site or from our sit
How to detect if Opera is installed (and get the Opera folder location) -
I have searched the 'Opera community forum' and Google for last 60 minutes, but can't find any answer.
Can anyone please tell me if there is any way to programetically detect wheather Opera is installed in my client's PC or not ?
Also, Is there any way to detect Opera installatio